/third_party/gstreamer/gstreamer/gst/ |
D | gstsegment.h | 48 } GstSeekType; typedef 342 GstSeekType start_type, guint64 start, 343 … GstSeekType stop_type, guint64 stop, gboolean * update);
|
D | gstevent.h | 655 GstSeekType start_type, gint64 start, 656 GstSeekType stop_type, gint64 stop) G_GNUC_MALLOC; 660 GstSeekType *start_type, gint64 *start, 661 GstSeekType *stop_type, gint64 *stop);
|
D | gstevent.c | 1339 GstSeekType start_type, gint64 start, GstSeekType stop_type, gint64 stop) in gst_event_new_seek() 1408 GstFormat * format, GstSeekFlags * flags, GstSeekType * start_type, in gst_event_parse_seek() 1409 gint64 * start, GstSeekType * stop_type, gint64 * stop) in gst_event_parse_seek() 1430 *start_type = (GstSeekType) in gst_event_parse_seek() 1438 *stop_type = (GstSeekType) in gst_event_parse_seek()
|
D | gstelement.h | 1099 GstSeekType start_type, gint64 start, 1100 GstSeekType stop_type, gint64 stop);
|
D | gstsegment.c | 234 GstSeekType start_type, guint64 start, in gst_segment_do_seek() 235 GstSeekType stop_type, guint64 stop, gboolean * update) in gst_segment_do_seek()
|
/third_party/gstreamer/gstplugins_bad/gst/gdp/ |
D | dataprotocol.c | 580 GstSeekType start_type, stop_type; in gst_dp_event_from_packet_0_2() 589 start_type = (GstSeekType) GST_READ_UINT32_BE (payload + 8); in gst_dp_event_from_packet_0_2() 591 stop_type = (GstSeekType) GST_READ_UINT32_BE (payload + 20); in gst_dp_event_from_packet_0_2()
|
/third_party/gstreamer/gstplugins_bad/tests/check/elements/ |
D | mssdemux.c | 218 run_seek_position_test (gdouble rate, GstSeekType start_type, in run_seek_position_test() 219 guint64 seek_start, GstSeekType stop_type, guint64 seek_stop, in run_seek_position_test()
|
D | hls_demux.c | 402 run_seek_position_test (gdouble rate, GstSeekType start_type, in run_seek_position_test() 403 guint64 seek_start, GstSeekType stop_type, in run_seek_position_test()
|
D | dash_demux.c | 631 run_seek_position_test (gdouble rate, GstSeekType start_type, in run_seek_position_test() 632 guint64 seek_start, GstSeekType stop_type, guint64 seek_stop, in run_seek_position_test()
|
/third_party/gstreamer/gstreamer/docs/random/wtay/ |
D | events2 | 63 GstSeekType type; /* time, bytes, ... */
|
D | events3 | 113 The seek event caries a bitwise-or of a GstFormat and a GstSeekType.
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/audio/ |
D | gstaudiocdsrc.c | 770 GstSeekFlags flags, GstSeekType start_type, gint64 start, in gst_audio_cd_src_handle_track_seek() 771 GstSeekType stop_type, gint64 stop) in gst_audio_cd_src_handle_track_seek() 899 GstSeekType start_type, stop_type; in gst_audio_cd_src_handle_event()
|
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/audio/ |
D | gstnonstreamaudiodecoder.c | 276 static char const *get_seek_type_name (GstSeekType seek_type); 1834 GstSeekType start_type, stop_type; in gst_nonstream_audio_decoder_do_seek() 2143 get_seek_type_name (GstSeekType seek_type) in get_seek_type_name()
|
/third_party/gstreamer/gstplugins_bad/ext/gme/ |
D | gstgme.c | 194 GstSeekType start_type, stop_type; in gst_gme_dec_src_event()
|
/third_party/gstreamer/gstplugins_good/gst/debugutils/ |
D | rndbuffersize.c | 302 GstSeekType start_type; in gst_rnd_buffer_size_src_event()
|
/third_party/gstreamer/gstplugins_bad/ext/ttml/ |
D | gstttmlparse.c | 230 GstSeekType start_type, stop_type; in gst_ttml_parse_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()
|
/third_party/gstreamer/gstplugins_good/gst/auparse/ |
D | gstauparse.c | 645 GstSeekType start_type, stop_type; in gst_au_parse_handle_seek()
|
/third_party/gstreamer/gstplugins_bad/ext/smoothstreaming/ |
D | gstmssdemux.c | 625 GstSeekType start_type, stop_type; in gst_mss_demux_seek()
|
/third_party/gstreamer/gstplugins_bad/gst/speed/ |
D | gstspeed.c | 144 GstSeekType start_type, stop_type; in speed_src_event()
|
/third_party/gstreamer/gstplugins_bad/ext/musepack/ |
D | gstmusepackdec.c | 165 GstSeekType start_type, stop_type; in gst_musepackdec_handle_seek_event()
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/tag/ |
D | gsttagdemux.c | 827 GstSeekType start_type, stop_type; in gst_tag_demux_seek_pull() 952 GstSeekType start_type, stop_type; in gst_tag_demux_seek_push()
|
/third_party/gstreamer/gstreamer/tests/check/gst/ |
D | gstevent.c | 219 GstSeekType start_type, stop_type; in GST_START_TEST()
|
/third_party/gstreamer/gstplugins_bad/ext/modplug/ |
D | gstmodplug.cc | 330 GstSeekType cur_type, stop_type; in gst_modplug_do_seek()
|
/third_party/gstreamer/gstplugins_good/ext/dv/ |
D | gstdvdemux.c | 947 GstSeekType cur_type, stop_type; in gst_dvdemux_handle_push_seek() 1051 GstSeekType cur_type, stop_type; in gst_dvdemux_handle_pull_seek()
|