Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/gst/mpegtsdemux/
Dmpegtsparse.c278 parse->current_pcr = GST_CLOCK_TIME_NONE; in mpegts_parse_reset()
886 if (parse->current_pcr == GST_CLOCK_TIME_NONE && in mpegts_parse_inspect_packet()
893 parse->current_pcr = mpegts_packetizer_pts_to_ts (base->packetizer, in mpegts_parse_inspect_packet()
896 GST_TIME_ARGS (parse->current_pcr), packet->pcr); in mpegts_parse_inspect_packet()
898 parse->base_pcr = parse->current_pcr; in mpegts_parse_inspect_packet()
960 if (!GST_CLOCK_TIME_IS_VALID (parse->current_pcr) && !drain_all) in drain_pending_buffers()
963 if (GST_CLOCK_TIME_IS_VALID (parse->current_pcr)) { in drain_pending_buffers()
964 pcr = parse->current_pcr; in drain_pending_buffers()
965 parse->current_pcr = GST_CLOCK_TIME_NONE; in drain_pending_buffers()
1071 if (parse->current_pcr != GST_CLOCK_TIME_NONE) { in mpegts_parse_have_buffer()
[all …]
Dmpegtsparse.h64 GstClockTime current_pcr; member