Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/media/platform/qcom/venus/
Dhelpers.h33 u32 venus_helper_get_framesz(u32 v4l2_fmt, u32 width, u32 height);
Dvdec.c221 szimage = venus_helper_get_framesz(pixmp->pixelformat, pixmp->width, in vdec_try_fmt_common()
388 venus_helper_get_framesz(pixfmt_cap, orig_pixmp.width, orig_pixmp.height); in vdec_s_fmt()
973 sizes[0] = venus_helper_get_framesz(inst->fmt_out->pixfmt, in vdec_queue_setup()
984 sizes[0] = venus_helper_get_framesz(inst->fmt_cap->pixfmt, in vdec_queue_setup()
Dvenc.c211 sizeimage = venus_helper_get_framesz(pixmp->pixelformat, in venc_try_fmt_common()
1123 sizes[0] = venus_helper_get_framesz(inst->fmt_out->pixfmt, in venc_queue_setup()
1132 sizes[0] = venus_helper_get_framesz(inst->fmt_cap->pixfmt, in venc_queue_setup()
Dhelpers.c1081 u32 venus_helper_get_framesz(u32 v4l2_fmt, u32 width, u32 height) in venus_helper_get_framesz() function
1121 EXPORT_SYMBOL_GPL(venus_helper_get_framesz);