Home
last modified time | relevance | path

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

/linux/include/uapi/linux/usb/
H A Dvideo.h514 __le16 wHeight; member
536 __le16 wHeight; \
570 __le16 wHeight; member
592 __le16 wHeight; \
628 __u16 wHeight; member
650 __u16 wHeight; \
/linux/drivers/media/usb/uvc/
H A Duvc_v4l2.c287 u16 h = format->frames[i].wHeight; in uvc_v4l2_try_format()
372 fmt->fmt.pix.height = frame->wHeight; in uvc_v4l2_try_format()
408 fmt->fmt.pix.height = frame->wHeight; in uvc_ioctl_g_fmt()
523 format->frames[i].wHeight != stream->cur_frame->wHeight) in uvc_ioctl_s_parm()
923 sel->r.height = stream->cur_frame->wHeight; in uvc_ioctl_g_selection()
951 frame->wHeight == format->frames[i].wHeight) in uvc_ioctl_enum_framesizes()
964 fsize->discrete.height = frame->wHeight; in uvc_ioctl_enum_framesizes()
992 format->frames[i].wHeight == fival->height) { in uvc_ioctl_enum_frameintervals()
H A Duvc_driver.c254 frame->wHeight = get_unaligned_le16(&buffer[7]); in uvc_parse_frame()
300 * frame->wHeight / 8; in uvc_parse_frame()
325 frame->wWidth, frame->wHeight, in uvc_parse_frame()
H A Duvc_video.c246 bandwidth = frame->wWidth * frame->wHeight / 8 * format->bpp; in uvc_fixup_video_ctrl()
/linux/drivers/usb/gadget/legacy/
H A Dwebcam.c220 .wHeight = cpu_to_le16(UVCG_HEIGHT_360P),
274 .wHeight = cpu_to_le16(UVCG_HEIGHT_720P),
345 .wHeight = cpu_to_le16(UVCG_HEIGHT_360P),
392 .wHeight = cpu_to_le16(UVCG_HEIGHT_720P),
/linux/Documentation/ABI/testing/
H A Dconfigfs-usb-gadget-uvc280 wHeight height of decoded bitmap frame in px
339 wHeight height of decoded bitmap frame in px
403 wHeight height of decoded bitmap frame in px
/linux/Documentation/usb/
H A Dgadget_uvc.rst114 echo $HEIGHT > $wdir/wHeight
/linux/drivers/usb/gadget/function/
H A Duvc_configfs.c2030 UVCG_FRAME_ATTR(w_height, wHeight, 16);
3305 desc->wHeight = frm->frame.w_height; in __uvcg_copy_framebased_desc()