Searched refs:wHeight (Results 1 – 8 of 8) sorted by relevance
/Linux-v4.19/drivers/usb/gadget/legacy/ |
D | webcam.c | 187 .wHeight = cpu_to_le16(360), 205 .wHeight = cpu_to_le16(720), 238 .wHeight = cpu_to_le16(360), 256 .wHeight = cpu_to_le16(720),
|
/Linux-v4.19/include/uapi/linux/usb/ |
D | video.h | 482 __u16 wHeight; member 504 __u16 wHeight; \ 538 __u16 wHeight; member 560 __u16 wHeight; \
|
/Linux-v4.19/drivers/media/usb/uvc/ |
D | uvc_v4l2.c | 201 u16 h = format->frame[i].wHeight; in uvc_v4l2_try_format() 256 fmt->fmt.pix.height = frame->wHeight; in uvc_v4l2_try_format() 293 fmt->fmt.pix.height = frame->wHeight; in uvc_v4l2_get_format() 416 format->frame[i].wHeight != stream->cur_frame->wHeight) in uvc_v4l2_set_streamparm() 1141 sel->r.height = stream->cur_frame->wHeight; in uvc_ioctl_g_selection() 1193 frame->wHeight == format->frame[i].wHeight) in uvc_ioctl_enum_framesizes() 1206 fsize->discrete.height = frame->wHeight; in uvc_ioctl_enum_framesizes() 1234 format->frame[i].wHeight == fival->height) { in uvc_ioctl_enum_frameintervals()
|
D | uvcvideo.h | 356 u16 wHeight; member
|
D | uvc_driver.c | 566 frame->wHeight = get_unaligned_le16(&buffer[7]); 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/Documentation/ABI/testing/ |
D | configfs-usb-gadget-uvc | 192 wHeight - height of decoded bitmap frame in px 239 wHeight - height of decoded bitmap frame in px
|
/Linux-v4.19/drivers/usb/gadget/function/ |
D | uvc_configfs.c | 1000 UVCG_FRAME_ATTR(w_height, wHeight, le16_to_cpu, cpu_to_le16, 16);
|