OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:uvc_frame_uncompressed
(Results
1 - 2
of
2
) sorted by null
/bionic/libc/kernel/uapi/linux/usb/
video.h
322
struct
uvc_frame_uncompressed
{
struct
338
#define
UVC_FRAME_UNCOMPRESSED
(n) uvc_frame_uncompressed_ ##n
339
#define DECLARE_UVC_FRAME_UNCOMPRESSED(n) struct
UVC_FRAME_UNCOMPRESSED
(n) { __u8 bLength; __u8 bDescriptorType; __u8 bDescriptorSubType; __u8 bFrameIndex; __u8 bmCapabilities; __le16 wWidth; __le16 wHeight; __le32 dwMinBitRate; __le32 dwMaxBitRate; __le32 dwMaxVideoFrameBufferSize; __le32 dwDefaultFrameInterval; __u8 bFrameIntervalType; __le32 dwFrameInterval[n]; \
/external/kernel-headers/original/uapi/linux/usb/
video.h
475
struct
uvc_frame_uncompressed
{
struct
493
#define
UVC_FRAME_UNCOMPRESSED
(n) \
497
struct
UVC_FRAME_UNCOMPRESSED
(n) { \
Completed in 68 milliseconds