Home
last modified time | relevance | path

Searched refs:GST_POLL_FD_INIT (Results 1 – 8 of 8) sorted by relevance

/third_party/gstreamer/gstreamer/tests/check/gst/
Dgstpoll.c39 GstPollFD rfd = GST_POLL_FD_INIT; in GST_START_TEST()
40 GstPollFD wfd = GST_POLL_FD_INIT; in GST_START_TEST()
107 GstPollFD fd = GST_POLL_FD_INIT; in GST_START_TEST()
181 GstPollFD fd = GST_POLL_FD_INIT; in delayed_restart()
199 GstPollFD fd = GST_POLL_FD_INIT; in GST_START_TEST()
269 GstPollFD fd = GST_POLL_FD_INIT; in delayed_control()
296 GstPollFD fd = GST_POLL_FD_INIT; in GST_START_TEST()
Dgstcpp.cc29 GstPollFD poll_fd = GST_POLL_FD_INIT; in GST_START_TEST()
/third_party/gstreamer/gstreamer/gst/
Dgstpoll.h62 #define GST_POLL_FD_INIT { -1, -1 } macro
/third_party/gstreamer/gstreamer/plugins/elements/
Dgstfdsink.c365 GstPollFD fd = GST_POLL_FD_INIT; in gst_fd_sink_start()
450 GstPollFD fd = GST_POLL_FD_INIT; in gst_fd_sink_update_fd()
Dgstfdsrc.c240 GstPollFD fd = GST_POLL_FD_INIT; in gst_fd_src_update_fd()
/third_party/gstreamer/gstplugins_bad/ext/wayland/
Dwldisplay.c259 GstPollFD pollfd = GST_POLL_FD_INIT; in gst_wl_display_thread_run()
/third_party/gstreamer/gstplugins_base/ext/alsa/
Dgstalsamidisrc.c592 GstPollFD fd = GST_POLL_FD_INIT; in gst_alsa_midi_src_start()
/third_party/gstreamer/gstreamer/
DChangeLog96168 Use GST_POLL_FD_INIT.