/third_party/gstreamer/gstplugins_bad/ext/smoothstreaming/ |
D | gstmssdemux.c | 615 #define SEEK_UPDATES_PLAY_POSITION(r, start_type, stop_type) \ argument 617 (r < 0 && stop_type != GST_SEEK_TYPE_NONE)) 625 GstSeekType start_type, stop_type; in gst_mss_demux_seek() local 630 &stop_type, &stop); in gst_mss_demux_seek() 636 if (SEEK_UPDATES_PLAY_POSITION (rate, start_type, stop_type)) { in gst_mss_demux_seek()
|
/third_party/gstreamer/gstplugins_bad/ext/gme/ |
D | gstgme.c | 194 GstSeekType start_type, stop_type; in gst_gme_dec_src_event() local 199 &stop_type, &stop); in gst_gme_dec_src_event() 208 if (start_type != GST_SEEK_TYPE_SET || stop_type != GST_SEEK_TYPE_NONE) { in gst_gme_dec_src_event() 213 if (stop_type == GST_SEEK_TYPE_NONE) in gst_gme_dec_src_event()
|
/third_party/gstreamer/gstplugins_bad/ext/rtmp/ |
D | gstrtmpsrc.c | 511 GstSeekType cur_type, stop_type; in gst_rtmp_src_prepare_seek_segment() local 520 &cur_type, &cur, &stop_type, &stop); in gst_rtmp_src_prepare_seek_segment() 537 if (stop_type != GST_SEEK_TYPE_NONE) { in gst_rtmp_src_prepare_seek_segment() 543 gst_segment_do_seek (segment, rate, format, flags, cur_type, cur, stop_type, in gst_rtmp_src_prepare_seek_segment()
|
/third_party/gstreamer/gstreamer/gst/ |
D | gstevent.c | 1339 GstSeekType start_type, gint64 start, GstSeekType stop_type, gint64 stop) in gst_event_new_seek() argument 1347 && stop_type == GST_SEEK_TYPE_NONE in gst_event_new_seek() 1368 stop_type, GST_TIME_ARGS (stop)); in gst_event_new_seek() 1374 rate, gst_format_get_name (format), flags, start_type, start, stop_type, in gst_event_new_seek() 1384 GST_QUARK (STOP_TYPE), GST_TYPE_SEEK_TYPE, stop_type, in gst_event_new_seek() 1409 gint64 * start, GstSeekType * stop_type, gint64 * stop) in gst_event_parse_seek() argument 1437 if (stop_type) in gst_event_parse_seek() 1438 *stop_type = (GstSeekType) in gst_event_parse_seek()
|
D | gstsegment.h | 351 … GstSeekType stop_type, guint64 stop, gboolean * update);
|
D | gstevent.h | 656 GstSeekType stop_type, gint64 stop) G_GNUC_MALLOC; 661 GstSeekType *stop_type, gint64 *stop);
|
/third_party/gstreamer/gstplugins_bad/ext/musepack/ |
D | gstmusepackdec.c | 165 GstSeekType start_type, stop_type; in gst_musepackdec_handle_seek_event() local 175 &stop_type, &stop); in gst_musepackdec_handle_seek_event() 187 if (stop_type != GST_SEEK_TYPE_NONE) in gst_musepackdec_handle_seek_event() 204 flags, start_type, start, stop_type, stop, NULL); in gst_musepackdec_handle_seek_event()
|
/third_party/gstreamer/gstplugins_bad/gst/speed/ |
D | gstspeed.c | 144 GstSeekType start_type, stop_type; in speed_src_event() local 148 &stop_type, &stop); in speed_src_event() 160 if (stop_type != GST_SEEK_TYPE_NONE && stop != -1) { in speed_src_event() 165 stop_type, stop); in speed_src_event()
|
/third_party/gstreamer/gstplugins_bad/gst/gdp/ |
D | dataprotocol.c | 580 GstSeekType start_type, stop_type; in gst_dp_event_from_packet_0_2() local 591 stop_type = (GstSeekType) GST_READ_UINT32_BE (payload + 20); in gst_dp_event_from_packet_0_2() 595 stop_type, stop); in gst_dp_event_from_packet_0_2()
|
/third_party/gstreamer/gstplugins_bad/gst/aiff/ |
D | aiffparse.c | 315 GstSeekType start_type = GST_SEEK_TYPE_NONE, stop_type; in gst_aiff_parse_perform_seek() local 326 &start_type, &start, &stop_type, &stop); in gst_aiff_parse_perform_seek() 341 if (res && stop_type != GST_SEEK_TYPE_NONE) in gst_aiff_parse_perform_seek() 357 stop_type = GST_SEEK_TYPE_SET; in gst_aiff_parse_perform_seek() 378 if (stop_type != GST_SEEK_TYPE_NONE) { in gst_aiff_parse_perform_seek() 396 start_type, start, stop_type, stop); in gst_aiff_parse_perform_seek() 431 start_type, start, stop_type, stop, &update); in gst_aiff_parse_perform_seek() 460 if (stop_type != GST_SEEK_TYPE_NONE) { in gst_aiff_parse_perform_seek()
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/tag/ |
D | gsttagdemux.c | 827 GstSeekType start_type, stop_type; in gst_tag_demux_seek_pull() local 835 &stop_type, &stop); in gst_tag_demux_seek_pull() 865 switch (stop_type) { in gst_tag_demux_seek_pull() 890 start_type, start, stop_type, stop, NULL); in gst_tag_demux_seek_pull() 952 GstSeekType start_type, stop_type; in gst_tag_demux_seek_push() local 957 &start_type, &start, &stop_type, &stop); in gst_tag_demux_seek_push() 981 switch (stop_type) { in gst_tag_demux_seek_push() 1000 start_type, start, stop_type, stop); in gst_tag_demux_seek_push()
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/audio/ |
D | gstaudiocdsrc.c | 771 GstSeekType stop_type, gint64 stop) in gst_audio_cd_src_handle_track_seek() argument 812 switch (stop_type) { in gst_audio_cd_src_handle_track_seek() 829 stop_type = GST_SEEK_TYPE_SET; in gst_audio_cd_src_handle_track_seek() 845 start_time, stop_type, stop_time); in gst_audio_cd_src_handle_track_seek() 857 if (stop_type != GST_SEEK_TYPE_NONE) { in gst_audio_cd_src_handle_track_seek() 899 GstSeekType start_type, stop_type; in gst_audio_cd_src_handle_event() local 911 &stop_type, &stop); in gst_audio_cd_src_handle_event() 920 start_type, start, stop_type, stop); in gst_audio_cd_src_handle_event()
|
/third_party/gstreamer/gstplugins_bad/ext/modplug/ |
D | gstmodplug.cc | 330 GstSeekType cur_type, stop_type; in gst_modplug_do_seek() local 339 &stop_type, &stop); in gst_modplug_do_seek() 345 if (cur_type != GST_SEEK_TYPE_SET || stop_type != GST_SEEK_TYPE_NONE) in gst_modplug_do_seek() 348 if (stop_type == GST_SEEK_TYPE_NONE) in gst_modplug_do_seek()
|
/third_party/gstreamer/gstplugins_bad/ext/ttml/ |
D | gstttmlparse.c | 230 GstSeekType start_type, stop_type; in gst_ttml_parse_src_event() local 236 &start_type, &start, &stop_type, &stop); in gst_ttml_parse_src_event() 253 start_type, start, stop_type, stop, &update); in gst_ttml_parse_src_event()
|
/third_party/gstreamer/gstplugins_bad/ext/sndfile/ |
D | gstsfdec.c | 196 GstSeekType cur_type, stop_type; in gst_sf_dec_do_seek() local 204 &stop_type, &stop); in gst_sf_dec_do_seek() 210 if (cur_type != GST_SEEK_TYPE_SET || stop_type != GST_SEEK_TYPE_NONE) in gst_sf_dec_do_seek() 213 if (stop_type == GST_SEEK_TYPE_NONE) in gst_sf_dec_do_seek()
|
/third_party/gstreamer/gstplugins_base/gst/adder/ |
D | gstadder.c | 649 GstSeekType start_type, stop_type; in gst_adder_src_event() local 656 &start, &stop_type, &stop); in gst_adder_src_event() 665 if ((stop_type != GST_SEEK_TYPE_NONE) && (stop_type != GST_SEEK_TYPE_SET)) { in gst_adder_src_event() 668 "seeking failed, unhandled seek type for end: %d", stop_type); in gst_adder_src_event() 716 start_type, start, stop_type, stop, NULL); in gst_adder_src_event()
|
/third_party/gstreamer/gstplugins_good/gst/auparse/ |
D | gstauparse.c | 645 GstSeekType start_type, stop_type; in gst_au_parse_handle_seek() local 653 &stop_type, &stop); in gst_au_parse_handle_seek() 672 stop_type, stop); in gst_au_parse_handle_seek()
|
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/adaptivedemux/ |
D | gstadaptivedemux.c | 1856 GstSeekType stop_type) in gst_adaptive_demux_update_streams_segment() argument 1873 else if (demux->segment.rate < 0 && stop_type != GST_SEEK_TYPE_NONE) in gst_adaptive_demux_update_streams_segment() 1904 GstSeekType start_type, stop_type; in gst_adaptive_demux_handle_seek_event() local 1918 &stop_type, &stop); in gst_adaptive_demux_handle_seek_event() 1951 stop_type != GST_SEEK_TYPE_NONE || (flags & GST_SEEK_FLAG_FLUSH)) { in gst_adaptive_demux_handle_seek_event() 2005 if (stop_type == GST_SEEK_TYPE_END) { in gst_adaptive_demux_handle_seek_event() 2007 stop_type = GST_SEEK_TYPE_SET; in gst_adaptive_demux_handle_seek_event() 2025 if (stop_type == GST_SEEK_TYPE_SET && stop > range_stop && in gst_adaptive_demux_handle_seek_event() 2043 if (stop_type == GST_SEEK_TYPE_SET && GST_CLOCK_TIME_IS_VALID (stop) && in gst_adaptive_demux_handle_seek_event() 2066 start_type, start, stop_type, stop); in gst_adaptive_demux_handle_seek_event() [all …]
|
/third_party/gstreamer/gstreamer/tests/check/gst/ |
D | gstevent.c | 219 GstSeekType start_type, stop_type; in GST_START_TEST() local 234 &stop_type, &stop); in GST_START_TEST() 240 fail_unless (stop_type == GST_SEEK_TYPE_NONE); in GST_START_TEST()
|
/third_party/gstreamer/gstplugins_bad/tests/check/elements/ |
D | mssdemux.c | 219 guint64 seek_start, GstSeekType stop_type, guint64 seek_stop, in run_seek_position_test() argument 273 seek_start, stop_type, seek_stop); in run_seek_position_test()
|
/third_party/gstreamer/gstreamer/libs/gst/base/ |
D | gstbasesrc.c | 1456 GstSeekType start_type, stop_type; in gst_base_src_default_prepare_seek_segment() local 1465 &start_type, &start, &stop_type, &stop); in gst_base_src_default_prepare_seek_segment() 1470 start_type, start, stop_type, stop, &update); in gst_base_src_default_prepare_seek_segment() 1482 if (res && stop_type != GST_SEEK_TYPE_NONE) { in gst_base_src_default_prepare_seek_segment() 1487 stop_type = GST_SEEK_TYPE_SET; in gst_base_src_default_prepare_seek_segment() 1494 start, stop_type, stop, &update); in gst_base_src_default_prepare_seek_segment() 1685 GstSeekType start_type, stop_type; in gst_base_src_perform_seek() local 1703 &start_type, &start, &stop_type, &stop); in gst_base_src_perform_seek() 1706 SEEK_TYPE_IS_RELATIVE (stop_type); in gst_base_src_perform_seek() 1778 start_type, start, stop_type, stop, &update); in gst_base_src_perform_seek()
|
/third_party/gstreamer/gstplugins_bad/ext/hls/ |
D | gsthlsdemux.c | 335 #define SEEK_UPDATES_PLAY_POSITION(r, start_type, stop_type) \ argument 337 (r < 0 && stop_type != GST_SEEK_TYPE_NONE)) 351 GstSeekType start_type, stop_type; in gst_hls_demux_seek() local 359 &stop_type, &stop); in gst_hls_demux_seek() 361 if (!SEEK_UPDATES_PLAY_POSITION (rate, start_type, stop_type)) { in gst_hls_demux_seek() 430 final_pos, stop_type, stop, NULL); in gst_hls_demux_seek() 433 start, stop_type, final_pos, NULL); in gst_hls_demux_seek()
|
/third_party/gstreamer/gstplugins_good/ext/dv/ |
D | gstdvdemux.c | 947 GstSeekType cur_type, stop_type; in gst_dvdemux_handle_push_seek() local 953 &cur_type, &cur, &stop_type, &stop); in gst_dvdemux_handle_push_seek() 969 cur_type, start_position, stop_type, end_position); in gst_dvdemux_handle_push_seek() 1051 GstSeekType cur_type, stop_type; in gst_dvdemux_handle_pull_seek() local 1066 &cur_type, &cur, &stop_type, &stop); in gst_dvdemux_handle_pull_seek() 1108 cur_type, cur, stop_type, stop, &update); in gst_dvdemux_handle_pull_seek()
|
/third_party/gstreamer/gstplugins_bad/gst/y4m/ |
D | gsty4mdec.c | 800 GstSeekType start_type, stop_type; in gst_y4m_dec_src_event() local 806 &start, &stop_type, &stop); in gst_y4m_dec_src_event() 829 start_type, byte, stop_type, -1); in gst_y4m_dec_src_event()
|
/third_party/gstreamer/gstplugins_bad/ext/soundtouch/ |
D | gstpitch.cc | 427 GstSeekType cur_type, stop_type; in gst_pitch_src_event() local 437 &cur_type, &cur, &stop_type, &stop); in gst_pitch_src_event() 449 cur_type, cur, stop_type, stop); in gst_pitch_src_event()
|