/kernel/linux/linux-5.10/drivers/usb/gadget/legacy/ |
H A D | webcam.c | 187 .wWidth = cpu_to_le16(640), 205 .wWidth = cpu_to_le16(1280), 238 .wWidth = cpu_to_le16(640), 256 .wWidth = cpu_to_le16(1280),
|
/kernel/linux/linux-5.10/include/uapi/linux/usb/ |
H A D | video.h | 512 __le16 wWidth; member 534 __le16 wWidth; \ 568 __le16 wWidth; member 590 __le16 wWidth; \
|
/kernel/linux/linux-6.6/drivers/usb/gadget/legacy/ |
H A D | webcam.c | 219 .wWidth = cpu_to_le16(UVCG_WIDTH_360P), 273 .wWidth = cpu_to_le16(UVCG_WIDTH_720P), 344 .wWidth = cpu_to_le16(UVCG_WIDTH_360P), 391 .wWidth = cpu_to_le16(UVCG_WIDTH_720P),
|
/kernel/linux/linux-6.6/include/uapi/linux/usb/ |
H A D | video.h | 512 __le16 wWidth; member 534 __le16 wWidth; \ 568 __le16 wWidth; member 590 __le16 wWidth; \
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/usb/ |
H A D | video.h | 373 __u16 wWidth; member 392 __u16 wWidth; \ 421 __u16 wWidth; member 440 __u16 wWidth; \
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/usb/ |
H A D | video.h | 328 __le16 wWidth; 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]; \ 361 __le16 wWidth; 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 | 328 __le16 wWidth; 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]; \ 361 __le16 wWidth; 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 | 143 return frame->wWidth; in uvc_v4l2_get_bytesperline() 146 return format->bpp * frame->wWidth / 8; in uvc_v4l2_get_bytesperline() 195 u16 w = format->frame[i].wWidth; in uvc_v4l2_try_format() 279 fmt->fmt.pix.width = frame->wWidth; in uvc_v4l2_try_format() 318 fmt->fmt.pix.width = frame->wWidth; in uvc_v4l2_get_format() 442 if (format->frame[i].wWidth != stream->cur_frame->wWidth || in uvc_v4l2_set_streamparm() 1185 sel->r.width = stream->cur_frame->wWidth; in uvc_ioctl_g_selection() 1237 if (frame && frame->wWidth == format->frame[i].wWidth in uvc_ioctl_enum_framesizes() [all...] |
H A D | uvc_driver.c | 683 frame->wWidth = get_unaligned_le16(&buffer[5]) 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 | 364 u16 wWidth; 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 | 204 return frame->wWidth; in uvc_v4l2_get_bytesperline() 207 return format->bpp * frame->wWidth / 8; in uvc_v4l2_get_bytesperline() 259 u16 w = format->frames[i].wWidth; in uvc_v4l2_try_format() 346 fmt->fmt.pix.width = frame->wWidth; in uvc_v4l2_try_format() 384 fmt->fmt.pix.width = frame->wWidth; in uvc_v4l2_get_format() 508 if (format->frames[i].wWidth != stream->cur_frame->wWidth || in uvc_v4l2_set_streamparm() 1218 sel->r.width = stream->cur_frame->wWidth; in uvc_ioctl_g_selection() 1270 if (frame && frame->wWidth == format->frames[i].wWidth in uvc_ioctl_enum_framesizes() [all...] |
H A D | uvcvideo.h | 247 u16 wWidth; member
|
H A D | uvc_driver.c | 395 frame->wWidth = get_unaligned_le16(&buffer[5]) 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 | 1244 UVCG_FRAME_ATTR(w_width, wWidth, 16);
|
/kernel/linux/linux-6.6/drivers/usb/gadget/function/ |
H A D | uvc_configfs.c | 2018 UVCG_FRAME_ATTR(w_width, wWidth, 16);
|