OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:bFrameIntervalType
(Results
1 - 2
of
2
) sorted by null
/bionic/libc/kernel/uapi/linux/usb/
video.h
334
__u8
bFrameIntervalType
;
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]; \
367
__u8
bFrameIntervalType
;
372
#define DECLARE_UVC_FRAME_MJPEG(n) struct UVC_FRAME_MJPEG(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
487
__u8
bFrameIntervalType
;
509
__u8
bFrameIntervalType
; \
543
__u8
bFrameIntervalType
;
565
__u8
bFrameIntervalType
; \
Completed in 47 milliseconds