Searched refs:GST_SEEK_FLAG_SNAP_BEFORE (Results 1 – 17 of 17) sorted by relevance
/third_party/gstreamer/gstreamer/gst/ |
D | gstsegment.h | 153 GST_SEEK_FLAG_SNAP_BEFORE = (1 << 5), enumerator 155 GST_SEEK_FLAG_SNAP_NEAREST = GST_SEEK_FLAG_SNAP_BEFORE | GST_SEEK_FLAG_SNAP_AFTER,
|
D | gstevent.c | 1353 (flags & (GST_SEEK_FLAG_SNAP_BEFORE | GST_SEEK_FLAG_SNAP_AFTER | in gst_event_new_seek() 1358 ~(GST_SEEK_FLAG_SNAP_BEFORE | GST_SEEK_FLAG_SNAP_AFTER | in gst_event_new_seek()
|
D | gstenumtypes.c | 1533 { C_FLAGS(GST_SEEK_FLAG_SNAP_BEFORE), "GST_SEEK_FLAG_SNAP_BEFORE", "snap-before" }, in gst_seek_flags_get_type()
|
/third_party/gstreamer/gstplugins_bad/tests/check/elements/ |
D | mssdemux.c | 317 GST_SEEK_FLAG_FLUSH | GST_SEEK_FLAG_KEY_UNIT | GST_SEEK_FLAG_SNAP_BEFORE, in GST_START_TEST() 340 GST_SEEK_FLAG_FLUSH | GST_SEEK_FLAG_KEY_UNIT | GST_SEEK_FLAG_SNAP_BEFORE, in GST_START_TEST()
|
D | dash_demux.c | 760 GST_SEEK_FLAG_FLUSH | GST_SEEK_FLAG_KEY_UNIT | GST_SEEK_FLAG_SNAP_BEFORE, in GST_START_TEST() 784 GST_SEEK_FLAG_FLUSH | GST_SEEK_FLAG_KEY_UNIT | GST_SEEK_FLAG_SNAP_BEFORE, in GST_START_TEST() 808 GST_SEEK_FLAG_FLUSH | GST_SEEK_FLAG_KEY_UNIT | GST_SEEK_FLAG_SNAP_BEFORE, in GST_START_TEST()
|
D | hls_demux.c | 497 GST_SEEK_FLAG_FLUSH | GST_SEEK_FLAG_KEY_UNIT | GST_SEEK_FLAG_SNAP_BEFORE, in GST_START_TEST() 520 GST_SEEK_FLAG_FLUSH | GST_SEEK_FLAG_KEY_UNIT | GST_SEEK_FLAG_SNAP_BEFORE, in GST_START_TEST()
|
/third_party/gstreamer/gstplugins_bad/ext/dash/ |
D | gstdashdemux.c | 1453 && (flags & GST_SEEK_FLAG_SNAP_BEFORE))) { in gst_dash_demux_stream_sidx_seek() 1503 is_isobmff ? (flags & (~(GST_SEEK_FLAG_SNAP_BEFORE | in gst_dash_demux_stream_seek() 2959 demux->segment.rate >= 0, GST_SEEK_FLAG_SNAP_BEFORE, in gst_dash_demux_parse_isobmff()
|
D | gstmpdclient.c | 1719 (!forward && flags & GST_SEEK_FLAG_SNAP_BEFORE)) && in gst_mpd_client_stream_seek() 1776 (!forward && flags & GST_SEEK_FLAG_SNAP_BEFORE)) in gst_mpd_client_stream_seek()
|
/third_party/gstreamer/gstreamer/tests/check/gst/ |
D | gstvalue.c | 702 GST_SEEK_FLAG_ACCURATE | GST_SEEK_FLAG_SNAP_BEFORE); in GST_START_TEST() 709 GST_SEEK_FLAG_ACCURATE | GST_SEEK_FLAG_FLUSH | GST_SEEK_FLAG_SNAP_BEFORE; in GST_START_TEST() 742 GST_SEEK_FLAG_ACCURATE | GST_SEEK_FLAG_SNAP_BEFORE | GST_SEEK_FLAG_FLUSH); in GST_START_TEST()
|
/third_party/gstreamer/gstplugins_bad/ext/smoothstreaming/ |
D | gstmssmanifest.c | 1235 (!forward && (flags & GST_SEEK_FLAG_SNAP_BEFORE)))
|
/third_party/gstreamer/gstplugins_bad/ext/hls/ |
D | gsthlsdemux.c | 329 #define IS_SNAP_SEEK(f) (f & (GST_SEEK_FLAG_SNAP_BEFORE | \
|
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/adaptivedemux/ |
D | gstadaptivedemux.c | 1794 #define IS_SNAP_SEEK(f) (f & (GST_SEEK_FLAG_SNAP_BEFORE | \ 1799 #define REMOVE_SNAP_FLAGS(f) (f & ~(GST_SEEK_FLAG_SNAP_BEFORE | \
|
/third_party/gstreamer/gstplugins_good/gst/avi/ |
D | gstavidemux.c | 4492 before = ! !(flags & GST_SEEK_FLAG_SNAP_BEFORE); in gst_avi_demux_do_seek() 4768 before = ! !(flags & GST_SEEK_FLAG_SNAP_BEFORE); in avi_demux_handle_seek_push()
|
/third_party/gstreamer/gstplugins_base/tests/examples/playback/ |
D | playback-test.c | 573 flags |= GST_SEEK_FLAG_SNAP_BEFORE; in do_seek()
|
/third_party/gstreamer/gstplugins_good/gst/matroska/ |
D | matroska-demux.c | 2811 before = ! !(flags & GST_SEEK_FLAG_SNAP_BEFORE); in gst_matroska_demux_handle_seek_event()
|
/third_party/gstreamer/gstplugins_good/gst/rtsp/ |
D | gstrtspsrc.c | 2986 && flags & GST_SEEK_FLAG_SNAP_BEFORE) in gst_rtspsrc_perform_seek()
|
/third_party/gstreamer/gstplugins_good/gst/isomp4/ |
D | qtdemux.c | 1441 before = ! !(flags & GST_SEEK_FLAG_SNAP_BEFORE); in gst_qtdemux_perform_seek()
|