Home
last modified time | relevance | path

Searched refs:mMixerChannelCount (Results 1 – 4 of 4) sorted by relevance

/aosp12/frameworks/av/media/libaudioprocessing/
H A DAudioMixerBase.cpp178 track->mMixerChannelCount = mixerChannelCount; in setChannelMasks()
651 TRACKTYPE_RESAMPLEMONO, t->mMixerChannelCount, in process__validate()
656 TRACKTYPE_RESAMPLESTEREO, t->mMixerChannelCount, in process__validate()
660 TRACKTYPE_RESAMPLE, t->mMixerChannelCount, in process__validate()
671 t->mMixerChannelCount, in process__validate()
679 t->mMixerChannelCount, t->mMixerInFormat, in process__validate()
1139 frameCount * t1->mMixerChannelCount); in process__genericNoResampling()
1142 + frameCount * t1->mMixerChannelCount in process__genericNoResampling()
1398 volumeMulti<MIXTYPE>(mMixerChannelCount, out, outFrames, in, aux, in volumeMix()
1437 const uint32_t channels = t->mMixerChannelCount; in process__noResampleOneTrack()
[all …]
H A DAudioMixer.cpp103 track->mMixerChannelCount = mixerChannelCount; in setChannelMasks()
289 mMixerChannelCount, mMixerFormat) in prepareForAdjustChannels()
583 t->mMixerChannelCount, t->mMixerFormat); in postProcess()
/aosp12/frameworks/av/media/libaudioprocessing/include/media/
H A DAudioMixer.h87 return mDownmixerBufferProvider.get() != nullptr ? mMixerChannelCount : channelCount; in getOutputChannelCount()
90 return mMixerChannelCount + mMixerHapticChannelCount; in getMixerChannelCount()
H A DAudioMixerBase.h218 virtual uint32_t getMixerChannelCount() { return mMixerChannelCount; } in getMixerChannelCount()
291 uint32_t mMixerChannelCount; member