Searched refs:predict_frame_period (Results 1 – 1 of 1) sorted by relevance
1204 RK_S32 predict_frame_period = in m2vd_alloc_frame() local1206 if (theshold_frame_period < predict_frame_period) { in m2vd_alloc_frame()1208 … RK_S64 diff_90K_frame_period = tmp_frame_period * 1000 / 90 - predict_frame_period; 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()1218 tmp_frame_period = predict_frame_period; in m2vd_alloc_frame()