Searched refs:mMixerInFormat (Results 1 – 3 of 3) sorted by relevance
/frameworks/av/media/libaudioprocessing/ |
D | AudioMixer.cpp | 195 if (mMixerInFormat == AUDIO_FORMAT_PCM_FLOAT in prepareForDownmix() 200 mMixerChannelMask, mMixerInFormat, kCopyBufferFrameCount)); in prepareForDownmix() 203 mDownmixRequiresFormat = mMixerInFormat; in prepareForDownmix() 214 mMixerChannelMask, mMixerInFormat, kCopyBufferFrameCount)); in prepareForDownmix() 243 ? mDownmixRequiresFormat : mMixerInFormat; in prepareForReformat() 261 if (targetFormat != mMixerInFormat) { in prepareForReformat() 265 mMixerInFormat, in prepareForReformat() 522 mMixerInFormat, sampleRate, playbackRate)); in setPlaybackRate() 604 ALOGVV("mMixerFormat:%#x mMixerInFormat:%#x\n", t->mMixerFormat, t->mMixerInFormat); in postCreateTrack()
|
D | AudioMixerBase.cpp | 149 t->mMixerInFormat = kUseFloat && kUseNewMixer ? in create() 514 mMixerInFormat, resamplerChannelCount, devSampleRate, quality); in setResampler() 516 mMixerInFormat, in setResampler() 670 t->mMixerInFormat, t->mMixerFormat); in process__validate() 675 t->mMixerInFormat, t->mMixerFormat); in process__validate() 679 t->mMixerInFormat, t->mMixerFormat); in process__validate() 690 t->mMixerInFormat, t->mMixerFormat); in process__validate() 697 t->mMixerChannelCount, t->mMixerInFormat, in process__validate() 730 t->mMixerChannelCount, t->mMixerInFormat, t->mMixerFormat, in process__validate() 766 t->mMixerChannelCount, t->mMixerInFormat, t->mMixerFormat, in process__validate() [all …]
|
/frameworks/av/media/libaudioprocessing/include/media/ |
D | AudioMixerBase.h | 284 audio_format_t mMixerInFormat; // mix internal format AUDIO_FORMAT_PCM_(FLOAT|16_BIT) member
|