Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/media/platform/mtk-vcodec/
Dmtk_vcodec_dec_drv.c122 ctx->empty_flush_buf = mtk_buf; in fops_vcodec_open()
148 ctx->empty_flush_buf->vb.vb2_buf.vb2_queue = src_vq; in fops_vcodec_open()
149 ctx->empty_flush_buf->lastframe = true; in fops_vcodec_open()
188 kfree(ctx->empty_flush_buf); in fops_vcodec_open()
219 kfree(ctx->empty_flush_buf); in fops_vcodec_release()
Dmtk_vcodec_drv.h295 struct mtk_video_dec_buf *empty_flush_buf; member
Dmtk_vcodec_dec.c509 v4l2_m2m_buf_queue(ctx->m2m_ctx, &ctx->empty_flush_buf->vb); in vidioc_decoder_cmd()