Home
last modified time | relevance | path

Searched refs:first_scr (Results 1 – 4 of 4) sorted by relevance

/third_party/gstreamer/gstplugins_bad/gst/mpegdemux/
Dgstmpegdemux.c391 demux->first_scr = G_MAXUINT64; in gst_ps_demux_reset()
1244 scr = MAX (demux->first_scr, scr); in gst_ps_demux_do_seek()
1251 find_offset (demux, scr, demux->first_scr, demux->first_scr_offset, in gst_ps_demux_do_seek()
1809 if (demux->first_scr == G_MAXUINT64) { in gst_ps_demux_parse_pack_start()
1810 demux->first_scr = scr; in gst_ps_demux_parse_pack_start()
1831 if (G_UNLIKELY (demux->first_scr == G_MAXUINT64)) { in gst_ps_demux_parse_pack_start()
1834 demux->first_scr = scr; in gst_ps_demux_parse_pack_start()
1836 demux->base_time = MPEGTIME_TO_GSTTIME (demux->first_scr); in gst_ps_demux_parse_pack_start()
1858 scr_rate_d = scr_adjusted - demux->first_scr; in gst_ps_demux_parse_pack_start()
1870 demux->first_scr, demux->first_scr_offset, in gst_ps_demux_parse_pack_start()
[all …]
Dgstmpegdemux.h123 guint64 first_scr; member
/third_party/gstreamer/gstplugins_bad/ext/resindvd/
Dgstmpegdemux.c287 demux->first_scr = G_MAXUINT64; in gst_flups_demux_reset()
941 demux->first_scr = GSTTIME_TO_MPEGTIME (start); in gst_flups_demux_sink_event()
942 demux->current_scr = demux->first_scr + demux->scr_adjust; in gst_flups_demux_sink_event()
1151 if (demux->current_scr != G_MAXUINT64 && demux->first_scr != G_MAXUINT64) { in gst_flups_demux_src_query()
1154 demux->first_scr); in gst_flups_demux_src_query()
1412 if (G_UNLIKELY (demux->first_scr == G_MAXUINT64)) { in gst_flups_demux_parse_pack_start()
1413 demux->first_scr = scr; in gst_flups_demux_parse_pack_start()
1419 demux->base_time = MPEGTIME_TO_GSTTIME (demux->first_scr); in gst_flups_demux_parse_pack_start()
1427 scr_rate_d = scr_adjusted - demux->first_scr; in gst_flups_demux_parse_pack_start()
1437 GST_TIME_ARGS (MPEGTIME_TO_GSTTIME ((guint64) scr - demux->first_scr))); in gst_flups_demux_parse_pack_start()
[all …]
Dgstmpegdemux.h116 guint64 first_scr; member