Home
last modified time | relevance | path

Searched refs:stop_type (Results 1 – 25 of 66) sorted by relevance

123

/third_party/gstreamer/gstplugins_bad/ext/smoothstreaming/
Dgstmssdemux.c615 #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/
Dgstgme.c194 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/
Dgstrtmpsrc.c511 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/
Dgstevent.c1339 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()
Dgstsegment.h351 … GstSeekType stop_type, guint64 stop, gboolean * update);
Dgstevent.h656 GstSeekType stop_type, gint64 stop) G_GNUC_MALLOC;
661 GstSeekType *stop_type, gint64 *stop);
/third_party/gstreamer/gstplugins_bad/ext/musepack/
Dgstmusepackdec.c165 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/
Dgstspeed.c144 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/
Ddataprotocol.c580 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/
Daiffparse.c315 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/
Dgsttagdemux.c827 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/
Dgstaudiocdsrc.c771 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/
Dgstmodplug.cc330 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/
Dgstttmlparse.c230 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/
Dgstsfdec.c196 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/
Dgstadder.c649 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/
Dgstauparse.c645 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/
Dgstadaptivedemux.c1856 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/
Dgstevent.c219 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/
Dmssdemux.c219 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/
Dgstbasesrc.c1456 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/
Dgsthlsdemux.c335 #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/
Dgstdvdemux.c947 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/
Dgsty4mdec.c800 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/
Dgstpitch.cc427 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()

123