Searched refs:num_vpp_pipes (Results 1 – 6 of 6) sorted by relevance
| /Linux-v5.15/drivers/media/platform/qcom/venus/ |
| D | hfi_plat_bufs_v6.c | 232 static u32 size_vpss_lb(u32 width, u32 height, u32 num_vpp_pipes) in size_vpss_lb() argument 257 size = num_vpp_pipes * in size_vpss_lb() 404 u32 lcu_size, u32 num_vpp_pipes, in calculate_enc_scratch_size() argument 428 if (num_vpp_pipes > 2) in calculate_enc_scratch_size() 439 bitbin_size = size_single_pipe * num_vpp_pipes; in calculate_enc_scratch_size() 447 u32 num_vpp_pipes, u32 rc_type) in h264e_scratch_size() argument 450 num_vpp_pipes, rc_type); in h264e_scratch_size() 454 u32 num_vpp_pipes, u32 rc_type) in h265e_scratch_size() argument 457 num_vpp_pipes, rc_type); in h265e_scratch_size() 461 u32 num_vpp_pipes, u32 rc_type) in vp8e_scratch_size() argument [all …]
|
| D | hfi_platform.c | 77 if (plat->num_vpp_pipes) in hfi_platform_num_vpp_pipes() 78 return plat->num_vpp_pipes(); in hfi_platform_num_vpp_pipes()
|
| D | hfi_plat_bufs.h | 18 u32 num_vpp_pipes; member
|
| D | hfi_platform_v6.c | 325 static u8 num_vpp_pipes(void) in num_vpp_pipes() function 336 .num_vpp_pipes = num_vpp_pipes,
|
| D | hfi_platform.h | 55 u8 (*num_vpp_pipes)(void); member
|
| D | helpers.c | 586 params.num_vpp_pipes = hfi_platform_num_vpp_pipes(version); in platform_get_bufreq()
|