Home
last modified time | relevance | path

Searched refs:current_sequence (Results 1 – 5 of 5) sorted by relevance

/third_party/libinput/tools/
Dlibinput-measure-touch-size.py238 def current_sequence(self): member in Device
256 s = self.current_sequence()
272 self.current_sequence().append(self.touch)
273 print("\r{}".format(self.current_sequence()), end="")
Dlibinput-measure-touchpad-pressure.py246 def current_sequence(self): member in Device
268 s = device.current_sequence()
277 s = device.current_sequence()
Dlibinput-measure-touchpad-tap.py148 self.current_sequence().append(self.touch)
/third_party/gstreamer/gstplugins_bad/ext/hls/
Dgsthlsdemux.c430 gint64 current_sequence; in gst_hls_demux_stream_seek() local
434 current_sequence = 0; in gst_hls_demux_stream_seek()
448 current_sequence = file->sequence; in gst_hls_demux_stream_seek()
470 current_sequence++; in gst_hls_demux_stream_seek()
474 (guint) current_sequence); in gst_hls_demux_stream_seek()
476 hls_stream->playlist->sequence = current_sequence; in gst_hls_demux_stream_seek()
/third_party/gstreamer/gstplugins_bad/
DChangeLog70197 Don't initialize current_sequence. It is always overwritten in the walk