Lines Matching defs:_GstV4l2BufferPool
61 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;
76 GstV4l2Allocator *vallocator;
77 GstAllocator *allocator;
78 GstAllocationParams params;
79 GstBufferPool *other_pool;
80 guint size;
81 GstVideoInfo caps_info; /* Default video information */
105 struct _GstV4l2BufferPoolClass argument