Home
last modified time | relevance | path

Searched refs:wWidth (Results 1 – 5 of 5) sorted by relevance

/bsp/allwinner/libraries/sunxi-hal/hal/source/usb/uvc/Class/
A Duvc_v4l2.c134 __u16 w = format->frame[i].wWidth; in uvc_v4l2_try_format()
189 fmt->fmt.pix.width = frame->wWidth; in uvc_v4l2_try_format()
192 fmt->fmt.pix.bytesperline = format->bpp * frame->wWidth / 8; in uvc_v4l2_try_format()
226 fmt->fmt.pix.width = frame->wWidth; in uvc_v4l2_get_format()
229 fmt->fmt.pix.bytesperline = format->bpp * frame->wWidth / 8; in uvc_v4l2_get_format()
551 ccap->bounds.width = stream->cur_frame->wWidth; in uvc_v4l2_do_ioctl()
A Duvc_driver.c402 frame->wWidth = get_unaligned_le16(&buffer[5]); in uvc_parse_format()
430 * frame->wWidth * frame->wHeight / 8; in uvc_parse_format()
458 frame->wWidth, frame->wHeight, in uvc_parse_format()
A Duvc_video.c192 bandwidth = frame->wWidth * frame->wHeight / 8 * format->bpp; in uvc_fixup_video_ctrl()
1507 hal_log_err(" wWidth = %d \n",stream->cur_frame->wWidth); in uvc_video_enable()
/bsp/allwinner/libraries/sunxi-hal/hal/source/usb/uvc/Include/
A Dvideo.h480 __u16 wWidth; member
502 __u16 wWidth; \
536 __u16 wWidth; member
558 __u16 wWidth; \
A Duvcvideo.h232 __u16 wWidth; member

Completed in 21 milliseconds