Lines Matching refs:pts
204 s->dts = s->pts = -1; in mpp_fetch_timestamp()
215 s->pts = s->cur_frame_pts[i]; in mpp_fetch_timestamp()
224 const RK_U8 *buf, RK_S32 buf_size, RK_S64 pts, in h265d_split_frame() argument
238 s->cur_frame_pts[i] = pts; in h265d_split_frame()
241 s->cur_frame_start_index, s->cur_frame_offset[i], s->cur_frame_end[i], pts); in h265d_split_frame()
246 s->last_pts = s->pts; in h265d_split_frame()
1940 RK_S64 pts = -1, dts = -1; in h265d_prepare() local
1960 pts = mpp_packet_get_pts(pkt); in h265d_prepare()
1962 h265d_dbg(H265D_DBG_TIME, "prepare get pts %lld", pts); in h265d_prepare()
1985 (const RK_U8*)buf, length, pts, dts); in h265d_prepare()
1993 h265d_dbg(H265D_DBG_TIME, "split frame get pts %lld", sc->pts); in h265d_prepare()
1994 s->pts = sc->pts; in h265d_prepare()
2002 s->pts = pts; in h265d_prepare()