Searched refs:wWidth (Results 1 – 6 of 6) sorted by relevance
/drivers/usb/gadget/legacy/ |
D | webcam.c | 193 .wWidth = cpu_to_le16(640), 211 .wWidth = cpu_to_le16(1280), 244 .wWidth = cpu_to_le16(640), 262 .wWidth = cpu_to_le16(1280),
|
/drivers/media/usb/uvc/ |
D | uvc_v4l2.c | 190 __u16 w = format->frame[i].wWidth; in uvc_v4l2_try_format() 274 fmt->fmt.pix.width = frame->wWidth; in uvc_v4l2_try_format() 277 fmt->fmt.pix.bytesperline = format->bpp * frame->wWidth / 8; in uvc_v4l2_try_format() 312 fmt->fmt.pix.width = frame->wWidth; in uvc_v4l2_get_format() 315 fmt->fmt.pix.bytesperline = format->bpp * frame->wWidth / 8; in uvc_v4l2_get_format() 1131 sel->r.width = stream->cur_frame->wWidth; in uvc_ioctl_g_selection() 1185 fsize->discrete.width = frame->wWidth; in uvc_ioctl_enum_framesizes() 1210 if (format->frame[i].wWidth == fival->width && in uvc_ioctl_enum_frameintervals()
|
D | uvcvideo.h | 322 __u16 wWidth; member
|
D | uvc_driver.c | 518 frame->wWidth = get_unaligned_le16(&buffer[5]) in uvc_parse_format() 547 * frame->wWidth * frame->wHeight / 8; in uvc_parse_format() 575 frame->wWidth, frame->wHeight, in uvc_parse_format()
|
D | uvc_video.c | 173 bandwidth = frame->wWidth * frame->wHeight / 8 * format->bpp; in uvc_fixup_video_ctrl()
|
/drivers/usb/gadget/function/ |
D | uvc_configfs.c | 1048 UVCG_FRAME_ATTR(w_width, wWidth, le16_to_cpu, cpu_to_le16, 16);
|