Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/media/platform/qcom/venus/
Dhfi_plat_bufs.h29 u32 num_b_frames; member
Dvenc_ctrls.c230 ret = venc_calc_bpframes(ctrl->val, ctr->num_b_frames, &bframes, in venc_op_s_ctrl()
252 ctr->num_b_frames = bframes; in venc_op_s_ctrl()
Dcore.h213 u32 num_b_frames; member
Dvenc.c660 if (ctr->num_b_frames) { in venc_set_properties()
671 intra_period.bframes = ctr->num_b_frames; in venc_set_properties()
Dhelpers.c608 params.enc.num_b_frames = enc_ctr->num_b_frames; in platform_get_bufreq()
Dhfi_plat_bufs_v6.c1260 u32 num_bframes = params->enc.num_b_frames; in bufreq_enc()