Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/media/platform/qcom/venus/
Dhelpers.h29 u32 venus_helper_get_framesz(u32 v4l2_fmt, u32 width, u32 height);
Dvenc.c208 sizeimage = venus_helper_get_framesz(pixmp->pixelformat, in venc_try_fmt_common()
953 sizes[0] = venus_helper_get_framesz(inst->fmt_out->pixfmt, in venc_queue_setup()
962 sizes[0] = venus_helper_get_framesz(inst->fmt_cap->pixfmt, in venc_queue_setup()
Dvdec.c176 szimage = venus_helper_get_framesz(pixmp->pixelformat, pixmp->width, in vdec_try_fmt_common()
877 sizes[0] = venus_helper_get_framesz(inst->fmt_out->pixfmt, in vdec_queue_setup()
888 sizes[0] = venus_helper_get_framesz(inst->fmt_cap->pixfmt, in vdec_queue_setup()
Dhelpers.c1024 u32 venus_helper_get_framesz(u32 v4l2_fmt, u32 width, u32 height) in venus_helper_get_framesz() function
1064 EXPORT_SYMBOL_GPL(venus_helper_get_framesz);