Searched refs:wWidth (Results 1 – 5 of 5) sorted by relevance
134 __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()
402 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()
192 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()
480 __u16 wWidth; member502 __u16 wWidth; \536 __u16 wWidth; member558 __u16 wWidth; \
232 __u16 wWidth; member
Completed in 21 milliseconds