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.h61 struct _GstV4l2BufferPool struct
63 GstBufferPool parent;
65 GstV4l2Object *obj; /* the v4l2 object */
66 gint video_fd; /* a dup(2) of the v4l2object's video_fd */
67 GstPoll *poll; /* a poll for video_fd */
68 GstPollFD pollfd;
69 gboolean can_poll_device;
71 gboolean empty;
72 GCond empty_cond;
74 gboolean orphaned;
[all …]