Searched refs:last_pcr (Results 1 – 5 of 5) sorted by relevance
/third_party/gstreamer/gstplugins_bad/ext/hls/ |
D | gsthlsdemux-util.c | 109 r->last_pcr = ts; in handle_pcr() 191 r->last_pcr = GST_CLOCK_TIME_NONE; in gst_hlsdemux_tsreader_init() 203 GstBuffer * buffer, GstClockTime * first_pcr, GstClockTime * last_pcr) in gst_hlsdemux_tsreader_find_pcrs_mpegts() argument 217 *first_pcr = *last_pcr = GST_CLOCK_TIME_NONE; in gst_hlsdemux_tsreader_find_pcrs_mpegts() 260 *last_pcr = r->last_pcr; in gst_hlsdemux_tsreader_find_pcrs_mpegts() 268 GstBuffer ** buffer_out, GstClockTime * first_pcr, GstClockTime * last_pcr, in gst_hlsdemux_tsreader_find_pcrs_id3() argument 281 *last_pcr = r->last_pcr; in gst_hlsdemux_tsreader_find_pcrs_id3() 349 GstBuffer ** buffer, GstClockTime * first_pcr, GstClockTime * last_pcr, in gst_hlsdemux_tsreader_find_pcrs() argument 356 last_pcr); in gst_hlsdemux_tsreader_find_pcrs() 358 return gst_hlsdemux_tsreader_find_pcrs_id3 (r, buffer, first_pcr, last_pcr, in gst_hlsdemux_tsreader_find_pcrs()
|
D | gsthlsdemux.h | 87 GstClockTime last_pcr; member 173 GstClockTime *first_pcr, GstClockTime *last_pcr, GstTagList **tags);
|
D | gsthlsdemux.c | 985 GstClockTime first_pcr, last_pcr; in gst_hls_demux_handle_buffer() local 1052 &first_pcr, &last_pcr, &tags) in gst_hls_demux_handle_buffer() 1126 GST_TIME_ARGS (hls_stream->tsreader.last_pcr)); in gst_hls_demux_finish_fragment()
|
/third_party/ffmpeg/libavformat/ |
D | mpegtsenc.c | 246 int64_t last_pcr; member 935 ts_st->last_pcr = ts->first_pcr - ts_st->pcr_period; in enable_pcr_generation_for_stream() 1346 if (pcr - ts_st2->last_pcr >= ts_st2->pcr_period) { in mpegts_write_pes() 1347 … ts_st2->last_pcr = FFMAX(pcr - ts_st2->pcr_period, ts_st2->last_pcr + ts_st2->pcr_period); in mpegts_write_pes() 1355 next_pcr = FFMIN(next_pcr, ts_st2->last_pcr + ts_st2->pcr_period); in mpegts_write_pes() 1370 if (pcr - ts_st->last_pcr >= ts_st->pcr_period && is_start) { in mpegts_write_pes() 1371 … ts_st->last_pcr = FFMAX(pcr - ts_st->pcr_period, ts_st->last_pcr + ts_st->pcr_period); in mpegts_write_pes()
|
D | mpegts.c | 101 int64_t last_pcr; member 500 filter->last_pcr= -1; in mpegts_open_filter() 1323 if (f->last_pcr != -1 && !f->discard) { in mpegts_push_data() 1328 int64_t pcr = f->last_pcr / 300; in mpegts_push_data() 1757 if (f && f->last_pcr != -1) in scte_data_cb() 1758 ts->pkt->pts = ts->pkt->dts = f->last_pcr/300; in scte_data_cb() 2783 tss->last_pcr = pcr_h * 300 + pcr_l; in handle_packet() 2957 ts->pids[i]->last_pcr = -1; in handle_packets()
|