Home
last modified time | relevance | path

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

/drivers/media/video/uvc/
Duvc_v4l2.c144 __u16 w = format->frame[i].wWidth; in uvc_v4l2_try_format()
196 fmt->fmt.pix.width = frame->wWidth; in uvc_v4l2_try_format()
199 fmt->fmt.pix.bytesperline = format->bpp * frame->wWidth / 8; in uvc_v4l2_try_format()
226 fmt->fmt.pix.width = frame->wWidth; in uvc_v4l2_get_format()
229 fmt->fmt.pix.bytesperline = format->bpp * frame->wWidth / 8; in uvc_v4l2_get_format()
735 fsize->discrete.width = frame->wWidth; in uvc_v4l2_do_ioctl()
760 if (format->frame[i].wWidth == fival->width && in uvc_v4l2_do_ioctl()
821 ccap->bounds.width = frame->wWidth; in uvc_v4l2_do_ioctl()
Duvc_driver.c456 frame->wWidth = get_unaligned_le16(&buffer[5]); in uvc_parse_format()
484 * frame->wWidth * frame->wHeight / 8; in uvc_parse_format()
506 frame->wWidth, frame->wHeight, in uvc_parse_format()
Duvcvideo.h486 __u16 wWidth; member