Home
last modified time | relevance | path

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

/linux/drivers/media/platform/qcom/venus/
A Dhelpers.h33 u32 venus_helper_get_framesz(u32 v4l2_fmt, u32 width, u32 height);
A Dvdec.c176 szimage = venus_helper_get_framesz(pixmp->pixelformat, pixmp->width, in vdec_try_fmt_common()
338 venus_helper_get_framesz(pixfmt_cap, orig_pixmp.width, orig_pixmp.height); in vdec_s_fmt()
904 sizes[0] = venus_helper_get_framesz(inst->fmt_out->pixfmt, in vdec_queue_setup()
915 sizes[0] = venus_helper_get_framesz(inst->fmt_cap->pixfmt, in vdec_queue_setup()
A Dvenc.c208 sizeimage = venus_helper_get_framesz(pixmp->pixelformat, in venc_try_fmt_common()
1030 sizes[0] = venus_helper_get_framesz(inst->fmt_out->pixfmt, in venc_queue_setup()
1039 sizes[0] = venus_helper_get_framesz(inst->fmt_cap->pixfmt, in venc_queue_setup()
A Dhelpers.c1061 u32 venus_helper_get_framesz(u32 v4l2_fmt, u32 width, u32 height) in venus_helper_get_framesz() function
1101 EXPORT_SYMBOL_GPL(venus_helper_get_framesz);

Completed in 11 milliseconds