Searched refs:wWidth (Results 1 – 8 of 8) sorted by relevance
/linux-4.1.27/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),
|
/linux-4.1.27/include/uapi/linux/usb/ |
D | video.h | 479 __u16 wWidth; member 501 __u16 wWidth; \ 535 __u16 wWidth; member 557 __u16 wWidth; \
|
/linux-4.1.27/drivers/media/usb/uvc/ |
D | uvc_v4l2.c | 190 __u16 w = format->frame[i].wWidth; in uvc_v4l2_try_format() 245 fmt->fmt.pix.width = frame->wWidth; in uvc_v4l2_try_format() 248 fmt->fmt.pix.bytesperline = format->bpp * frame->wWidth / 8; in uvc_v4l2_try_format() 282 fmt->fmt.pix.width = frame->wWidth; in uvc_v4l2_get_format() 285 fmt->fmt.pix.bytesperline = format->bpp * frame->wWidth / 8; in uvc_v4l2_get_format() 1077 sel->r.width = stream->cur_frame->wWidth; in uvc_ioctl_g_selection() 1131 fsize->discrete.width = frame->wWidth; in uvc_ioctl_enum_framesizes() 1156 if (format->frame[i].wWidth == fival->width && in uvc_ioctl_enum_frameintervals()
|
D | uvcvideo.h | 310 __u16 wWidth; member
|
D | uvc_driver.c | 497 frame->wWidth = get_unaligned_le16(&buffer[5]) in uvc_parse_format() 526 * frame->wWidth * frame->wHeight / 8; in uvc_parse_format() 554 frame->wWidth, frame->wHeight, in uvc_parse_format()
|
D | uvc_video.c | 138 bandwidth = frame->wWidth * frame->wHeight / 8 * format->bpp; in uvc_fixup_video_ctrl()
|
/linux-4.1.27/Documentation/ABI/testing/ |
D | configfs-usb-gadget-uvc | 193 wWidth - width of decoded bitmam frame in px 240 wWidth - width of decoded bitmam frame in px
|
/linux-4.1.27/drivers/usb/gadget/function/ |
D | uvc_configfs.c | 1098 UVCG_FRAME_ATTR(w_width, wWidth, le16_to_cpu, cpu_to_le16, 16);
|