Home
last modified time | relevance | path

Searched refs:do_seek (Results 1 – 25 of 31) sorted by relevance

12

/third_party/gstreamer/gstplugins_base/tests/examples/seek/
Dscrubby.c180 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()
Djsseek.c1253 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/
Dbasesrc52 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/
Dgstmultifilesrc.c108 do_seek (GstBaseSrc * bsrc, GstSegment * segment) in do_seek() function
189 gstbasesrc_class->do_seek = do_seek; in gst_multi_file_src_class_init()
Dgstimagesequencesrc.c247 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/
Dgstbasesrc.h228 gboolean (*do_seek) (GstBaseSrc *src, GstSegment *segment); member
Dgstbasesrc.c421 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/
Dgstglbasesrc.c137 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/
Dplayback-test.c548 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/
Dgstfrei0rsrc.c356 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/
Dseek.c75 gstbasesrc_class->do_seek = timed_test_src_do_seek; in timed_test_src_class_init()
/third_party/gstreamer/gstplugins_bad/ext/rtmp/
Dgstrtmpsrc.c165 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/
Dgstladspasource.c541 base_class->do_seek = GST_DEBUG_FUNCPTR (gst_ladspa_source_type_do_seek); in gst_ladspa_source_type_class_init()
/third_party/ffmpeg/fftools/
Dffplay.c3348 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/
Dtest_http_src.c202 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/
Dgstlv2source.c665 src_class->do_seek = gst_lv2_source_do_seek; in gst_lv2_source_class_init()
/third_party/gstreamer/gstreamer/plugins/elements/
Dgstfdsrc.c190 gstbasesrc_class->do_seek = GST_DEBUG_FUNCPTR (gst_fd_src_do_seek); in gst_fd_src_class_init()
Dgstqueue2.c1973 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/
Dgstneonhttpsrc.c203 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/
Dbasesrc.c1002 gstbasesrc_class->do_seek = time_src_do_seek; in time_src_class_init()
/third_party/gstreamer/gstplugins_base/gst/videotestsrc/
Dgstvideotestsrc.c375 gstbasesrc_class->do_seek = gst_video_test_src_do_seek; in gst_video_test_src_class_init()
/third_party/gstreamer/gstplugins_base/gst/audiotestsrc/
Dgstaudiotestsrc.c307 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/
Dgstaudiocdsrc.c278 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/
Dgstcurlhttpsrc.c297 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/
Dgstappsrc.c736 basesrc_class->do_seek = gst_app_src_do_seek; in gst_app_src_class_init()

12