Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/media/platform/qcom/venus/
Dvdec.c737 inst->output_buf_size = in vdec_output_conf()
789 if (bufreq.size > inst->output_buf_size) in vdec_output_conf()
810 if (inst->output_buf_size) { in vdec_output_conf()
812 inst->output_buf_size, in vdec_output_conf()
881 unsigned int output_buf_size = venus_helper_get_opb_size(inst); in vdec_queue_setup() local
896 sizes[0] < output_buf_size) in vdec_queue_setup()
945 inst->output_buf_size = sizes[0]; in vdec_queue_setup()
Dvenc.c291 inst->output_buf_size = pixmp->plane_fmt[0].sizeimage; in venc_s_fmt()
1004 sizes[0] < inst->output_buf_size) in venc_queue_setup()
1059 sizes[0] = max(sizes[0], inst->output_buf_size); in venc_queue_setup()
1060 inst->output_buf_size = sizes[0]; in venc_queue_setup()
Dcore.h443 unsigned int output_buf_size; member
Dhelpers.c110 dpb_size = inst->output_buf_size; in venus_helper_queue_dpb_bufs()
181 dpb_size = inst->output_buf_size; in venus_helper_alloc_dpb_bufs()
1339 return inst->output_buf_size; in venus_helper_get_opb_size()
1342 return inst->output_buf_size; in venus_helper_get_opb_size()