Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/gst/mpegtsmux/tsmux/
Dtsmux.c1047 gint64 cur_pts = tsmux_stream_get_pts (stream); in tsmux_write_stream_packet() local
1053 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 …]
/third_party/ffmpeg/libavfilter/
Dyadif_common.c54 int64_t cur_pts = yadif->cur->pts; in return_frame() local
57 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()
Dvf_w3fdif.c475 int64_t cur_pts = s->cur->pts; in filter() local
478 if (next_pts != AV_NOPTS_VALUE && cur_pts != AV_NOPTS_VALUE) { in filter()
479 out->pts = cur_pts + next_pts; in filter()
Dvf_nnedi.c59 int64_t cur_pts; member
829 s->cur_pts = s->second->pts; in filter_frame()
896 next->pts = s->second->pts * 2 - s->cur_pts; in request_frame()
/third_party/ffmpeg/libavcodec/
Drv34.h107 int cur_pts, last_pts, next_pts; member
Drv34.c1550 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()