Home
last modified time | relevance | path

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

/linux-6.15/include/uapi/linux/usb/
H A Dvideo.h513 __le16 wWidth; member
535 __le16 wWidth; \
569 __le16 wWidth; member
591 __le16 wWidth; \
627 __u16 wWidth; member
649 __u16 wWidth; \
/linux-6.15/drivers/media/usb/uvc/
H A Duvc_v4l2.c212 return frame->wWidth; in uvc_v4l2_get_bytesperline()
215 return format->bpp * frame->wWidth / 8; in uvc_v4l2_get_bytesperline()
267 u16 w = format->frames[i].wWidth; in uvc_v4l2_try_format()
354 fmt->fmt.pix.width = frame->wWidth; in uvc_v4l2_try_format()
394 fmt->fmt.pix.width = frame->wWidth; in uvc_ioctl_g_fmt()
532 if (format->frames[i].wWidth != stream->cur_frame->wWidth || in uvc_ioctl_s_parm()
1136 sel->r.width = stream->cur_frame->wWidth; in uvc_ioctl_g_selection()
1165 if (frame && frame->wWidth == format->frames[i].wWidth && in uvc_ioctl_enum_framesizes()
1178 fsize->discrete.width = frame->wWidth; in uvc_ioctl_enum_framesizes()
1206 if (format->frames[i].wWidth == fival->width && in uvc_ioctl_enum_frameintervals()
H A Duvcvideo.h262 u16 wWidth; member
H A Duvc_driver.c252 frame->wWidth = get_unaligned_le16(&buffer[5]) * width_multiplier; in uvc_parse_frame()
298 frame->dwMaxVideoFrameBufferSize = format->bpp * frame->wWidth in uvc_parse_frame()
324 frame->wWidth, frame->wHeight, in uvc_parse_frame()
H A Duvc_video.c246 bandwidth = frame->wWidth * frame->wHeight / 8 * format->bpp; in uvc_fixup_video_ctrl()
/linux-6.15/drivers/usb/gadget/legacy/
H A Dwebcam.c219 .wWidth = cpu_to_le16(UVCG_WIDTH_360P),
273 .wWidth = cpu_to_le16(UVCG_WIDTH_720P),
344 .wWidth = cpu_to_le16(UVCG_WIDTH_360P),
391 .wWidth = cpu_to_le16(UVCG_WIDTH_720P),
/linux-6.15/Documentation/ABI/testing/
H A Dconfigfs-usb-gadget-uvc281 wWidth width of decoded bitmam frame in px
340 wWidth width of decoded bitmam frame in px
404 wWidth width of decoded bitmam frame in px
/linux-6.15/Documentation/usb/
H A Dgadget_uvc.rst113 echo $WIDTH > $wdir/wWidth
/linux-6.15/drivers/usb/gadget/function/
H A Duvc_configfs.c2028 UVCG_FRAME_ATTR(w_width, wWidth, 16);
3293 desc->wWidth = frm->frame.w_width; in __uvcg_copy_framebased_desc()