Home
last modified time | relevance | path

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

/haiku/src/add-ons/kernel/drivers/audio/usb/
H A DAudioStreamingInterface.h56 uint8 fFormatType; variable
H A DAudioStreamingInterface.cpp105 fFormatType(USB_AUDIO_FORMAT_TYPE_UNDEFINED) in _ASFormatDescriptor()
107 fFormatType = Descriptor->format_type; in _ASFormatDescriptor()
H A DStream.cpp64 if (fAlternates[i]->Format()->fFormatType in _ChooseAlternate()
67 "is not supported.\n", i, fAlternates[i]->Format()->fFormatType); in _ChooseAlternate()