Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/usb/gadget/legacy/
Dwebcam.c194 .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/
Dvideo.h480 __u16 wHeight; member
502 __u16 wHeight; \
536 __u16 wHeight; member
558 __u16 wHeight; \
/linux-4.1.27/drivers/media/usb/uvc/
Duvc_v4l2.c191 __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()
Duvcvideo.h311 __u16 wHeight; member
Duvc_driver.c499 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()
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-uvc192 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/
Duvc_configfs.c1099 UVCG_FRAME_ATTR(w_height, wHeight, le16_to_cpu, cpu_to_le16, 16);