Home
last modified time | relevance | path

Searched refs:packed_entity_descriptor (Results 1 – 5 of 5) sorted by relevance

/USBX-v6.2.1/common/usbx_host_classes/src/
Dux_host_class_video_activate.c55 UCHAR *packed_entity_descriptor) in _ux_host_class_video_descriptors_parser() argument
80 if (packed_entity_descriptor[2] == UX_HOST_CLASS_VIDEO_VC_HEADER) in _ux_host_class_video_descriptors_parser()
87 bInCollection = packed_entity_descriptor[11]; in _ux_host_class_video_descriptors_parser()
88 baInterfaceNr = packed_entity_descriptor + 12; in _ux_host_class_video_descriptors_parser()
93 … if (packed_entity_descriptor[0] + packed_entity_descriptor < baInterfaceNr + bInCollection) in _ux_host_class_video_descriptors_parser()
122 if (packed_entity_descriptor[2] == UX_HOST_CLASS_VIDEO_VC_PROCESSING_UNIT && in _ux_host_class_video_descriptors_parser()
128 video -> ux_host_class_video_feature_unit_id = packed_entity_descriptor[3]; in _ux_host_class_video_descriptors_parser()
132 if (packed_entity_descriptor[2] == UX_HOST_CLASS_VIDEO_VC_INPUT_TERMINAL && in _ux_host_class_video_descriptors_parser()
138 video -> ux_host_class_video_terminal_id = packed_entity_descriptor[3]; in _ux_host_class_video_descriptors_parser()
141 … video -> ux_host_class_video_terminal_type = _ux_utility_short_get(packed_entity_descriptor + 4); in _ux_host_class_video_descriptors_parser()
[all …]
Dux_host_class_video_entities_parse.c93 UCHAR *packed_entity_descriptor), in _ux_host_class_video_entities_parse() argument
235 UCHAR *packed_entity_descriptor), in _uxe_host_class_video_entities_parse() argument
/USBX-v6.2.1/test/regression/
Dusbx_msrc_73492_host_vc_header_parse.c821 UCHAR *packed_entity_descriptor) in tx_test_video_descriptors_parser() argument
827 …parser->parsed_entity [parser->parsed_count] = packed_entity_descriptor - parser->descriptor_… in tx_test_video_descriptors_parser()
Dusbx_ux_host_class_video_basic_tests.c821 UCHAR *packed_entity_descriptor) in tx_test_video_descriptors_parser() argument
827 …parser->parsed_entity [parser->parsed_count] = packed_entity_descriptor - parser->descriptor_… in tx_test_video_descriptors_parser()
/USBX-v6.2.1/common/usbx_host_classes/inc/
Dux_host_class_video.h684 UCHAR *packed_entity_descriptor),
706 UCHAR *packed_entity_descriptor),