Go to the documentation of this file.
6 #include <linux/kernel.h>
7 #include <linux/poll.h>
8 #include <linux/videodev2.h>
11 #define UVC_MAX_FRAME_SIZE (16*1024*1024)
13 #define UVC_MAX_VIDEO_BUFFERS 32
28 unsigned long vma_use_count;
38 #define UVC_QUEUE_STREAMING (1 << 0)
39 #define UVC_QUEUE_DISCONNECTED (1 << 1)
40 #define UVC_QUEUE_DROP_INCOMPLETE (1 << 2)
41 #define UVC_QUEUE_PAUSED (1 << 3)
63 return queue->
flags & UVC_QUEUE_STREAMING;