Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/ext/resindvd/
Dgstmpegdemux.c1451 guint64 old_scr, old_mux_rate, bss, adjust = 0; in gst_flups_demux_parse_pack_start() local
1454 old_scr = demux->current_scr; in gst_flups_demux_parse_pack_start()
1468 demux->next_scr = old_scr + adjust; in gst_flups_demux_parse_pack_start()
1470 demux->next_scr = old_scr - adjust; in gst_flups_demux_parse_pack_start()
1475 bss, demux->next_scr, old_scr, scr_adjusted); in gst_flups_demux_parse_pack_start()
1479 if (G_UNLIKELY (old_scr > scr_adjusted)) in gst_flups_demux_parse_pack_start()
1480 diff = old_scr - scr_adjusted; in gst_flups_demux_parse_pack_start()
1482 diff = scr_adjusted - old_scr; in gst_flups_demux_parse_pack_start()
/third_party/gstreamer/gstplugins_bad/gst/mpegdemux/
Dgstmpegdemux.c1786 guint64 old_scr, old_mux_rate, bss, adjust = 0; in gst_ps_demux_parse_pack_start() local
1789 old_scr = demux->current_scr; in gst_ps_demux_parse_pack_start()
1803 demux->next_scr = old_scr + adjust; in gst_ps_demux_parse_pack_start()
1805 demux->next_scr = old_scr - adjust; in gst_ps_demux_parse_pack_start()
1810 bss, demux->next_scr, old_scr, scr_adjusted); in gst_ps_demux_parse_pack_start()
1814 if (G_UNLIKELY (old_scr > scr_adjusted)) in gst_ps_demux_parse_pack_start()
1815 diff = old_scr - scr_adjusted; in gst_ps_demux_parse_pack_start()
1817 diff = scr_adjusted - old_scr; in gst_ps_demux_parse_pack_start()