Searched refs:mMixerInFormat (Results 1 – 3 of 3) sorted by relevance
/aosp12/frameworks/av/media/libaudioprocessing/ |
H A D | AudioMixer.cpp | 192 if (mMixerInFormat == AUDIO_FORMAT_PCM_FLOAT in prepareForDownmix() 197 mMixerChannelMask, mMixerInFormat, kCopyBufferFrameCount)); in prepareForDownmix() 200 mDownmixRequiresFormat = mMixerInFormat; in prepareForDownmix() 211 mMixerChannelMask, mMixerInFormat, kCopyBufferFrameCount)); in prepareForDownmix() 240 ? mDownmixRequiresFormat : mMixerInFormat; in prepareForReformat() 258 if (targetFormat != mMixerInFormat) { in prepareForReformat() 262 mMixerInFormat, in prepareForReformat() 475 mMixerInFormat, sampleRate, playbackRate)); in setPlaybackRate() 553 ALOGVV("mMixerFormat:%#x mMixerInFormat:%#x\n", t->mMixerFormat, t->mMixerInFormat); in postCreateTrack()
|
H A D | AudioMixerBase.cpp | 148 t->mMixerInFormat = kUseFloat && kUseNewMixer ? in create() 496 mMixerInFormat, resamplerChannelCount, devSampleRate, quality); in setResampler() 498 mMixerInFormat, in setResampler() 652 t->mMixerInFormat, t->mMixerFormat); in process__validate() 657 t->mMixerInFormat, t->mMixerFormat); in process__validate() 661 t->mMixerInFormat, t->mMixerFormat); in process__validate() 672 t->mMixerInFormat, t->mMixerFormat); in process__validate() 679 t->mMixerChannelCount, t->mMixerInFormat, in process__validate() 748 t->mMixerChannelCount, t->mMixerInFormat, t->mMixerFormat, in process__validate() 1138 convertMixerFormat(out, t1->mMixerFormat, outTemp, t1->mMixerInFormat, in process__genericNoResampling() [all …]
|
/aosp12/frameworks/av/media/libaudioprocessing/include/media/ |
H A D | AudioMixerBase.h | 279 audio_format_t mMixerInFormat; // mix internal format AUDIO_FORMAT_PCM_(FLOAT|16_BIT) member
|