Home
last modified time | relevance | path

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

/rockchip-linux_mpp/mpp/codec/dec/m2v/
H A Dm2vd_parser.c1144 RK_U64 pts_27M = ctx->pts; in m2vd_alloc_frame() local
1166 pts_27M = ctx->pts * 300; in m2vd_alloc_frame()
1168 pts_27M = ctx->pts * 27; in m2vd_alloc_frame()
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()
1239 ctx->group_start_time_27M = pts_27M - pic_head->temporal_reference * ctx->frame_period; in m2vd_alloc_frame()
[all …]