Searched defs:num_vpp_pipes (Results 1 – 4 of 4) sorted by relevance
/linux-6.15/drivers/media/platform/qcom/iris/ |
D | iris_vpu_buffer.c | 9 static u32 size_h264d_hw_bin_buffer(u32 frame_width, u32 frame_height, u32 num_vpp_pipes) in size_h264d_hw_bin_buffer() 26 static u32 hfi_buffer_bin_h264d(u32 frame_width, u32 frame_height, u32 num_vpp_pipes) in hfi_buffer_bin_h264d() 84 static u32 hfi_buffer_non_comv_h264d(u32 frame_width, u32 frame_height, u32 num_vpp_pipes) in hfi_buffer_non_comv_h264d() 123 bool is_opb, u32 num_vpp_pipes) in hfi_buffer_line_h264d() 146 u32 num_vpp_pipes = inst->core->iris_platform_data->num_vpp_pipe; in iris_vpu_dec_bin_size() local 179 u32 num_vpp_pipes = inst->core->iris_platform_data->num_vpp_pipe; in iris_vpu_dec_non_comv_size() local 189 u32 num_vpp_pipes = inst->core->iris_platform_data->num_vpp_pipe; in iris_vpu_dec_line_size() local
|
/linux-6.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() 404 u32 lcu_size, u32 num_vpp_pipes, in calculate_enc_scratch_size() 447 u32 num_vpp_pipes, u32 rc_type) in h264e_scratch_size() 454 u32 num_vpp_pipes, u32 rc_type) in h265e_scratch_size() 461 u32 num_vpp_pipes, u32 rc_type) in vp8e_scratch_size() 516 u32 num_vpp_pipes) in hfi_iris2_h264d_non_comv_size() 589 u32 num_vpp_pipes) in hfi_iris2_h265d_non_comv_size() 634 bool split_mode_enabled, u32 num_vpp_pipes) in h264d_scratch1_size() 648 bool split_mode_enabled, u32 num_vpp_pipes) in h265d_scratch1_size() 663 bool split_mode_enabled, u32 num_vpp_pipes) in vp8d_scratch1_size() [all …]
|
D | hfi_plat_bufs.h | 21 u32 num_vpp_pipes; member
|
D | core.h | 83 u8 num_vpp_pipes; member
|