Home
last modified time | relevance | path

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

/linux-6.1.9/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-6.1.9/drivers/media/usb/uvc/
Duvc_v4l2.c152 return frame->wWidth; in uvc_v4l2_get_bytesperline()
155 return format->bpp * frame->wWidth / 8; in uvc_v4l2_get_bytesperline()
206 u16 w = format->frame[i].wWidth; in uvc_v4l2_try_format()
293 fmt->fmt.pix.width = frame->wWidth; in uvc_v4l2_try_format()
331 fmt->fmt.pix.width = frame->wWidth; in uvc_v4l2_get_format()
455 if (format->frame[i].wWidth != stream->cur_frame->wWidth || in uvc_v4l2_set_streamparm()
1168 sel->r.width = stream->cur_frame->wWidth; in uvc_ioctl_g_selection()
1220 if (frame && frame->wWidth == format->frame[i].wWidth && in uvc_ioctl_enum_framesizes()
1233 fsize->discrete.width = frame->wWidth; in uvc_ioctl_enum_framesizes()
1261 if (format->frame[i].wWidth == fival->width && in uvc_ioctl_enum_frameintervals()
Duvcvideo.h247 u16 wWidth; member
Duvc_driver.c407 frame->wWidth = get_unaligned_le16(&buffer[5]) in uvc_parse_format()
437 * frame->wWidth * frame->wHeight / 8; in uvc_parse_format()
467 frame->wWidth, frame->wHeight, in uvc_parse_format()
Duvc_video.c218 bandwidth = frame->wWidth * frame->wHeight / 8 * format->bpp; in uvc_fixup_video_ctrl()
/linux-6.1.9/include/uapi/linux/usb/
Dvideo.h482 __le16 wWidth; member
504 __le16 wWidth; \
538 __le16 wWidth; member
560 __le16 wWidth; \
/linux-6.1.9/Documentation/ABI/testing/
Dconfigfs-usb-gadget-uvc234 wWidth width of decoded bitmam frame in px
293 wWidth width of decoded bitmam frame in px
/linux-6.1.9/drivers/usb/gadget/function/
Duvc_configfs.c1099 UVCG_FRAME_ATTR(w_width, wWidth, 16);