next_dst_buf     1224 drivers/media/platform/vicodec/vicodec-core.c 	struct vb2_v4l2_buffer *next_dst_buf;
next_dst_buf     1240 drivers/media/platform/vicodec/vicodec-core.c 	next_dst_buf = v4l2_m2m_dst_buf_remove(ctx->fh.m2m_ctx);
next_dst_buf     1241 drivers/media/platform/vicodec/vicodec-core.c 	if (!next_dst_buf) {
next_dst_buf     1246 drivers/media/platform/vicodec/vicodec-core.c 	next_dst_buf->flags |= V4L2_BUF_FLAG_LAST;
next_dst_buf     1247 drivers/media/platform/vicodec/vicodec-core.c 	vb2_buffer_done(&next_dst_buf->vb2_buf, VB2_BUF_STATE_DONE);
next_dst_buf     1694 drivers/media/platform/vicodec/vicodec-core.c 			struct vb2_v4l2_buffer *next_dst_buf;
next_dst_buf     1698 drivers/media/platform/vicodec/vicodec-core.c 			next_dst_buf = v4l2_m2m_dst_buf_remove(ctx->fh.m2m_ctx);
next_dst_buf     1699 drivers/media/platform/vicodec/vicodec-core.c 			if (!next_dst_buf) {
next_dst_buf     1702 drivers/media/platform/vicodec/vicodec-core.c 				next_dst_buf->flags |= V4L2_BUF_FLAG_LAST;
next_dst_buf     1703 drivers/media/platform/vicodec/vicodec-core.c 				vb2_buffer_done(&next_dst_buf->vb2_buf, VB2_BUF_STATE_DONE);