Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/mpp/mpp/codec/dec/m2v/
H A Dm2vd_parser.c1137 RK_S64 frm_pts = 0; in m2vd_alloc_frame() local
1230 frm_pts = ctx->group_start_time_27M; in m2vd_alloc_frame()
1231 frm_pts += pic_head->temporal_reference * ctx->frame_period; in m2vd_alloc_frame()
1232 if (frm_pts < 0) { in m2vd_alloc_frame()
1233 frm_pts = 0; in m2vd_alloc_frame()
1236 frm_pts = frm_pts / 300; in m2vd_alloc_frame()
1238 frm_pts = frm_pts / 27; in m2vd_alloc_frame()
1269 mpp_frame_set_pts(ctx->frame_cur->f, frm_pts); in m2vd_alloc_frame()