Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/media/platform/qcom/venus/
Dhfi_plat_bufs.h32 u32 num_b_frames; member
Dvenc_ctrls.c231 ret = venc_calc_bpframes(ctrl->val, ctr->num_b_frames, &bframes, in venc_op_s_ctrl()
253 ctr->num_b_frames = bframes; in venc_op_s_ctrl()
Dcore.h251 u32 num_b_frames; member
Dvenc.c783 if (ctr->num_b_frames) { in venc_set_properties()
794 intra_period.bframes = ctr->num_b_frames; in venc_set_properties()
Dhelpers.c660 params.enc.num_b_frames = enc_ctr->num_b_frames; in platform_get_bufreq()
Dhfi_plat_bufs_v6.c1267 u32 num_bframes = params->enc.num_b_frames; in bufreq_enc()