Home
last modified time | relevance | path

Searched refs:dpb_size (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/staging/media/meson/vdec/
H A Dvdec_helpers.c443 u32 height, u32 dpb_size) in amvdec_src_change() argument
449 v4l2_ctrl_s_ctrl(sess->ctrl_min_buf_capture, dpb_size); in amvdec_src_change()
458 dpb_size <= sess->num_dst_bufs) { in amvdec_src_change()
469 width, height, dpb_size); in amvdec_src_change()
H A Dvdec_helpers.h82 u32 height, u32 dpb_size);
/linux/drivers/media/platform/mediatek/vcodec/decoder/
H A Dmtk_vcodec_dec_stateful.c270 ctx->dpb_size = dpbsize; in mtk_vdec_pic_info_update()
519 ctx->dpb_size = dpbsize; in vb2ops_vdec_stateful_buf_queue()
521 mtk_v4l2_vdec_dbg(1, ctx, "[%d] dpbsize=%d", ctx->id, ctx->dpb_size); in vb2ops_vdec_stateful_buf_queue()
534 ctrl->val = ctx->dpb_size; in mtk_vdec_g_v_ctrl()
/linux/drivers/media/platform/qcom/venus/
H A Dhelpers.c106 unsigned int dpb_size = 0; in venus_helper_queue_dpb_bufs() local
110 dpb_size = inst->output_buf_size; in venus_helper_queue_dpb_bufs()
112 dpb_size = inst->output2_buf_size; in venus_helper_queue_dpb_bufs()
126 if (dpb_size > buf->size) { in venus_helper_queue_dpb_bufs()
169 unsigned int dpb_size = 0; in venus_helper_alloc_dpb_bufs() local
181 dpb_size = inst->output_buf_size; in venus_helper_alloc_dpb_bufs()
183 dpb_size = inst->output2_buf_size; in venus_helper_alloc_dpb_bufs()
185 if (!dpb_size) in venus_helper_alloc_dpb_bufs()
202 buf->size = dpb_size; in venus_helper_alloc_dpb_bufs()