/aosp12/frameworks/av/media/libaudiofoundation/ |
H A D | AudioProfile.cpp | 49 audio_channel_mask_t channelMasks, in AudioProfile() 59 const ChannelMaskSet &channelMasks, in AudioProfile() 65 const ChannelMaskSet &channelMasks, in AudioProfile() 74 void AudioProfile::setChannels(const ChannelMaskSet &channelMasks) in setChannels() 390 ChannelMaskSet channelMasks = SetIntersection(profile->getChannels(), it->second.first); in intersectAudioProfiles() local
|
H A D | AudioPort.cpp | 112 const ChannelMaskSet &channelMasks = profile->getChannels(); in toAudioPort() local
|
/aosp12/frameworks/base/media/java/android/media/ |
H A D | AudioPort.java | 97 int[] samplingRates, int[] channelMasks, int[] channelIndexMasks, in AudioPort() 129 Set<Integer> channelMasks = new HashSet<>(); in AudioPort() local 188 public int[] channelMasks() { in channelMasks() method in AudioPort
|
H A D | AudioProfile.java | 60 AudioProfile(int format, @NonNull int[] samplingRates, @NonNull int[] channelMasks, in AudioProfile()
|
H A D | AudioMixPort.java | 40 int[] samplingRates, int[] channelMasks, int[] channelIndexMasks, in AudioMixPort()
|
H A D | AudioDevicePort.java | 48 int[] samplingRates, int[] channelMasks, int[] channelIndexMasks, in AudioDevicePort()
|
/aosp12/frameworks/av/media/libaudiofoundation/include/media/ |
H A D | AudioContainers.h | 62 static inline ChannelMaskSet asInMask(const ChannelMaskSet& channelMasks) { in asInMask() 72 static inline ChannelMaskSet asOutMask(const ChannelMaskSet& channelMasks) { in asOutMask()
|
/aosp12/hardware/interfaces/audio/core/all-versions/vts/functional/2.0/ |
H A D | AudioPrimaryHidlHalUtils.h | 59 static Result channelMasks(IStream* stream, hidl_vec<AudioChannelMask>& channels) { in channelMasks() function
|
/aosp12/hardware/interfaces/audio/core/all-versions/vts/functional/4.0/ |
H A D | AudioPrimaryHidlHalUtils.h | 72 static Result channelMasks(IStream* stream, in channelMasks() function
|
/aosp12/packages/services/Car/service/src/com/android/car/audio/ |
H A D | CarAudioDeviceInfo.java | 181 int[] channelMasks = info.getChannelMasks(); in getMaxChannels() local
|
/aosp12/system/media/tests/ |
H A D | systemaudio_tests.cpp | 552 auto channelMasks = audioPort->role == AUDIO_PORT_ROLE_SINK ? OUT_CHANNEL_MASKS in fillFakeAudioPortInfo() local 574 auto channelMasks = portV7->role == AUDIO_PORT_ROLE_SINK ? OUT_CHANNEL_MASKS in fillFakeAudioPortV7Info() local
|
/aosp12/hardware/interfaces/audio/core/all-versions/default/ |
H A D | Stream.cpp | 135 hidl_vec<AudioChannelBitfield> channelMasks; in getSupportedChannelMasks() local 251 hidl_vec<AudioChannelMask> channelMasks; in getSupportedProfiles() local
|
/aosp12/hardware/interfaces/audio/core/all-versions/vts/functional/7.0/ |
H A D | Generators.cpp | 41 static std::vector<AudioConfig> combineAudioConfig(std::vector<xsd::AudioChannelMask> channelMasks, in combineAudioConfig()
|
/aosp12/frameworks/av/services/audiopolicy/common/managerdefinitions/src/ |
H A D | AudioProfileVectorHelper.cpp | 221 const ChannelMaskSet channelMasks = audioProfile->getChannels(); in checkCompatibleChannelMask() local
|
H A D | Serializer.cpp | 109 static constexpr const char *channelMasks = "channelMasks"; member
|
/aosp12/hardware/interfaces/audio/common/all-versions/default/7.0/ |
H A D | HidlUtils.cpp | 101 hidl_vec<AudioChannelMask>* channelMasks) { in audioChannelMasksFromHal()
|
/aosp12/frameworks/av/services/audiopolicy/managerdefault/ |
H A D | AudioPolicyManager.cpp | 7035 ChannelMaskSet &channelMasks = *channelMasksPtr; in modifySurroundChannelMasks() local 7097 ChannelMaskSet channelMasks; in updateAudioProfiles() local
|
/aosp12/frameworks/av/services/audioflinger/ |
H A D | AudioFlinger.cpp | 1694 std::vector<audio_channel_mask_t> channelMasks = {channelMask}; in getInputBufferSize() local
|