Home
last modified time | relevance | path

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

12

/third_party/gstreamer/gstreamer/gst/
Dgstpoll.h39 typedef struct _GstPoll GstPoll; typedef
65 GstPoll* gst_poll_new (gboolean controllable) G_GNUC_MALLOC;
68 GstPoll* gst_poll_new_timer (void) G_GNUC_MALLOC;
71 void gst_poll_free (GstPoll *set);
74 void gst_poll_get_read_gpollfd (GstPoll *set, GPollFD *fd);
80 gboolean gst_poll_add_fd (GstPoll *set, GstPollFD *fd);
83 gboolean gst_poll_remove_fd (GstPoll *set, GstPollFD *fd);
86 gboolean gst_poll_fd_ctl_write (GstPoll *set, GstPollFD *fd, gboolean active);
89 gboolean gst_poll_fd_ctl_read (GstPoll *set, GstPollFD *fd, gboolean active);
92 gboolean gst_poll_fd_ctl_pri (GstPoll *set, GstPollFD *fd, gboolean active);
[all …]
Dgstpoll.c161 static gboolean gst_poll_fd_ctl_read_unlocked (GstPoll * set, GstPollFD * fd,
163 static gboolean gst_poll_add_fd_unlocked (GstPoll * set, GstPollFD * fd);
178 wake_event (GstPoll * set) in wake_event()
191 release_event (GstPoll * set) in release_event()
219 wake_event (GstPoll * set) in wake_event()
235 release_event (GstPoll * set) in release_event()
281 raise_wakeup (GstPoll * set) in raise_wakeup()
304 release_wakeup (GstPoll * set) in release_wakeup()
333 release_all_wakeup (GstPoll * set) in release_all_wakeup()
398 selectable_fds (GstPoll * set) in selectable_fds()
[all …]
Dgstbus.c153 GstPoll *poll;
Dgstbufferpool.c96 GstPoll *poll;
Dgstpluginloader.c90 GstPoll *fdset;
/third_party/gstreamer/gstreamer/tests/check/gst/
Dgstpoll.c38 GstPoll *set; in GST_START_TEST()
106 GstPoll *set; in GST_START_TEST()
148 GstPoll *set = data; in delayed_stop()
161 GstPoll *set; in GST_START_TEST()
180 GstPoll *set = data; in delayed_restart()
198 GstPoll *set; in GST_START_TEST()
222 GstPoll *set = data; in delayed_flush()
234 GstPoll *set; in GST_START_TEST()
268 GstPoll *set = data; in delayed_control()
295 GstPoll *set; in GST_START_TEST()
/third_party/gstreamer/gstreamer/plugins/elements/
Dgstelements_private.h37 GstFlowReturn gst_writev_buffer (GstObject * sink, gint fd, GstPoll * fdset,
44 GstFlowReturn gst_writev_buffer_list (GstObject * sink, gint fd, GstPoll * fdset,
51 GstFlowReturn gst_writev_mem (GstObject * sink, gint fd, GstPoll * fdset,
Dgstelements_private.c210 gst_writev_iovecs (GstObject * sink, gint fd, GstPoll * fdset, in gst_writev_iovecs()
352 gst_writev_buffer (GstObject * sink, gint fd, GstPoll * fdset, in gst_writev_buffer()
441 gst_writev_mem (GstObject * sink, gint fd, GstPoll * fdset, in gst_writev_mem()
492 gst_writev_buffer_list (GstObject * sink, gint fd, GstPoll * fdset, in gst_writev_buffer_list()
Dgstfdsink.h58 GstPoll *fdset;
Dgstfdsrc.h71 GstPoll *fdset;
/third_party/gstreamer/gstplugins_base/gst/tcp/
Dgstmultifdsink.h69 GstPoll *fdset;
87 gboolean (*wait) (GstMultiFdSink *sink, GstPoll *set);
/third_party/gstreamer/gstplugins_base/ext/alsa/
Dgstalsamidisrc.h64 GstPoll *poll;
/third_party/gstreamer/gstplugins_bad/sys/bluez/
Dgstavdtpsrc.h60 GstPoll *poll;
/third_party/gstreamer/gstplugins_bad/sys/shm/
Dgstshmsrc.h53 GstPoll *poll;
Dgstshmsink.h59 GstPoll *poll;
/third_party/gstreamer/gstplugins_good/ext/shout2/
Dgstshout2.h47 GstPoll *timer;
/third_party/gstreamer/gstplugins_bad/sys/dvb/
Ddvbbasebin.h63 GstPoll *poll;
Dgstdvbsrc.h76 GstPoll *poll;
/third_party/gstreamer/gstplugins_bad/sys/kms/
Dgstkmssink.h87 GstPoll *poll;
/third_party/gstreamer/gstplugins_bad/ext/wayland/
Dwldisplay.h69 GstPoll *wl_fd_poll;
/third_party/gstreamer/gstplugins_good/sys/v4l2/
Dgstv4l2bufferpool.h67 GstPoll *poll; /* a poll for video_fd */
/third_party/gstreamer/gstplugins_bad/sys/ipcpipeline/
Dgstipcpipelinecomm.h66 GstPoll *poll;
/third_party/gstreamer/gstplugins_bad/ext/curl/
Dgstcurlbasesink.h69 GstPoll *fdset;
/third_party/gstreamer/gstreamer/tests/benchmarks/
Dgstpollstress.c26 static GstPoll *set;
/third_party/gstreamer/gstplugins_bad/gst/transcode/
Dgst-cpu-throttling-clock.c32 GstPoll *timer;

12