Home
last modified time | relevance | path

Searched refs:group_frm_cnt (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/external/mpp/mpp/codec/dec/m2v/
H A Dm2vd_parser.c1164 if (ctx->group_frm_cnt) { in m2vd_alloc_frame()
1165 ctx->group_frm_cnt = ctx->group_frm_cnt + pic_head->temporal_reference; in m2vd_alloc_frame()
1167 ctx->group_frm_cnt = ctx->max_temporal_reference + 1; in m2vd_alloc_frame()
1169 ctx->group_frm_cnt = pic_head->temporal_reference - ctx->prechange_temporal_ref; in m2vd_alloc_frame()
1171 ctx->group_frm_cnt = ctx->max_temporal_reference - ctx->prechange_temporal_ref + 1; in m2vd_alloc_frame()
1197 if ((pts_27M > ctx->pre_pts_27M) && (ctx->group_frm_cnt > 0)) { in m2vd_alloc_frame()
1198 tmp_frame_period = tmp_frame_period / ctx->group_frm_cnt; in m2vd_alloc_frame()
1219 ctx->group_frm_cnt = 0; in m2vd_alloc_frame()
1222 ctx->group_frm_cnt = ctx->max_temporal_reference - ctx->prechange_temporal_ref + 1; in m2vd_alloc_frame()
H A Dm2vd_parser.h259 RK_U32 group_frm_cnt; member