Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/usb/gadget/legacy/
Dwebcam.c188 .wHeight = cpu_to_le16(360),
206 .wHeight = cpu_to_le16(720),
239 .wHeight = cpu_to_le16(360),
257 .wHeight = cpu_to_le16(720),
/Linux-v6.1/include/uapi/linux/usb/
Dvideo.h483 __le16 wHeight; member
505 __le16 wHeight; \
539 __le16 wHeight; member
561 __le16 wHeight; \
/Linux-v6.1/drivers/media/usb/uvc/
Duvc_v4l2.c207 u16 h = format->frame[i].wHeight; in uvc_v4l2_try_format()
294 fmt->fmt.pix.height = frame->wHeight; in uvc_v4l2_try_format()
332 fmt->fmt.pix.height = frame->wHeight; in uvc_v4l2_get_format()
456 format->frame[i].wHeight != stream->cur_frame->wHeight) in uvc_v4l2_set_streamparm()
1169 sel->r.height = stream->cur_frame->wHeight; in uvc_ioctl_g_selection()
1221 frame->wHeight == format->frame[i].wHeight) in uvc_ioctl_enum_framesizes()
1234 fsize->discrete.height = frame->wHeight; in uvc_ioctl_enum_framesizes()
1262 format->frame[i].wHeight == fival->height) { in uvc_ioctl_enum_frameintervals()
Duvcvideo.h248 u16 wHeight; member
Duvc_driver.c409 frame->wHeight = get_unaligned_le16(&buffer[7]); in uvc_parse_format()
437 * frame->wWidth * frame->wHeight / 8; in uvc_parse_format()
467 frame->wWidth, frame->wHeight, in uvc_parse_format()
Duvc_video.c218 bandwidth = frame->wWidth * frame->wHeight / 8 * format->bpp; in uvc_fixup_video_ctrl()
/Linux-v6.1/Documentation/ABI/testing/
Dconfigfs-usb-gadget-uvc233 wHeight height of decoded bitmap frame in px
292 wHeight height of decoded bitmap frame in px
/Linux-v6.1/drivers/usb/gadget/function/
Duvc_configfs.c1100 UVCG_FRAME_ATTR(w_height, wHeight, 16);