Home
last modified time | relevance | path

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

/USBX-v6.2.1/test/regression/
Dusbx_ux_host_class_video_format_frame_based_test.c832 UX_TEST_ASSERT(format_data.ux_host_class_video_parameter_format_guid == UX_NULL); in tx_test_thread_host_simulation_entry()
838 UX_TEST_ASSERT(format_data.ux_host_class_video_parameter_format_guid != UX_NULL); in tx_test_thread_host_simulation_entry()
839 UX_TEST_ASSERT(format_data.ux_host_class_video_parameter_format_guid[0] == 'H'); in tx_test_thread_host_simulation_entry()
840 UX_TEST_ASSERT(format_data.ux_host_class_video_parameter_format_guid[1] == '2'); in tx_test_thread_host_simulation_entry()
841 UX_TEST_ASSERT(format_data.ux_host_class_video_parameter_format_guid[2] == '6'); in tx_test_thread_host_simulation_entry()
842 UX_TEST_ASSERT(format_data.ux_host_class_video_parameter_format_guid[3] == '4'); in tx_test_thread_host_simulation_entry()
Dusbx_ux_host_class_video_format_h264_test.c855 UX_TEST_ASSERT(format_data.ux_host_class_video_parameter_format_guid == UX_NULL); in tx_test_thread_host_simulation_entry()
861 UX_TEST_ASSERT(format_data.ux_host_class_video_parameter_format_guid == UX_NULL); in tx_test_thread_host_simulation_entry()
/USBX-v6.2.1/common/usbx_host_classes/src/
Dux_host_class_video_format_data_get.c164 format_parameter -> ux_host_class_video_parameter_format_guid = guid; in _ux_host_class_video_format_data_get()
/USBX-v6.2.1/common/usbx_host_classes/inc/
Dux_host_class_video.h611 …UCHAR *ux_host_class_video_parameter_format_guid; /* not NULL if GUID is availab… member