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

/linux-master/include/uapi/linux/usb/
H A Dvideo.h512 __le16 wWidth; member in struct:uvc_frame_uncompressed
534 __le16 wWidth; \
568 __le16 wWidth; member in struct:uvc_frame_mjpeg
590 __le16 wWidth; \
/linux-master/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),
/linux-master/drivers/media/usb/uvc/
H A Duvc_v4l2.c204 return frame->wWidth;
207 return format->bpp * frame->wWidth / 8;
259 u16 w = format->frames[i].wWidth;
346 fmt->fmt.pix.width = frame->wWidth;
384 fmt->fmt.pix.width = frame->wWidth;
508 if (format->frames[i].wWidth != stream->cur_frame->wWidth ||
1218 sel->r.width = stream->cur_frame->wWidth;
1270 if (frame && frame->wWidth == format->frames[i].wWidth
[all...]
H A Duvcvideo.h249 u16 wWidth; member in struct:uvc_frame
H A Duvc_driver.c396 frame->wWidth = get_unaligned_le16(&buffer[5])
445 * frame->wWidth * frame->wHeight / 8;
470 frame->wWidth, frame->wHeight,
H A Duvc_video.c220 bandwidth = frame->wWidth * frame->wHeight / 8 * format->bpp;
/linux-master/drivers/usb/gadget/function/
H A Duvc_configfs.c2018 UVCG_FRAME_ATTR(w_width, wWidth, 16);

Completed in 164 milliseconds