Searched refs:wHeight (Results 1 – 8 of 8) sorted by relevance
/linux-4.1.27/drivers/usb/gadget/legacy/ |
D | webcam.c | 194 .wHeight = cpu_to_le16(360), 212 .wHeight = cpu_to_le16(720), 245 .wHeight = cpu_to_le16(360), 263 .wHeight = cpu_to_le16(720),
|
/linux-4.1.27/include/uapi/linux/usb/ |
D | video.h | 480 __u16 wHeight; member 502 __u16 wHeight; \ 536 __u16 wHeight; member 558 __u16 wHeight; \
|
/linux-4.1.27/drivers/media/usb/uvc/ |
D | uvc_v4l2.c | 191 __u16 h = format->frame[i].wHeight; in uvc_v4l2_try_format() 246 fmt->fmt.pix.height = frame->wHeight; in uvc_v4l2_try_format() 283 fmt->fmt.pix.height = frame->wHeight; in uvc_v4l2_get_format() 1078 sel->r.height = stream->cur_frame->wHeight; in uvc_ioctl_g_selection() 1132 fsize->discrete.height = frame->wHeight; in uvc_ioctl_enum_framesizes() 1157 format->frame[i].wHeight == fival->height) { in uvc_ioctl_enum_frameintervals()
|
D | uvcvideo.h | 311 __u16 wHeight; member
|
D | uvc_driver.c | 499 frame->wHeight = get_unaligned_le16(&buffer[7]); 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 | 192 wHeight - height of decoded bitmap frame in px 239 wHeight - height of decoded bitmap frame in px
|
/linux-4.1.27/drivers/usb/gadget/function/ |
D | uvc_configfs.c | 1099 UVCG_FRAME_ATTR(w_height, wHeight, le16_to_cpu, cpu_to_le16, 16);
|