Home
last modified time | relevance | path

Searched refs:wHeight (Results 1 – 3 of 3) sorted by relevance

/components/drivers/usb/cherryusb/class/video/
A Dusbh_video.c146 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 Dusbh_video.h16 uint16_t wHeight; member
72 uint16_t wHeight,
A Dusb_video.h945 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