Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/media/platform/qcom/venus/
Dhelpers.h29 u32 venus_helper_get_framesz(u32 v4l2_fmt, u32 width, u32 height);
Dvenc.c329 sizeimage = venus_helper_get_framesz(pixmp->pixelformat, in venc_try_fmt_common()
913 sizes[0] = venus_helper_get_framesz(inst->fmt_out->pixfmt, in venc_queue_setup()
922 sizes[0] = venus_helper_get_framesz(inst->fmt_cap->pixfmt, in venc_queue_setup()
Dvdec.c175 szimage = venus_helper_get_framesz(pixmp->pixelformat, pixmp->width, in vdec_try_fmt_common()
759 sizes[0] = venus_helper_get_framesz(inst->fmt_out->pixfmt, in vdec_queue_setup()
770 sizes[0] = venus_helper_get_framesz(inst->fmt_cap->pixfmt, in vdec_queue_setup()
Dhelpers.c724 u32 venus_helper_get_framesz(u32 v4l2_fmt, u32 width, u32 height) in venus_helper_get_framesz() function
762 EXPORT_SYMBOL_GPL(venus_helper_get_framesz);