Searched refs:max_st_cfg (Results 1 – 2 of 2) sorted by relevance
115 p->max_st_cfg = st_cnt; in mpp_enc_ref_cfg_set_cfg_cnt()358 RK_S32 max_st_cfg = s->max_st_cfg; in mpp_enc_ref_cfg_copy() local380 if (max_st_cfg) { in mpp_enc_ref_cfg_copy()381 MppEncRefStFrmCfg *st_cfg = mpp_calloc(MppEncRefStFrmCfg, max_st_cfg); in mpp_enc_ref_cfg_copy()384 mpp_log_f("failed to create %d st ref cfg\n", max_st_cfg); in mpp_enc_ref_cfg_copy()387 memcpy(st_cfg, s->st_cfg, sizeof(st_cfg[0]) * s->max_st_cfg); in mpp_enc_ref_cfg_copy()421 .max_st_cfg = 1,
45 RK_S32 max_st_cfg; member