Home
last modified time | relevance | path

Searched refs:num_vpp_pipes (Results 1 – 6 of 6) sorted by relevance

/Linux-v6.6/drivers/media/platform/qcom/venus/
Dhfi_plat_bufs_v6.c232 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 …]
Dhfi_plat_bufs.h21 u32 num_vpp_pipes; member
Dcore.c821 .num_vpp_pipes = 4,
879 .num_vpp_pipes = 1,
Dcore.h83 u8 num_vpp_pipes; member
Dhelpers.c634 params.num_vpp_pipes = inst->core->res->num_vpp_pipes; in platform_get_bufreq()
Dvdec.c733 wr.video_work_route = inst->core->res->num_vpp_pipes; in vdec_set_work_route()