/kernel/linux/linux-5.10/drivers/usb/gadget/legacy/ |
H A D | webcam.c | 188 .wHeight = cpu_to_le16(360), 206 .wHeight = cpu_to_le16(720), 239 .wHeight = cpu_to_le16(360), 257 .wHeight = cpu_to_le16(720),
|
/kernel/linux/linux-5.10/include/uapi/linux/usb/ |
H A D | video.h | 513 __le16 wHeight; member 535 __le16 wHeight; \ 569 __le16 wHeight; member 591 __le16 wHeight; \
|
/kernel/linux/linux-6.6/drivers/usb/gadget/legacy/ |
H A D | webcam.c | 220 .wHeight = cpu_to_le16(UVCG_HEIGHT_360P), 274 .wHeight = cpu_to_le16(UVCG_HEIGHT_720P), 345 .wHeight = cpu_to_le16(UVCG_HEIGHT_360P), 392 .wHeight = cpu_to_le16(UVCG_HEIGHT_720P),
|
/kernel/linux/linux-6.6/include/uapi/linux/usb/ |
H A D | video.h | 513 __le16 wHeight; member 535 __le16 wHeight; \ 569 __le16 wHeight; member 591 __le16 wHeight; \
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/usb/ |
H A D | video.h | 374 __u16 wHeight; member 393 __u16 wHeight; \ 422 __u16 wHeight; member 441 __u16 wHeight; \
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/usb/ |
H A D | video.h | 329 __le16 wHeight; member 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]; \ 362 __le16 wHeight; member 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]; \
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/usb/ |
H A D | video.h | 329 __le16 wHeight; member 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]; \ 362 __le16 wHeight; member 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]; \
|
/kernel/linux/linux-5.10/drivers/media/usb/uvc/ |
H A D | uvc_v4l2.c | 196 u16 h = format->frame[i].wHeight; in uvc_v4l2_try_format() 280 fmt->fmt.pix.height = frame->wHeight; in uvc_v4l2_try_format() 319 fmt->fmt.pix.height = frame->wHeight; in uvc_v4l2_get_format() 443 format->frame[i].wHeight != stream->cur_frame->wHeight) in uvc_v4l2_set_streamparm() 1186 sel->r.height = stream->cur_frame->wHeight; in uvc_ioctl_g_selection() 1238 frame->wHeight == format->frame[i].wHeight) in uvc_ioctl_enum_framesizes() 1251 fsize->discrete.height = frame->wHeight; in uvc_ioctl_enum_framesizes() 1279 format->frame[i].wHeight in uvc_ioctl_enum_frameintervals() [all...] |
H A D | uvc_driver.c | 685 frame->wHeight = get_unaligned_le16(&buffer[7]); in uvc_parse_format() 712 * frame->wWidth * frame->wHeight / 8; in uvc_parse_format() 740 frame->wWidth, frame->wHeight, in uvc_parse_format()
|
H A D | uvcvideo.h | 365 u16 wHeight; member
|
H A D | uvc_video.c | 213 bandwidth = frame->wWidth * frame->wHeight / 8 * format->bpp; in uvc_fixup_video_ctrl()
|
/kernel/linux/linux-6.6/drivers/media/usb/uvc/ |
H A D | uvc_v4l2.c | 260 u16 h = format->frames[i].wHeight; in uvc_v4l2_try_format() 347 fmt->fmt.pix.height = frame->wHeight; in uvc_v4l2_try_format() 385 fmt->fmt.pix.height = frame->wHeight; in uvc_v4l2_get_format() 509 format->frames[i].wHeight != stream->cur_frame->wHeight) in uvc_v4l2_set_streamparm() 1219 sel->r.height = stream->cur_frame->wHeight; in uvc_ioctl_g_selection() 1271 frame->wHeight == format->frames[i].wHeight) in uvc_ioctl_enum_framesizes() 1284 fsize->discrete.height = frame->wHeight; in uvc_ioctl_enum_framesizes() 1312 format->frames[i].wHeight in uvc_ioctl_enum_frameintervals() [all...] |
H A D | uvcvideo.h | 248 u16 wHeight; member
|
H A D | uvc_driver.c | 397 frame->wHeight = get_unaligned_le16(&buffer[7]); in uvc_parse_format() 444 * frame->wWidth * frame->wHeight / 8; in uvc_parse_format() 469 frame->wWidth, frame->wHeight, in uvc_parse_format()
|
H A D | uvc_video.c | 220 bandwidth = frame->wWidth * frame->wHeight / 8 * format->bpp; in uvc_fixup_video_ctrl()
|
/kernel/linux/linux-5.10/drivers/usb/gadget/function/ |
H A D | uvc_configfs.c | 1245 UVCG_FRAME_ATTR(w_height, wHeight, 16);
|
/kernel/linux/linux-6.6/drivers/usb/gadget/function/ |
H A D | uvc_configfs.c | 2019 UVCG_FRAME_ATTR(w_height, wHeight, 16);
|