Home
last modified time | relevance | path

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

/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),
/drivers/media/usb/uvc/
Duvc_v4l2.c196 u16 h = format->frame[i].wHeight; in uvc_v4l2_try_format()
280 fmt->fmt.pix.height = frame->wHeight; in uvc_v4l2_try_format()
319 fmt->fmt.pix.height = frame->wHeight; in uvc_v4l2_get_format()
443 format->frame[i].wHeight != stream->cur_frame->wHeight) in uvc_v4l2_set_streamparm()
1186 sel->r.height = stream->cur_frame->wHeight; in uvc_ioctl_g_selection()
1238 frame->wHeight == format->frame[i].wHeight) in uvc_ioctl_enum_framesizes()
1251 fsize->discrete.height = frame->wHeight; in uvc_ioctl_enum_framesizes()
1279 format->frame[i].wHeight == fival->height) { in uvc_ioctl_enum_frameintervals()
Duvcvideo.h365 u16 wHeight; member
Duvc_driver.c685 frame->wHeight = get_unaligned_le16(&buffer[7]); in uvc_parse_format()
712 * frame->wWidth * frame->wHeight / 8; in uvc_parse_format()
740 frame->wWidth, frame->wHeight, in uvc_parse_format()
Duvc_video.c213 bandwidth = frame->wWidth * frame->wHeight / 8 * format->bpp; in uvc_fixup_video_ctrl()
/drivers/usb/gadget/function/
Duvc_configfs.c1245 UVCG_FRAME_ATTR(w_height, wHeight, 16);