Searched refs:venus_helper_get_framesz_raw (Results 1 – 4 of 4) sorted by relevance
/linux-6.3-rc2/drivers/media/platform/qcom/venus/ |
A D | helpers.h | 32 u32 venus_helper_get_framesz_raw(u32 hfi_fmt, u32 width, u32 height);
|
A D | helpers.c | 1059 u32 venus_helper_get_framesz_raw(u32 hfi_fmt, u32 width, u32 height) in venus_helper_get_framesz_raw() function 1077 EXPORT_SYMBOL_GPL(venus_helper_get_framesz_raw); 1117 return venus_helper_get_framesz_raw(hfi_fmt, width, height); in venus_helper_get_framesz()
|
A D | hfi_plat_bufs_v6.c | 1237 venus_helper_get_framesz_raw(params->hfi_color_fmt, in bufreq_dec() 1296 venus_helper_get_framesz_raw(params->hfi_color_fmt, in bufreq_enc()
|
A D | vdec.c | 738 venus_helper_get_framesz_raw(out_fmt, width, height); in vdec_output_conf() 740 venus_helper_get_framesz_raw(out2_fmt, width, height); in vdec_output_conf()
|
Completed in 13 milliseconds