Home
last modified time | relevance | path

Searched defs:_GstV4l2BufferPool (Results 1 – 1 of 1) sorted by relevance

/third_party/gstreamer/gstplugins_good/sys/v4l2/
Dgstv4l2bufferpool.h54 struct _GstV4l2BufferPool struct
56 GstBufferPool parent;
58 GstV4l2Object *obj; /* the v4l2 object */
59 gint video_fd; /* a dup(2) of the v4l2object's video_fd */
60 GstPoll *poll; /* a poll for video_fd */
61 GstPollFD pollfd;
62 gboolean can_poll_device;
64 gboolean empty;
65 GCond empty_cond;
67 gboolean orphaned;
[all …]