Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/usb/gadget/legacy/
Dwebcam.c187 .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/
Dvideo.h482 __u16 wHeight; member
504 __u16 wHeight; \
538 __u16 wHeight; member
560 __u16 wHeight; \
/Linux-v4.19/drivers/media/usb/uvc/
Duvc_v4l2.c201 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()
Duvcvideo.h356 u16 wHeight; member
Duvc_driver.c566 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()
Duvc_video.c186 bandwidth = frame->wWidth * frame->wHeight / 8 * format->bpp; in uvc_fixup_video_ctrl()
/Linux-v4.19/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-v4.19/drivers/usb/gadget/function/
Duvc_configfs.c1000 UVCG_FRAME_ATTR(w_height, wHeight, le16_to_cpu, cpu_to_le16, 16);