Searched refs:vb2_v4l2 (Results 1 – 5 of 5) sorted by relevance
| /linux/drivers/media/platform/mtk-vcodec/ |
| A D | mtk_vcodec_dec_stateless.c | 129 struct vb2_v4l2_buffer *vb2_v4l2) in vdec_get_cap_buffer() argument 132 container_of(vb2_v4l2, struct mtk_video_dec_buf, m2m_buf.vb); in vdec_get_cap_buffer() 134 struct vb2_buffer *dst_buf = &vb2_v4l2->vb2_buf; in vdec_get_cap_buffer() 235 struct vb2_v4l2_buffer *vb2_v4l2 = to_vb2_v4l2_buffer(vb); in vb2ops_vdec_stateless_buf_queue() local 240 v4l2_m2m_buf_queue(ctx->m2m_ctx, vb2_v4l2); in vb2ops_vdec_stateless_buf_queue()
|
| A D | mtk_vcodec_enc.c | 851 struct vb2_v4l2_buffer *vb2_v4l2 = in vb2ops_venc_buf_queue() local 855 container_of(vb2_v4l2, struct mtk_video_enc_buf, in vb2ops_venc_buf_queue() 862 vb2_v4l2->vb2_buf.index, in vb2ops_venc_buf_queue() 1095 struct vb2_v4l2_buffer *vb2_v4l2 = v4l2_m2m_next_src_buf(ctx->m2m_ctx); in mtk_venc_param_change() local 1100 if (vb2_v4l2 == &ctx->empty_flush_buf.vb) in mtk_venc_param_change() 1103 mtk_buf = container_of(vb2_v4l2, struct mtk_video_enc_buf, m2m_buf.vb); in mtk_venc_param_change() 1113 vb2_v4l2->vb2_buf.index, in mtk_venc_param_change() 1124 vb2_v4l2->vb2_buf.index, in mtk_venc_param_change() 1141 vb2_v4l2->vb2_buf.index, in mtk_venc_param_change()
|
| A D | mtk_vcodec_dec_stateful.c | 438 struct vb2_v4l2_buffer *vb2_v4l2; in vb2ops_vdec_stateful_buf_queue() local 449 vb2_v4l2 = to_vb2_v4l2_buffer(vb); in vb2ops_vdec_stateful_buf_queue() 450 buf = container_of(vb2_v4l2, struct mtk_video_dec_buf, in vb2ops_vdec_stateful_buf_queue() 454 v4l2_m2m_buf_queue(ctx->m2m_ctx, vb2_v4l2); in vb2ops_vdec_stateful_buf_queue()
|
| A D | mtk_vcodec_dec.c | 748 struct vb2_v4l2_buffer *vb2_v4l2; in vb2ops_vdec_buf_finish() local 752 vb2_v4l2 = container_of(vb, struct vb2_v4l2_buffer, vb2_buf); in vb2ops_vdec_buf_finish() 753 buf = container_of(vb2_v4l2, struct mtk_video_dec_buf, m2m_buf.vb); in vb2ops_vdec_buf_finish() 770 struct vb2_v4l2_buffer *vb2_v4l2 = container_of(vb, in vb2ops_vdec_buf_init() local 772 struct mtk_video_dec_buf *buf = container_of(vb2_v4l2, in vb2ops_vdec_buf_init()
|
| /linux/drivers/media/platform/mtk-vcodec/vdec/ |
| A D | vdec_h264_req_if.c | 227 struct vb2_v4l2_buffer *vb2_v4l2; in get_h264_dpb_list() local 255 vb2_v4l2 = container_of(vb, struct vb2_v4l2_buffer, vb2_buf); in get_h264_dpb_list() 256 slice_param->h264_dpb_info[index].field = vb2_v4l2->field; in get_h264_dpb_list()
|
Completed in 15 milliseconds