Searched refs:cur_pts (Results 1 – 6 of 6) sorted by relevance
1047 gint64 cur_pts = tsmux_stream_get_pts (stream); in tsmux_write_stream_packet() local1053 if (cur_pts != G_MININT64) { in tsmux_write_stream_packet()1054 TS_DEBUG ("TS for PCR stream is %" G_GINT64_FORMAT, cur_pts); in tsmux_write_stream_packet()1059 if (cur_pts != G_MININT64) { in tsmux_write_stream_packet()1061 cur_pts += CLOCK_BASE; in tsmux_write_stream_packet()1062 cur_pcr = (cur_pts - TSMUX_PCR_OFFSET) * in tsmux_write_stream_packet()1082 else if (cur_pts >= mux->last_pat_ts + mux->pat_interval) in tsmux_write_stream_packet()1088 mux->last_pat_ts = cur_pts; in tsmux_write_stream_packet()1096 else if (cur_pts >= mux->last_si_ts + mux->si_interval) in tsmux_write_stream_packet()1102 mux->last_si_ts = cur_pts; in tsmux_write_stream_packet()[all …]
54 int64_t cur_pts = yadif->cur->pts; in return_frame() local57 if (next_pts != AV_NOPTS_VALUE && cur_pts != AV_NOPTS_VALUE) { in return_frame()58 yadif->out->pts = cur_pts + next_pts; in return_frame()
475 int64_t cur_pts = s->cur->pts; in filter() local478 if (next_pts != AV_NOPTS_VALUE && cur_pts != AV_NOPTS_VALUE) { in filter()479 out->pts = cur_pts + next_pts; in filter()
59 int64_t cur_pts; member829 s->cur_pts = s->second->pts; in filter_frame()896 next->pts = s->second->pts * 2 - s->cur_pts; in request_frame()
107 int cur_pts, last_pts, next_pts; member
1550 r->cur_pts = r1->cur_pts; in ff_rv34_decode_update_thread_context()1724 r->cur_pts = si.pts; in ff_rv34_decode_frame()1727 r->next_pts = r->cur_pts; in ff_rv34_decode_frame()1730 int dist0 = GET_PTS_DIFF(r->cur_pts, r->last_pts); in ff_rv34_decode_frame()1731 int dist1 = GET_PTS_DIFF(r->next_pts, r->cur_pts); in ff_rv34_decode_frame()