Home
last modified time | relevance | path

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

/linux-4.1.27/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),
/linux-4.1.27/include/uapi/linux/usb/
Dvideo.h479 __u16 wWidth; member
501 __u16 wWidth; \
535 __u16 wWidth; member
557 __u16 wWidth; \
/linux-4.1.27/drivers/media/usb/uvc/
Duvc_v4l2.c190 __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()
Duvcvideo.h310 __u16 wWidth; member
Duvc_driver.c497 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()
Duvc_video.c138 bandwidth = frame->wWidth * frame->wHeight / 8 * format->bpp; in uvc_fixup_video_ctrl()
/linux-4.1.27/Documentation/ABI/testing/
Dconfigfs-usb-gadget-uvc193 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/
Duvc_configfs.c1098 UVCG_FRAME_ATTR(w_width, wWidth, le16_to_cpu, cpu_to_le16, 16);