Home
last modified time | relevance | path

Searched refs:format_type (Results 1 – 2 of 2) sorted by relevance

/components/drivers/usb/cherryusb/class/video/
A Dusbh_video.c30 static const char *format_type[] = { "uncompressed", "mjpeg" }; variable
144 uint8_t format_type, in usbh_video_open() argument
169 if (format_type == video_class->format[i].format_type) { in usbh_video_open()
273 video_class->current_format = format_type; in usbh_video_open()
348 USB_LOG_RAW(" FormatType:%s\r\n", format_type[video_class->format[i].format_type]); in usbh_video_list_info()
427 … video_class->format[format_index - 1].format_type = USBH_VIDEO_FORMAT_UNCOMPRESSED; in usbh_video_ctrl_connect()
434 … video_class->format[format_index - 1].format_type = USBH_VIDEO_FORMAT_MJPEG; in usbh_video_ctrl_connect()
A Dusbh_video.h21 uint8_t format_type; member
70 uint8_t format_type,

Completed in 4 milliseconds