Searched refs:wHeight (Results 1 – 3 of 3) sorted by relevance
| /components/drivers/usb/cherryusb/class/video/ |
| A D | usbh_video.c | 146 uint16_t wHeight, in usbh_video_open() argument 173 (wHeight == video_class->format[i].frame[j].wHeight)) { in usbh_video_open() 355 video_class->format[i].frame[j].wHeight); in usbh_video_list_info() 440 …mat_index - 1].frame[frame_index - 1].wHeight = ((struct video_cs_if_vs_frame_uncompressed_descrip… in usbh_video_ctrl_connect() 446 …format_index - 1].frame[frame_index - 1].wHeight = ((struct video_cs_if_vs_frame_mjpeg_descriptor … in usbh_video_ctrl_connect()
|
| A D | usbh_video.h | 16 uint16_t wHeight; member 72 uint16_t wHeight,
|
| A D | usb_video.h | 945 uint16_t wHeight; member 979 uint16_t wHeight; member 1017 uint16_t wHeight; member 1293 #define VIDEO_VS_FRAME_UNCOMPRESSED_DESCRIPTOR_INIT(bFrameIndex, wWidth, wHeight, dwMinBitRate, dwM… argument 1301 …WBVAL(wHeight), … 1323 #define VIDEO_VS_FRAME_MJPEG_DESCRIPTOR_INIT(bFrameIndex, wWidth, wHeight, dwMinBitRate, dwMaxBitRa… argument 1331 …WBVAL(wHeight), /* wHeight (2bytes): Height of frame is 64 pixels. */ … 1355 #define VIDEO_VS_FRAME_H264_DESCRIPTOR_INIT(bFrameIndex, wWidth, wHeight, dwMinBitRate, dwMaxBitRat… argument 1363 …WBVAL(wHeight), /* wHeight (2bytes): Height of frame is 64 pixels. …
|
Completed in 15 milliseconds