Searched refs:max_st_cfg (Results 1 – 2 of 2) sorted by relevance
128 p->max_st_cfg = st_cnt; in mpp_enc_ref_cfg_set_cfg_cnt()371 RK_S32 max_st_cfg = s->max_st_cfg; in mpp_enc_ref_cfg_copy() local393 if (max_st_cfg) { in mpp_enc_ref_cfg_copy()394 MppEncRefStFrmCfg *st_cfg = mpp_calloc(MppEncRefStFrmCfg, max_st_cfg); in mpp_enc_ref_cfg_copy()397 mpp_log_f("failed to create %d st ref cfg\n", max_st_cfg); in mpp_enc_ref_cfg_copy()400 memcpy(st_cfg, s->st_cfg, sizeof(st_cfg[0]) * s->max_st_cfg); in mpp_enc_ref_cfg_copy()434 .max_st_cfg = 1,
45 RK_S32 max_st_cfg; member