Searched refs:venus_helper_get_framesz_raw (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/drivers/media/platform/qcom/venus/ |
H A D | helpers.h | 32 u32 venus_helper_get_framesz_raw(u32 hfi_fmt, u32 width, u32 height);
|
H A D | hfi_plat_bufs_v6.c | 1237 venus_helper_get_framesz_raw(params->hfi_color_fmt, in bufreq_dec() 1242 venus_helper_get_framesz_raw(params->hfi_dpb_color_fmt, in bufreq_dec() 1301 venus_helper_get_framesz_raw(params->hfi_color_fmt, in bufreq_enc()
|
H A D | helpers.c | 1061 u32 venus_helper_get_framesz_raw(u32 hfi_fmt, u32 width, u32 height) in venus_helper_get_framesz_raw() function 1079 EXPORT_SYMBOL_GPL(venus_helper_get_framesz_raw); 1119 return venus_helper_get_framesz_raw(hfi_fmt, width, height); in venus_helper_get_framesz()
|
H A D | vdec.c | 780 venus_helper_get_framesz_raw(out_fmt, width, height); in vdec_output_conf() 782 venus_helper_get_framesz_raw(out2_fmt, width, height); in vdec_output_conf()
|