Searched refs:frame_period (Results 1 – 2 of 2) sorted by relevance
980 if (!ctx->frame_period || pre_frame_rate_code != ctx->seq_head.frame_rate_code) in m2vd_decode_seq_header()981 ctx->frame_period = frame_period_Table_27M[ctx->seq_head.frame_rate_code]; in m2vd_decode_seq_header()1203 … RK_S32 last_frame_period = ctx->preframe_period ? ctx->preframe_period : ctx->frame_period; in m2vd_alloc_frame()1227 (llabs(ctx->frame_period - tmp_frame_period) > MAX_FRAME_PERIOD_DIFF)) { in m2vd_alloc_frame()1231 ctx->frame_period = tmp_frame_period; in m2vd_alloc_frame()1239 ctx->group_start_time_27M = pts_27M - pic_head->temporal_reference * ctx->frame_period; in m2vd_alloc_frame()1240 if (ctx->group_start_time_27M <= -ctx->frame_period) in m2vd_alloc_frame()1246 ctx->group_start_time_27M += (ctx->max_temporal_reference + 1) * ctx->frame_period; in m2vd_alloc_frame()1256 frm_pts += pic_head->temporal_reference * ctx->frame_period; in m2vd_alloc_frame()
265 RK_S32 frame_period; member