Home
last modified time | relevance | path

Searched refs:wWidth (Results 1 – 9 of 9) sorted by relevance

/Linux-v6.6/drivers/usb/gadget/legacy/
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),
/Linux-v6.6/include/uapi/linux/usb/
Dvideo.h512 __le16 wWidth; member
534 __le16 wWidth; \
568 __le16 wWidth; member
590 __le16 wWidth; \
/Linux-v6.6/drivers/media/usb/uvc/
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()
1283 fsize->discrete.width = frame->wWidth; in uvc_ioctl_enum_framesizes()
1311 if (format->frames[i].wWidth == fival->width && in uvc_ioctl_enum_frameintervals()
Duvcvideo.h247 u16 wWidth; member
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()
Duvc_video.c220 bandwidth = frame->wWidth * frame->wHeight / 8 * format->bpp; in uvc_fixup_video_ctrl()
/Linux-v6.6/Documentation/ABI/testing/
Dconfigfs-usb-gadget-uvc281 wWidth width of decoded bitmam frame in px
340 wWidth width of decoded bitmam frame in px
/Linux-v6.6/Documentation/usb/
Dgadget_uvc.rst113 echo $WIDTH > $wdir/wWidth
/Linux-v6.6/drivers/usb/gadget/function/
Duvc_configfs.c2018 UVCG_FRAME_ATTR(w_width, wWidth, 16);