/third_party/gstreamer/gstplugins_base/tests/examples/seek/ |
D | scrubby.c | 180 static gboolean do_seek (GtkWidget * widget, gboolean flush, gboolean segment); 188 if (do_seek (widget, TRUE, TRUE)) { in seek_cb() 196 do_seek (GtkWidget * widget, gboolean flush, gboolean segment) in do_seek() function 313 do_seek (hscale, FALSE, FALSE); in stop_seek() 394 if (!do_seek (hscale, FALSE, update_id == 0)) { in bus_message()
|
D | jsseek.c | 1253 static void do_seek (GtkWidget * widget); 1305 do_seek (GtkWidget * widget) in do_seek() function 1364 do_seek (widget); in seek_cb() 1446 do_seek (widget); in stop_seek() 1612 do_seek (hscale); in loop_toggle_cb() 1639 do_seek (hscale); in skip_toggle_cb()
|
/third_party/gstreamer/gstplugins_bad/tools/element-templates/ |
D | basesrc | 52 base_src_class->do_seek = GST_DEBUG_FUNCPTR (gst_replace_do_seek); 171 /* Prepare the segment on which to perform do_seek(), converting to the 190 GST_DEBUG_OBJECT (replace, "do_seek");
|
/third_party/gstreamer/gstplugins_good/gst/multifile/ |
D | gstmultifilesrc.c | 108 do_seek (GstBaseSrc * bsrc, GstSegment * segment) in do_seek() function 189 gstbasesrc_class->do_seek = do_seek; in gst_multi_file_src_class_init()
|
D | gstimagesequencesrc.c | 247 do_seek (GstBaseSrc * bsrc, GstSegment * segment) in do_seek() function 329 gstbasesrc_class->do_seek = do_seek; in gst_image_sequence_src_class_init()
|
/third_party/gstreamer/gstreamer/libs/gst/base/ |
D | gstbasesrc.h | 228 gboolean (*do_seek) (GstBaseSrc *src, GstSegment *segment); member
|
D | gstbasesrc.c | 421 klass->do_seek = GST_DEBUG_FUNCPTR (gst_base_src_default_do_seek); in gst_base_src_class_init() 1437 if (bclass->do_seek) in gst_base_src_do_seek() 1438 result = bclass->do_seek (src, segment); in gst_base_src_do_seek()
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/ |
D | gstglbasesrc.c | 137 gstbasesrc_class->do_seek = GST_DEBUG_FUNCPTR (gst_gl_base_src_do_seek); in gst_gl_base_src_class_init() 751 return GST_BASE_SRC_CLASS (parent_class)->do_seek (basesrc, segment); in gst_gl_base_src_do_seek()
|
/third_party/gstreamer/gstplugins_base/tests/examples/playback/ |
D | playback-test.c | 548 do_seek (PlaybackApp * app, GstFormat format, gint64 position) in do_seek() function 636 do_seek (app, GST_FORMAT_TIME, real); in seek_cb() 670 do_seek (app, fmt, pos); in advanced_seek_button_cb() 672 do_seek (app, fmt, GST_CLOCK_TIME_NONE); in advanced_seek_button_cb() 758 do_seek (app, GST_FORMAT_TIME, real); in stop_seek() 950 do_seek (app, GST_FORMAT_TIME, real); in loop_toggle_cb() 988 do_seek (app, GST_FORMAT_TIME, real); in skip_toggle_common()
|
/third_party/gstreamer/gstplugins_bad/gst/frei0r/ |
D | gstfrei0rsrc.c | 356 gstbasesrc_class->do_seek = GST_DEBUG_FUNCPTR (gst_frei0r_src_do_seek); in gst_frei0r_src_class_init()
|
/third_party/gstreamer/gstreamer/tests/check/pipelines/ |
D | seek.c | 75 gstbasesrc_class->do_seek = timed_test_src_do_seek; in timed_test_src_class_init()
|
/third_party/gstreamer/gstplugins_bad/ext/rtmp/ |
D | gstrtmpsrc.c | 165 gstbasesrc_class->do_seek = GST_DEBUG_FUNCPTR (gst_rtmp_src_do_seek); in gst_rtmp_src_class_init()
|
/third_party/gstreamer/gstplugins_bad/ext/ladspa/ |
D | gstladspasource.c | 541 base_class->do_seek = GST_DEBUG_FUNCPTR (gst_ladspa_source_type_do_seek); in gst_ladspa_source_type_class_init()
|
/third_party/ffmpeg/fftools/ |
D | ffplay.c | 3348 goto do_seek; in event_loop() 3355 goto do_seek; in event_loop() 3361 goto do_seek; in event_loop() 3364 goto do_seek; in event_loop() 3367 goto do_seek; in event_loop() 3370 do_seek: in event_loop()
|
/third_party/gstreamer/gstplugins_bad/tests/check/elements/ |
D | test_http_src.c | 202 gstbasesrc_class->do_seek = GST_DEBUG_FUNCPTR (gst_test_http_src_do_seek); in gst_test_http_src_class_init()
|
/third_party/gstreamer/gstplugins_bad/ext/lv2/ |
D | gstlv2source.c | 665 src_class->do_seek = gst_lv2_source_do_seek; in gst_lv2_source_class_init()
|
/third_party/gstreamer/gstreamer/plugins/elements/ |
D | gstfdsrc.c | 190 gstbasesrc_class->do_seek = GST_DEBUG_FUNCPTR (gst_fd_src_do_seek); in gst_fd_src_class_init()
|
D | gstqueue2.c | 1973 gboolean do_seek = FALSE; in gst_queue2_create_write() local 2164 do_seek = TRUE; in gst_queue2_create_write() 2216 if (do_seek) in gst_queue2_create_write()
|
/third_party/gstreamer/gstplugins_bad/ext/neon/ |
D | gstneonhttpsrc.c | 203 gstbasesrc_class->do_seek = GST_DEBUG_FUNCPTR (gst_neonhttp_src_do_seek); in gst_neonhttp_src_class_init()
|
/third_party/gstreamer/gstreamer/tests/check/libs/ |
D | basesrc.c | 1002 gstbasesrc_class->do_seek = time_src_do_seek; in time_src_class_init()
|
/third_party/gstreamer/gstplugins_base/gst/videotestsrc/ |
D | gstvideotestsrc.c | 375 gstbasesrc_class->do_seek = gst_video_test_src_do_seek; in gst_video_test_src_class_init()
|
/third_party/gstreamer/gstplugins_base/gst/audiotestsrc/ |
D | gstaudiotestsrc.c | 307 gstbasesrc_class->do_seek = GST_DEBUG_FUNCPTR (gst_audio_test_src_do_seek); in gst_audio_test_src_class_init()
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/audio/ |
D | gstaudiocdsrc.c | 278 basesrc_class->do_seek = GST_DEBUG_FUNCPTR (gst_audio_cd_src_do_seek); in gst_audio_cd_src_class_init()
|
/third_party/gstreamer/gstplugins_bad/ext/curl/ |
D | gstcurlhttpsrc.c | 297 gstbasesrc_class->do_seek = GST_DEBUG_FUNCPTR (gst_curl_http_src_do_seek); in gst_curl_http_src_class_init()
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/app/ |
D | gstappsrc.c | 736 basesrc_class->do_seek = gst_app_src_do_seek; in gst_app_src_class_init()
|