Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/media/platform/mtk-vcodec/
Dmtk_vcodec_dec.c1129 struct vb2_v4l2_buffer *vb2_v4l2 = NULL; in vb2ops_vdec_buf_queue() local
1140 vb2_v4l2 = to_vb2_v4l2_buffer(vb); in vb2ops_vdec_buf_queue()
1141 buf = container_of(vb2_v4l2, struct mtk_video_dec_buf, vb); in vb2ops_vdec_buf_queue()
1144 v4l2_m2m_buf_queue(ctx->m2m_ctx, vb2_v4l2); in vb2ops_vdec_buf_queue()
1244 struct vb2_v4l2_buffer *vb2_v4l2; in vb2ops_vdec_buf_finish() local
1248 vb2_v4l2 = container_of(vb, struct vb2_v4l2_buffer, vb2_buf); in vb2ops_vdec_buf_finish()
1249 buf = container_of(vb2_v4l2, struct mtk_video_dec_buf, vb); in vb2ops_vdec_buf_finish()
1266 struct vb2_v4l2_buffer *vb2_v4l2 = container_of(vb, in vb2ops_vdec_buf_init() local
1268 struct mtk_video_dec_buf *buf = container_of(vb2_v4l2, in vb2ops_vdec_buf_init()
Dmtk_vcodec_enc.c797 struct vb2_v4l2_buffer *vb2_v4l2 = in vb2ops_venc_buf_queue() local
801 container_of(vb2_v4l2, struct mtk_video_enc_buf, vb); in vb2ops_venc_buf_queue()
987 struct vb2_v4l2_buffer *vb2_v4l2 = v4l2_m2m_next_src_buf(ctx->m2m_ctx); in mtk_venc_param_change() local
989 container_of(vb2_v4l2, struct mtk_video_enc_buf, vb); in mtk_venc_param_change()