Home
last modified time | relevance | path

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

/drivers/usb/gadget/legacy/
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),
/drivers/media/usb/uvc/
Duvc_v4l2.c260 u16 h = format->frames[i].wHeight; in uvc_v4l2_try_format()
347 fmt->fmt.pix.height = frame->wHeight; in uvc_v4l2_try_format()
385 fmt->fmt.pix.height = frame->wHeight; in uvc_v4l2_get_format()
509 format->frames[i].wHeight != stream->cur_frame->wHeight) in uvc_v4l2_set_streamparm()
1219 sel->r.height = stream->cur_frame->wHeight; in uvc_ioctl_g_selection()
1271 frame->wHeight == format->frames[i].wHeight) in uvc_ioctl_enum_framesizes()
1284 fsize->discrete.height = frame->wHeight; in uvc_ioctl_enum_framesizes()
1312 format->frames[i].wHeight == fival->height) { in uvc_ioctl_enum_frameintervals()
Duvcvideo.h251 u16 wHeight; member
Duvc_driver.c398 frame->wHeight = get_unaligned_le16(&buffer[7]); in uvc_parse_format()
445 * frame->wWidth * frame->wHeight / 8; in uvc_parse_format()
470 frame->wWidth, frame->wHeight, in uvc_parse_format()
Duvc_video.c220 bandwidth = frame->wWidth * frame->wHeight / 8 * format->bpp; in uvc_fixup_video_ctrl()
/drivers/usb/gadget/function/
Duvc_configfs.c2020 UVCG_FRAME_ATTR(w_height, wHeight, 16);