Home
last modified time | relevance | path

Searched defs:channelMasks (Results 1 – 20 of 20) sorted by relevance

/frameworks/av/media/libaudiofoundation/
DAudioProfile.cpp51 audio_channel_mask_t channelMasks, in AudioProfile()
61 const ChannelMaskSet &channelMasks, in AudioProfile()
67 const ChannelMaskSet &channelMasks, in AudioProfile()
76 void AudioProfile::setChannels(const ChannelMaskSet &channelMasks) in setChannels()
387 ChannelMaskSet channelMasks; in getSupportedChannelMasks() local
429 ChannelMaskSet channelMasks = SetIntersection(profile->getChannels(), it->second.first); in intersectAudioProfiles() local
DAudioContainers.cpp140 ChannelMaskSet channelMasks(profiles[i].channel_masks, in createAudioProfilesAttrMap() local
150 const ChannelMaskSet& channelMasks, in populateAudioProfile()
DAudioPort.cpp134 const ChannelMaskSet &channelMasks = profile->getChannels(); in toAudioPort() local
/frameworks/base/media/java/android/media/
DAudioPort.java97 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
DAudioMixPort.java40 int[] samplingRates, int[] channelMasks, int[] channelIndexMasks, in AudioMixPort()
DAudioProfile.java81 public AudioProfile(int format, @NonNull int[] samplingRates, @NonNull int[] channelMasks, in AudioProfile()
DAudioDevicePort.java70 int[] samplingRates, int[] channelMasks, int[] channelIndexMasks, in AudioDevicePort()
/frameworks/av/media/libaudiofoundation/include/media/
DAudioContainers.h69 static inline ChannelMaskSet asInMask(const ChannelMaskSet& channelMasks) { in asInMask()
82 static inline ChannelMaskSet asOutMask(const ChannelMaskSet& channelMasks) { in asOutMask()
/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
DIOProfile.cpp217 ChannelMaskSet channelMasks(port.audio_profiles[i].channel_masks, in importAudioPort() local
DAudioProfileVectorHelper.cpp247 const ChannelMaskSet channelMasks = audioProfile->getChannels(); in checkCompatibleChannelMask() local
DSerializer.cpp110 static constexpr const char *channelMasks = "channelMasks"; member
/frameworks/av/media/libeffects/spatializer/tests/
DSpatializerTest.cpp212 std::vector<audio_channel_mask_t> channelMasks; in TEST() local
/frameworks/av/services/audiopolicy/tests/
DAudioPolicyManagerTestClient.h209 std::string channelMasks; in getParameters() local
/frameworks/av/services/audiopolicy/service/
DSpatializer.cpp393 std::vector<audio_channel_mask_t> channelMasks; in loadEngineConfiguration() local
/frameworks/av/media/libaudioclient/tests/
Daudio_aidl_legacy_conversion_tests.cpp569 const std::vector<AudioChannelLayout>& channelMasks, in createProfile()
/frameworks/av/media/libaudiohal/impl/
DHal2AidlMapper.cpp546 const AudioChannelLayout& channelMask) { in findPort()
/frameworks/av/services/mediametrics/
DAudioAnalytics.cpp1647 std::string channelMasks; in onEvent() local
/frameworks/av/services/audioflinger/
DEffects.cpp1645 uint32_t* channelMasks = reinterpret_cast<uint32_t*>(param->data + sizeof(int32_t)); in sendMetadata_ll() local
DAudioFlinger.cpp1946 std::vector<audio_channel_mask_t> channelMasks = {channelMask}; in getInputBufferSize() local
/frameworks/av/services/audiopolicy/managerdefault/
DAudioPolicyManager.cpp8562 ChannelMaskSet &channelMasks = *channelMasksPtr; in modifySurroundChannelMasks() local