Home
last modified time | relevance | path

Searched refs:mMixerChannelMask (Results 1 – 8 of 8) sorted by relevance

/frameworks/av/media/libaudioprocessing/
DAudioMixer.cpp79 && 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 …]
DAudioMixerBase.cpp151 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/
DAudioMixerBase.h234 && isAudioChannelPositionMask(mMixerChannelMask); } in useStereoVolume()
295 audio_channel_mask_t mMixerChannelMask; member
/frameworks/av/services/audioflinger/
DThreads.cpp2192 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 …]
DThreads.h1103 return mMixerChannelMask; in mixerChannelMask()
1317 audio_channel_mask_t mMixerChannelMask = AUDIO_CHANNEL_NONE; variable
/frameworks/av/services/audiopolicy/common/managerdefinitions/include/
DAudioOutputDescriptor.h502 audio_channel_mask_t mMixerChannelMask = AUDIO_CHANNEL_NONE; variable
/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
DAudioOutputDescriptor.cpp666 mMixerChannelMask = lMixerConfig.channel_mask; in open()
/frameworks/av/services/audiopolicy/managerdefault/
DAudioPolicyManager.cpp6371 || configPtr->channel_mask == desc->mMixerChannelMask)) { in getSpatializerOutput()