Searched refs:wWidth (Results 1 – 3 of 3) sorted by relevance
| /components/drivers/usb/cherryusb/class/video/ |
| A D | usbh_video.c | 145 uint16_t wWidth, in usbh_video_open() argument 172 if ((wWidth == video_class->format[i].frame[j].wWidth) && in usbh_video_open() 354 video_class->format[i].frame[j].wWidth, in usbh_video_list_info() 439 …rmat_index - 1].frame[frame_index - 1].wWidth = ((struct video_cs_if_vs_frame_uncompressed_descrip… in usbh_video_ctrl_connect() 445 …[format_index - 1].frame[frame_index - 1].wWidth = ((struct video_cs_if_vs_frame_mjpeg_descriptor … in usbh_video_ctrl_connect()
|
| A D | usbh_video.h | 15 uint16_t wWidth; member 71 uint16_t wWidth,
|
| A D | usb_video.h | 944 uint16_t wWidth; member 978 uint16_t wWidth; member 1016 uint16_t wWidth; member 1293 #define VIDEO_VS_FRAME_UNCOMPRESSED_DESCRIPTOR_INIT(bFrameIndex, wWidth, wHeight, dwMinBitRate, dwM… argument 1300 …WBVAL(wWidth), … 1323 #define VIDEO_VS_FRAME_MJPEG_DESCRIPTOR_INIT(bFrameIndex, wWidth, wHeight, dwMinBitRate, dwMaxBitRa… argument 1330 …WBVAL(wWidth), /* wWidth (2bytes): Width of frame is 128 pixels. */ … 1355 #define VIDEO_VS_FRAME_H264_DESCRIPTOR_INIT(bFrameIndex, wWidth, wHeight, dwMinBitRate, dwMaxBitRat… argument 1362 …WBVAL(wWidth), /* wWidth (2bytes): Width of frame is 128 pixels. *…
|
Completed in 13 milliseconds