Home
last modified time | relevance | path

Searched refs:vb2_v4l2 (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/drivers/media/platform/mtk-vcodec/
Dmtk_vcodec_dec.c1112 struct vb2_v4l2_buffer *vb2_v4l2 = NULL; in vb2ops_vdec_buf_queue() local
1122 vb2_v4l2 = to_vb2_v4l2_buffer(vb); in vb2ops_vdec_buf_queue()
1123 buf = container_of(vb2_v4l2, struct mtk_video_dec_buf, vb); in vb2ops_vdec_buf_queue()
1126 v4l2_m2m_buf_queue(ctx->m2m_ctx, vb2_v4l2); in vb2ops_vdec_buf_queue()
1152 vb2_v4l2 = to_vb2_v4l2_buffer(src_buf); in vb2ops_vdec_buf_queue()
1153 buf = container_of(vb2_v4l2, struct mtk_video_dec_buf, vb); in vb2ops_vdec_buf_queue()
1234 struct vb2_v4l2_buffer *vb2_v4l2; in vb2ops_vdec_buf_finish() local
1238 vb2_v4l2 = container_of(vb, struct vb2_v4l2_buffer, vb2_buf); in vb2ops_vdec_buf_finish()
1239 buf = container_of(vb2_v4l2, struct mtk_video_dec_buf, vb); in vb2ops_vdec_buf_finish()
1256 struct vb2_v4l2_buffer *vb2_v4l2 = container_of(vb, in vb2ops_vdec_buf_init() local
[all …]
Dmtk_vcodec_enc.c804 struct vb2_v4l2_buffer *vb2_v4l2 = in vb2ops_venc_buf_queue() local
808 container_of(vb2_v4l2, struct mtk_video_enc_buf, vb); in vb2ops_venc_buf_queue()
995 struct vb2_v4l2_buffer *vb2_v4l2 = in mtk_venc_param_change() local
998 container_of(vb2_v4l2, struct mtk_video_enc_buf, vb); in mtk_venc_param_change()