Home
last modified time | relevance | path

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

/rockchip-linux_mpp/mpp/codec/dec/m2v/
H A Dm2vd_parser.c1162 RK_S64 frm_pts = 0; in m2vd_alloc_frame() local
1255 frm_pts = ctx->group_start_time_27M; in m2vd_alloc_frame()
1256 frm_pts += pic_head->temporal_reference * ctx->frame_period; in m2vd_alloc_frame()
1257 if (frm_pts < 0) { in m2vd_alloc_frame()
1258 frm_pts = 0; in m2vd_alloc_frame()
1261 frm_pts = frm_pts / 300; in m2vd_alloc_frame()
1263 frm_pts = frm_pts / 27; in m2vd_alloc_frame()
1292 mpp_frame_set_pts(ctx->frame_cur->f, frm_pts); in m2vd_alloc_frame()