Home
last modified time | relevance | path

Searched refs:empty_flush_buf (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.4/drivers/media/platform/mtk-vcodec/
Dmtk_vcodec_dec_drv.c114 ctx->empty_flush_buf = mtk_buf; in fops_vcodec_open()
140 ctx->empty_flush_buf->vb.vb2_buf.vb2_queue = src_vq; in fops_vcodec_open()
141 ctx->empty_flush_buf->lastframe = true; in fops_vcodec_open()
180 kfree(ctx->empty_flush_buf); in fops_vcodec_open()
211 kfree(ctx->empty_flush_buf); in fops_vcodec_release()
Dmtk_vcodec_drv.h291 struct mtk_video_dec_buf *empty_flush_buf; member
Dmtk_vcodec_dec.c525 v4l2_m2m_buf_queue(ctx->m2m_ctx, &ctx->empty_flush_buf->vb); in vidioc_decoder_cmd()