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 D | helpers.h | 29 u32 venus_helper_get_framesz(u32 v4l2_fmt, u32 width, u32 height);
|
H A D | venc.c | 206 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 D | vdec.c | 178 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 D | helpers.c | 960 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 D | helpers.h | 33 u32 venus_helper_get_framesz(u32 v4l2_fmt, u32 width, u32 height);
|
H A D | vdec.c | 221 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 D | venc.c | 211 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 D | helpers.c | 1081 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