Searched refs:wWidth (Results 1 – 8 of 8) sorted by relevance
/Linux-v4.19/drivers/usb/gadget/legacy/ |
D | webcam.c | 186 .wWidth = cpu_to_le16(640), 204 .wWidth = cpu_to_le16(1280), 237 .wWidth = cpu_to_le16(640), 255 .wWidth = cpu_to_le16(1280),
|
/Linux-v4.19/drivers/media/usb/uvc/ |
D | uvc_v4l2.c | 148 return frame->wWidth; in uvc_v4l2_get_bytesperline() 151 return format->bpp * frame->wWidth / 8; in uvc_v4l2_get_bytesperline() 200 u16 w = format->frame[i].wWidth; in uvc_v4l2_try_format() 255 fmt->fmt.pix.width = frame->wWidth; in uvc_v4l2_try_format() 292 fmt->fmt.pix.width = frame->wWidth; in uvc_v4l2_get_format() 415 if (format->frame[i].wWidth != stream->cur_frame->wWidth || in uvc_v4l2_set_streamparm() 1140 sel->r.width = stream->cur_frame->wWidth; in uvc_ioctl_g_selection() 1192 if (frame && frame->wWidth == format->frame[i].wWidth && in uvc_ioctl_enum_framesizes() 1205 fsize->discrete.width = frame->wWidth; in uvc_ioctl_enum_framesizes() 1233 if (format->frame[i].wWidth == fival->width && in uvc_ioctl_enum_frameintervals()
|
D | uvcvideo.h | 355 u16 wWidth; member
|
D | uvc_driver.c | 564 frame->wWidth = get_unaligned_le16(&buffer[5]) in uvc_parse_format() 593 * frame->wWidth * frame->wHeight / 8; in uvc_parse_format() 621 frame->wWidth, frame->wHeight, in uvc_parse_format()
|
D | uvc_video.c | 186 bandwidth = frame->wWidth * frame->wHeight / 8 * format->bpp; in uvc_fixup_video_ctrl()
|
/Linux-v4.19/include/uapi/linux/usb/ |
D | video.h | 481 __u16 wWidth; member 503 __u16 wWidth; \ 537 __u16 wWidth; member 559 __u16 wWidth; \
|
/Linux-v4.19/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-v4.19/drivers/usb/gadget/function/ |
D | uvc_configfs.c | 999 UVCG_FRAME_ATTR(w_width, wWidth, le16_to_cpu, cpu_to_le16, 16);
|