Searched refs:mMixerChannelMask (Results 1 – 8 of 8) sorted by relevance
/frameworks/av/media/libaudioprocessing/ |
D | AudioMixer.cpp | 79 && mixerChannelMask == (track->mMixerChannelMask | track->mMixerHapticChannelMask)) { in setChannelMasks() 102 track->mMixerChannelMask = mixerChannelMask; in setChannelMasks() 127 status, track->channelMask, track->mMixerChannelMask); in setChannelMasks() 168 if (channelMask == mMixerChannelMask in prepareForDownmix() 170 && isAudioChannelPositionMask(mMixerChannelMask))) { in prepareForDownmix() 181 channelMask, mMixerChannelMask, in prepareForDownmix() 196 && ChannelMixBufferProvider::isOutputChannelMaskSupported(mMixerChannelMask) in prepareForDownmix() 200 mMixerChannelMask, mMixerInFormat, kCopyBufferFrameCount)); in prepareForDownmix() 214 mMixerChannelMask, mMixerInFormat, kCopyBufferFrameCount)); in prepareForDownmix() 263 audio_channel_count_from_out_mask(mMixerChannelMask), in prepareForReformat() [all …]
|
D | AudioMixerBase.cpp | 151 t->mMixerChannelMask = audio_channel_mask_from_representation_and_bits( in create() 153 t->mMixerChannelCount = audio_channel_count_from_out_mask(t->mMixerChannelMask); in create() 170 if (trackChannelMask == track->channelMask && mixerChannelMask == track->mMixerChannelMask) { in setChannelMasks() 180 track->mMixerChannelMask = mixerChannelMask; in setChannelMasks() 365 if (setChannelMasks(name, trackChannelMask, track->mMixerChannelMask)) { in setParameter() 667 && isAudioChannelPositionMask(t->mMixerChannelMask)) { in process__validate() 686 (isAudioChannelPositionMask(t->mMixerChannelMask) // TODO: MONO_HACK in process__validate()
|
/frameworks/av/media/libaudioprocessing/include/media/ |
D | AudioMixerBase.h | 234 && isAudioChannelPositionMask(mMixerChannelMask); } in useStereoVolume() 295 audio_channel_mask_t mMixerChannelMask; member
|
/frameworks/av/services/audioflinger/ |
D | Threads.cpp | 2192 mMixerChannelMask = mixerConfig->channel_mask; 2198 && mMixerChannelMask != mChannelMask) { 2200 mChannelMask, mMixerChannelMask); 2340 mMixerChannelMask, channelMaskToString(mMixerChannelMask, true /* output */).c_str()); in dumpInternals_l() 3156 if (mMixerChannelMask == AUDIO_CHANNEL_NONE) { in readOutputParameters_l() 3157 mMixerChannelMask = mChannelMask; in readOutputParameters_l() 3163 uint32_t mixerChannelCount = audio_channel_count_from_out_mask(mMixerChannelMask); in readOutputParameters_l() 3303 mMixerChannelMask = static_cast<audio_channel_mask_t>(mMixerChannelMask & ~mHapticChannelMask); in readOutputParameters_l() 3776 channelMask = mMixerChannelMask; in addEffectChain_l() 3828 * (audio_channel_count_from_out_mask(mMixerChannelMask) in addEffectChain_l() [all …]
|
D | Threads.h | 1103 return mMixerChannelMask; in mixerChannelMask() 1317 audio_channel_mask_t mMixerChannelMask = AUDIO_CHANNEL_NONE; variable
|
/frameworks/av/services/audiopolicy/common/managerdefinitions/include/ |
D | AudioOutputDescriptor.h | 502 audio_channel_mask_t mMixerChannelMask = AUDIO_CHANNEL_NONE; variable
|
/frameworks/av/services/audiopolicy/common/managerdefinitions/src/ |
D | AudioOutputDescriptor.cpp | 666 mMixerChannelMask = lMixerConfig.channel_mask; in open()
|
/frameworks/av/services/audiopolicy/managerdefault/ |
D | AudioPolicyManager.cpp | 6371 || configPtr->channel_mask == desc->mMixerChannelMask)) { in getSpatializerOutput()
|