Searched refs:wHeight (Results 1 - 7 of 7) sorted by relevance

/linux-master/include/uapi/linux/usb/
H A Dvideo.h513 __le16 wHeight; member in struct:uvc_frame_uncompressed
535 __le16 wHeight; \
569 __le16 wHeight; member in struct:uvc_frame_mjpeg
591 __le16 wHeight; \
/linux-master/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-master/drivers/media/usb/uvc/
H A Duvc_v4l2.c260 u16 h = format->frames[i].wHeight;
347 fmt->fmt.pix.height = frame->wHeight;
385 fmt->fmt.pix.height = frame->wHeight;
509 format->frames[i].wHeight != stream->cur_frame->wHeight)
1219 sel->r.height = stream->cur_frame->wHeight;
1271 frame->wHeight == format->frames[i].wHeight)
1284 fsize->discrete.height = frame->wHeight;
1312 format->frames[i].wHeight
[all...]
H A Duvcvideo.h250 u16 wHeight; member in struct:uvc_frame
H A Duvc_driver.c398 frame->wHeight = get_unaligned_le16(&buffer[7]);
445 * frame->wWidth * frame->wHeight / 8;
470 frame->wWidth, frame->wHeight,
H A Duvc_video.c220 bandwidth = frame->wWidth * frame->wHeight / 8 * format->bpp;
/linux-master/drivers/usb/gadget/function/
H A Duvc_configfs.c2019 UVCG_FRAME_ATTR(w_height, wHeight, 16);

Completed in 171 milliseconds