Home
last modified time | relevance | path

Searched refs:seek_flags (Results 1 – 11 of 11) sorted by relevance

/third_party/gstreamer/gstreamer/tests/check/pipelines/
Dseek.c315 guint seek_flags; in GST_START_TEST() local
370 seek_flags = in GST_START_TEST()
373 res = gst_element_seek (bin, 1.0, GST_FORMAT_TIME, seek_flags, in GST_START_TEST()
390 seek_flags &= ~GST_SEEK_FLAG_FLUSH; in GST_START_TEST()
391 fail_if (seek_flags & GST_SEEK_FLAG_FLUSH, NULL); in GST_START_TEST()
396 gst_element_seek (bin, 1.0, GST_FORMAT_TIME, seek_flags, in GST_START_TEST()
431 guint seek_flags; in GST_START_TEST() local
489 seek_flags = in GST_START_TEST()
492 res = gst_element_seek (bin, 1.0, GST_FORMAT_TIME, seek_flags, in GST_START_TEST()
509 seek_flags &= ~GST_SEEK_FLAG_FLUSH; in GST_START_TEST()
[all …]
/third_party/gstreamer/gstplugins_good/tests/icles/
Dtest-segment-seeks.c89 GstSeekFlags seek_flags; in main() local
93 seek_flags = GST_SEEK_FLAG_ACCURATE | GST_SEEK_FLAG_SEGMENT; in main()
97 seek_flags |= GST_SEEK_FLAG_FLUSH; in main()
105 ret = gst_element_seek (playbin, 1.0, GST_FORMAT_TIME, seek_flags, in main()
Dgdkpixbufsink-test.c219 GstSeekFlags seek_flags; in seek_to() local
232 seek_flags = GST_SEEK_FLAG_FLUSH; in seek_to()
235 seek_flags |= GST_SEEK_FLAG_ACCURATE; in seek_to()
237 seek_flags |= GST_SEEK_FLAG_KEY_UNIT; in seek_to()
239 if (!gst_element_seek_simple (info->pipe, GST_FORMAT_TIME, seek_flags, in seek_to()
/third_party/gstreamer/gstplugins_bad/tests/examples/ipcpipeline/
Dipc-play.c158 GstSeekFlags seek_flags; in play_do_seek() local
175 seek_flags = GST_SEEK_FLAG_FLUSH; in play_do_seek()
179 seek_flags |= GST_SEEK_FLAG_TRICKMODE; in play_do_seek()
182 seek_flags |= GST_SEEK_FLAG_TRICKMODE | GST_SEEK_FLAG_TRICKMODE_NO_AUDIO; in play_do_seek()
185 seek_flags |= GST_SEEK_FLAG_TRICKMODE_KEY_UNITS; in play_do_seek()
188 seek_flags |= in play_do_seek()
198 seek_flags | GST_SEEK_FLAG_ACCURATE, in play_do_seek()
203 seek_flags | GST_SEEK_FLAG_ACCURATE, in play_do_seek()
/third_party/gstreamer/gstplugins_bad/tests/check/elements/
Dadaptive_demux_common.c324 GstSeekFlags seek_flags; in testSeekAdaptiveDemuxSendsData() local
329 gst_event_parse_seek (testData->seek_event, NULL, NULL, &seek_flags, NULL, in testSeekAdaptiveDemuxSendsData()
331 if (seek_flags & GST_SEEK_FLAG_FLUSH) in testSeekAdaptiveDemuxSendsData()
351 if (seek_flags & GST_SEEK_FLAG_FLUSH) { in testSeekAdaptiveDemuxSendsData()
/third_party/gstreamer/gstplugins_base/tools/
Dgst-play.c982 GstSeekFlags seek_flags; in play_do_seek() local
999 seek_flags = 0; in play_do_seek()
1003 seek_flags |= GST_SEEK_FLAG_TRICKMODE; in play_do_seek()
1006 seek_flags |= GST_SEEK_FLAG_TRICKMODE | GST_SEEK_FLAG_TRICKMODE_NO_AUDIO; in play_do_seek()
1009 seek_flags |= GST_SEEK_FLAG_TRICKMODE_KEY_UNITS; in play_do_seek()
1012 seek_flags |= in play_do_seek()
1023 seek_flags | GST_SEEK_FLAG_INSTANT_RATE_CHANGE, in play_do_seek()
1032 seek_flags |= GST_SEEK_FLAG_FLUSH; in play_do_seek()
1035 seek_flags | GST_SEEK_FLAG_ACCURATE, in play_do_seek()
1040 seek_flags | GST_SEEK_FLAG_ACCURATE, in play_do_seek()
/third_party/ffmpeg/libavformat/
Dhls.c149 int seek_flags; member
2092 pls->seek_flags = AVSEEK_FLAG_ANY; in recheck_discard_flags()
2200 if (ts_diff >= 0 && (pls->seek_flags & AVSEEK_FLAG_ANY || in hls_read_packet()
2351 pls->seek_flags = flags; in hls_read_seek()
2360 pls->seek_flags |= AVSEEK_FLAG_ANY; in hls_read_seek()
/third_party/ffmpeg/fftools/
Dffplay.c213 int seek_flags; member
1478 is->seek_flags &= ~AVSEEK_FLAG_BYTE; in stream_seek()
1480 is->seek_flags |= AVSEEK_FLAG_BYTE; in stream_seek()
2962 ret = avformat_seek_file(is->ic, -1, seek_min, seek_target, seek_max, is->seek_flags); in read_thread()
2973 if (is->seek_flags & AVSEEK_FLAG_BYTE) { in read_thread()
/third_party/gstreamer/gstreamer/gst/
Dgstutils.h1034 GstSeekFlags seek_flags,
Dgstutils.c2604 GstSeekFlags seek_flags, gint64 seek_pos) in gst_element_seek_simple() argument
2609 return gst_element_seek (element, 1.0, format, seek_flags, in gst_element_seek_simple()
/third_party/gstreamer/gstplugins_good/gst/flv/
Dgstflvdemux.c2877 GstSeekFlags seek_flags) in gst_flv_demux_find_offset() argument
2893 seek_flags & GST_SEEK_FLAG_SNAP_AFTER ? in gst_flv_demux_find_offset()
2906 if (seek_flags & GST_SEEK_FLAG_KEY_UNIT) { in gst_flv_demux_find_offset()