Searched refs:pre_pts_27M (Results 1 – 2 of 2) sorted by relevance
203 ctx->pre_pts_27M = 0; in m2vd_parser_init_ctx()1186 if (ctx->pre_pts_27M != pts_27M) { in m2vd_alloc_frame()1198 tmp_frame_period = pts_27M - ctx->pre_pts_27M; in m2vd_alloc_frame()1200 if ((pts_27M > ctx->pre_pts_27M) in m2vd_alloc_frame()1214 pts_27M = ctx->pre_pts_27M * 1000 / 90 + predict_frame_period; in m2vd_alloc_frame()1216 pts_27M = ctx->pre_pts_27M + predict_frame_period; in m2vd_alloc_frame()1222 if ((pts_27M > ctx->pre_pts_27M) && (ctx->group_frm_cnt > 0)) { in m2vd_alloc_frame()1242 ctx->pre_pts_27M = pts_27M; in m2vd_alloc_frame()
258 RK_U64 pre_pts_27M; member