/frameworks/av/media/libaudiofoundation/ |
D | AudioProfile.cpp | 51 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
|
D | AudioContainers.cpp | 140 ChannelMaskSet channelMasks(profiles[i].channel_masks, in createAudioProfilesAttrMap() local 150 const ChannelMaskSet& channelMasks, in populateAudioProfile()
|
D | AudioPort.cpp | 134 const ChannelMaskSet &channelMasks = profile->getChannels(); in toAudioPort() local
|
/frameworks/base/media/java/android/media/ |
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
|
D | AudioMixPort.java | 40 int[] samplingRates, int[] channelMasks, int[] channelIndexMasks, in AudioMixPort()
|
D | AudioProfile.java | 81 public AudioProfile(int format, @NonNull int[] samplingRates, @NonNull int[] channelMasks, in AudioProfile()
|
D | AudioDevicePort.java | 70 int[] samplingRates, int[] channelMasks, int[] channelIndexMasks, in AudioDevicePort()
|
/frameworks/av/media/libaudiofoundation/include/media/ |
D | AudioContainers.h | 69 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/ |
D | IOProfile.cpp | 217 ChannelMaskSet channelMasks(port.audio_profiles[i].channel_masks, in importAudioPort() local
|
D | AudioProfileVectorHelper.cpp | 247 const ChannelMaskSet channelMasks = audioProfile->getChannels(); in checkCompatibleChannelMask() local
|
D | Serializer.cpp | 110 static constexpr const char *channelMasks = "channelMasks"; member
|
/frameworks/av/media/libeffects/spatializer/tests/ |
D | SpatializerTest.cpp | 212 std::vector<audio_channel_mask_t> channelMasks; in TEST() local
|
/frameworks/av/services/audiopolicy/tests/ |
D | AudioPolicyManagerTestClient.h | 209 std::string channelMasks; in getParameters() local
|
/frameworks/av/services/audiopolicy/service/ |
D | Spatializer.cpp | 393 std::vector<audio_channel_mask_t> channelMasks; in loadEngineConfiguration() local
|
/frameworks/av/media/libaudioclient/tests/ |
D | audio_aidl_legacy_conversion_tests.cpp | 569 const std::vector<AudioChannelLayout>& channelMasks, in createProfile()
|
/frameworks/av/media/libaudiohal/impl/ |
D | Hal2AidlMapper.cpp | 546 const AudioChannelLayout& channelMask) { in findPort()
|
/frameworks/av/services/mediametrics/ |
D | AudioAnalytics.cpp | 1647 std::string channelMasks; in onEvent() local
|
/frameworks/av/services/audioflinger/ |
D | Effects.cpp | 1645 uint32_t* channelMasks = reinterpret_cast<uint32_t*>(param->data + sizeof(int32_t)); in sendMetadata_ll() local
|
D | AudioFlinger.cpp | 1946 std::vector<audio_channel_mask_t> channelMasks = {channelMask}; in getInputBufferSize() local
|
/frameworks/av/services/audiopolicy/managerdefault/ |
D | AudioPolicyManager.cpp | 8562 ChannelMaskSet &channelMasks = *channelMasksPtr; in modifySurroundChannelMasks() local
|