Home
last modified time | relevance | path

Searched refs:wWidth (Results 1 - 17 of 17) sorted by relevance

/kernel/linux/linux-5.10/drivers/usb/gadget/legacy/
H A Dwebcam.c187 .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 Dvideo.h512 __le16 wWidth; member
534 __le16 wWidth; \
568 __le16 wWidth; member
590 __le16 wWidth; \
/kernel/linux/linux-6.6/drivers/usb/gadget/legacy/
H A Dwebcam.c219 .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 Dvideo.h512 __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 Dvideo.h373 __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 Dvideo.h328 __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 Dvideo.h328 __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 Duvc_v4l2.c143 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 Duvc_driver.c683 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 Duvcvideo.h364 u16 wWidth; member
H A Duvc_video.c213 bandwidth = frame->wWidth * frame->wHeight / 8 * format->bpp; in uvc_fixup_video_ctrl()
/kernel/linux/linux-6.6/drivers/media/usb/uvc/
H A Duvc_v4l2.c204 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 Duvcvideo.h247 u16 wWidth; member
H A Duvc_driver.c395 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 Duvc_video.c220 bandwidth = frame->wWidth * frame->wHeight / 8 * format->bpp; in uvc_fixup_video_ctrl()
/kernel/linux/linux-5.10/drivers/usb/gadget/function/
H A Duvc_configfs.c1244 UVCG_FRAME_ATTR(w_width, wWidth, 16);
/kernel/linux/linux-6.6/drivers/usb/gadget/function/
H A Duvc_configfs.c2018 UVCG_FRAME_ATTR(w_width, wWidth, 16);

Completed in 39 milliseconds