Home
last modified time | relevance | path

Searched refs:venus_helper_get_framesz (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/drivers/media/platform/qcom/venus/
H A Dhelpers.h29 u32 venus_helper_get_framesz(u32 v4l2_fmt, u32 width, u32 height);
H A Dvenc.c206 sizeimage = venus_helper_get_framesz(pixmp->pixelformat, in venc_try_fmt_common()
820 sizes[0] = venus_helper_get_framesz(inst->fmt_out->pixfmt, in venc_queue_setup()
829 sizes[0] = venus_helper_get_framesz(inst->fmt_cap->pixfmt, in venc_queue_setup()
H A Dvdec.c178 szimage = venus_helper_get_framesz(pixmp->pixelformat, pixmp->width, in vdec_try_fmt_common()
864 sizes[0] = venus_helper_get_framesz(inst->fmt_out->pixfmt, in vdec_queue_setup()
875 sizes[0] = venus_helper_get_framesz(inst->fmt_cap->pixfmt, in vdec_queue_setup()
H A Dhelpers.c960 u32 venus_helper_get_framesz(u32 v4l2_fmt, u32 width, u32 height) in venus_helper_get_framesz() function
998 EXPORT_SYMBOL_GPL(venus_helper_get_framesz); variable
/kernel/linux/linux-6.6/drivers/media/platform/qcom/venus/
H A Dhelpers.h33 u32 venus_helper_get_framesz(u32 v4l2_fmt, u32 width, u32 height);
H A 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()
H A 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()
H A 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); variable

Completed in 12 milliseconds