Home
last modified time | relevance | path

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

/drivers/usb/gadget/legacy/
Dwebcam.c193 .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/
Duvc_v4l2.c190 __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()
Duvcvideo.h322 __u16 wWidth; member
Duvc_driver.c518 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()
Duvc_video.c173 bandwidth = frame->wWidth * frame->wHeight / 8 * format->bpp; in uvc_fixup_video_ctrl()
/drivers/usb/gadget/function/
Duvc_configfs.c1048 UVCG_FRAME_ATTR(w_width, wWidth, le16_to_cpu, cpu_to_le16, 16);