Home
last modified time | relevance | path

Searched refs:UX_HOST_CLASS_VIDEO_IOCTL_GET_FORMAT_DATA (Results 1 – 4 of 4) sorted by relevance

/USBX-v6.2.1/common/usbx_host_classes/src/
Dux_host_class_video_ioctl.c153 case UX_HOST_CLASS_VIDEO_IOCTL_GET_FORMAT_DATA: in _ux_host_class_video_ioctl()
/USBX-v6.2.1/test/regression/
Dusbx_ux_host_class_video_format_frame_based_test.c826 …status = ux_host_class_video_ioctl(host_video_1, UX_HOST_CLASS_VIDEO_IOCTL_GET_FORMAT_DATA, &forma… in tx_test_thread_host_simulation_entry()
829 …status = ux_host_class_video_ioctl(host_video_1, UX_HOST_CLASS_VIDEO_IOCTL_GET_FORMAT_DATA, &forma… in tx_test_thread_host_simulation_entry()
835 …status = ux_host_class_video_ioctl(host_video_2, UX_HOST_CLASS_VIDEO_IOCTL_GET_FORMAT_DATA, &forma… in tx_test_thread_host_simulation_entry()
Dusbx_ux_host_class_video_format_h264_test.c849 …status = ux_host_class_video_ioctl(host_video_1, UX_HOST_CLASS_VIDEO_IOCTL_GET_FORMAT_DATA, &forma… in tx_test_thread_host_simulation_entry()
852 …status = ux_host_class_video_ioctl(host_video_1, UX_HOST_CLASS_VIDEO_IOCTL_GET_FORMAT_DATA, &forma… in tx_test_thread_host_simulation_entry()
858 …status = ux_host_class_video_ioctl(host_video_2, UX_HOST_CLASS_VIDEO_IOCTL_GET_FORMAT_DATA, &forma… in tx_test_thread_host_simulation_entry()
/USBX-v6.2.1/common/usbx_host_classes/inc/
Dux_host_class_video.h101 #define UX_HOST_CLASS_VIDEO_IOCTL_GET_FORMAT_DATA 0x03 macro