Searched refs:GstPoll (Results 1 – 25 of 31) sorted by relevance
12
/third_party/gstreamer/gstreamer/gst/ |
D | gstpoll.h | 39 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 …]
|
D | gstpoll.c | 161 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 …]
|
D | gstbus.c | 153 GstPoll *poll;
|
D | gstbufferpool.c | 96 GstPoll *poll;
|
D | gstpluginloader.c | 90 GstPoll *fdset;
|
/third_party/gstreamer/gstreamer/tests/check/gst/ |
D | gstpoll.c | 38 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/ |
D | gstelements_private.h | 37 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,
|
D | gstelements_private.c | 210 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()
|
D | gstfdsink.h | 58 GstPoll *fdset;
|
D | gstfdsrc.h | 71 GstPoll *fdset;
|
/third_party/gstreamer/gstplugins_base/gst/tcp/ |
D | gstmultifdsink.h | 69 GstPoll *fdset; 87 gboolean (*wait) (GstMultiFdSink *sink, GstPoll *set);
|
/third_party/gstreamer/gstplugins_base/ext/alsa/ |
D | gstalsamidisrc.h | 64 GstPoll *poll;
|
/third_party/gstreamer/gstplugins_bad/sys/bluez/ |
D | gstavdtpsrc.h | 60 GstPoll *poll;
|
/third_party/gstreamer/gstplugins_bad/sys/shm/ |
D | gstshmsrc.h | 53 GstPoll *poll;
|
D | gstshmsink.h | 59 GstPoll *poll;
|
/third_party/gstreamer/gstplugins_good/ext/shout2/ |
D | gstshout2.h | 47 GstPoll *timer;
|
/third_party/gstreamer/gstplugins_bad/sys/dvb/ |
D | dvbbasebin.h | 63 GstPoll *poll;
|
D | gstdvbsrc.h | 76 GstPoll *poll;
|
/third_party/gstreamer/gstplugins_bad/sys/kms/ |
D | gstkmssink.h | 87 GstPoll *poll;
|
/third_party/gstreamer/gstplugins_bad/ext/wayland/ |
D | wldisplay.h | 69 GstPoll *wl_fd_poll;
|
/third_party/gstreamer/gstplugins_good/sys/v4l2/ |
D | gstv4l2bufferpool.h | 67 GstPoll *poll; /* a poll for video_fd */
|
/third_party/gstreamer/gstplugins_bad/sys/ipcpipeline/ |
D | gstipcpipelinecomm.h | 66 GstPoll *poll;
|
/third_party/gstreamer/gstplugins_bad/ext/curl/ |
D | gstcurlbasesink.h | 69 GstPoll *fdset;
|
/third_party/gstreamer/gstreamer/tests/benchmarks/ |
D | gstpollstress.c | 26 static GstPoll *set;
|
/third_party/gstreamer/gstplugins_bad/gst/transcode/ |
D | gst-cpu-throttling-clock.c | 32 GstPoll *timer;
|
12