Lines Matching refs:cpb_info
297 MppEncCpbInfo *cpb_info = &p->cpb_info; in mpp_enc_ref_cfg_check() local
301 cpb_info->dpb_size = 0; in mpp_enc_ref_cfg_check()
302 cpb_info->max_lt_cnt = max_lt_ref_cnt; in mpp_enc_ref_cfg_check()
303 cpb_info->max_st_cnt = max_st_ref_cnt; in mpp_enc_ref_cfg_check()
304 cpb_info->max_lt_idx = max_lt_ref_idx; in mpp_enc_ref_cfg_check()
305 cpb_info->max_st_tid = max_st_tid; in mpp_enc_ref_cfg_check()
306 cpb_info->lt_gop = lt_dryrun_length; in mpp_enc_ref_cfg_check()
307 cpb_info->st_gop = st_dryrun_length - 1; in mpp_enc_ref_cfg_check()
317 ret = mpp_enc_refs_get_cpb_info(refs, cpb_info); in mpp_enc_ref_cfg_check()
404 return &p->cpb_info; in mpp_enc_ref_cfg_get_cpb_info()
427 .cpb_info = { 1, 0, 1, 0, 0, 0, 0 },