Home
last modified time | relevance | path

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

/USBX-v6.2.1/common/usbx_host_classes/src/
Dux_host_class_video_activate.c56 UCHAR *packed_entity_descriptor) in _ux_host_class_video_descriptors_parser() argument
81 if (packed_entity_descriptor[2] == UX_HOST_CLASS_VIDEO_VC_HEADER) in _ux_host_class_video_descriptors_parser()
88 bInCollection = packed_entity_descriptor[11]; in _ux_host_class_video_descriptors_parser()
89 baInterfaceNr = packed_entity_descriptor + 12; in _ux_host_class_video_descriptors_parser()
94 … if (packed_entity_descriptor[0] + packed_entity_descriptor < baInterfaceNr + bInCollection) in _ux_host_class_video_descriptors_parser()
123 if (packed_entity_descriptor[2] == UX_HOST_CLASS_VIDEO_VC_PROCESSING_UNIT && in _ux_host_class_video_descriptors_parser()
129 video -> ux_host_class_video_feature_unit_id = packed_entity_descriptor[3]; in _ux_host_class_video_descriptors_parser()
133 if (packed_entity_descriptor[2] == UX_HOST_CLASS_VIDEO_VC_INPUT_TERMINAL && in _ux_host_class_video_descriptors_parser()
139 video -> ux_host_class_video_terminal_id = packed_entity_descriptor[3]; in _ux_host_class_video_descriptors_parser()
142 … 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.c94 UCHAR *packed_entity_descriptor), in _ux_host_class_video_entities_parse() argument
/USBX-v6.2.1/common/usbx_host_classes/inc/
Dux_host_class_video.h665 UCHAR *packed_entity_descriptor),