Searched refs:gst_event_new_step (Results 1 – 10 of 10) sorted by relevance
/third_party/gstreamer/gstreamer/tests/examples/stepping/ |
D | framestep1.c | 129 gst_event_new_step (GST_FORMAT_BUFFERS, 2, 1.0, TRUE, FALSE))) in main() 145 gst_event_new_step (GST_FORMAT_TIME, 120 * GST_MSECOND, 1.0, TRUE, in main()
|
/third_party/gstreamer/gstplugins_base/tests/examples/seek/ |
D | stepping.c | 45 gst_event_new_step (GST_FORMAT_TIME, length, 1.0, TRUE, FALSE)); in do_step()
|
D | stepping2.c | 44 gst_event_new_step (GST_FORMAT_TIME, 40 * GST_MSECOND, rate, FALSE, in do_step()
|
D | jsseek.c | 2096 event = gst_event_new_step (format, amount, rate, flush, FALSE); in step_cb() 2140 gst_event_new_step (GST_FORMAT_TIME, duration, shuttle_rate, FALSE, in do_shuttle()
|
/third_party/gstreamer/gstreamer/gst/ |
D | gstevent.h | 685 GstEvent* gst_event_new_step (GstFormat format, guint64 amount, gdouble rate,
|
D | gstevent.c | 1584 gst_event_new_step (GstFormat format, guint64 amount, gdouble rate, in gst_event_new_step() function
|
/third_party/gstreamer/gstplugins_base/tests/check/elements/ |
D | appsink.c | 961 event = gst_event_new_step (GST_FORMAT_BUFFERS, 1, 1.0, TRUE, FALSE); in GST_START_TEST()
|
/third_party/gstreamer/gstplugins_base/tests/examples/playback/ |
D | playback-test.c | 1577 event = gst_event_new_step (format, amount, rate, flush, FALSE); in step_cb() 1602 gst_event_new_step (GST_FORMAT_TIME, duration, app->shuttle_rate, FALSE, in do_shuttle()
|
/third_party/gstreamer/gstplugins_base/gst/playback/ |
D | gstplaysink.c | 4811 gst_event_new_step (GST_FORMAT_TIME, duration, rate, flush, in gst_play_sink_handle_message()
|
/third_party/gstreamer/gstreamer/ |
D | ChangeLog | 87006 API: GstEvent::gst_event_new_step()
|