Searched refs:mMixerInFormat (Results 1 – 3 of 3) sorted by relevance
/frameworks/av/media/libaudioprocessing/ |
D | AudioMixer.cpp | 194 mMixerChannelMask, mMixerInFormat, kCopyBufferFrameCount)); in prepareForDownmix() 223 ? mDownmixRequiresFormat : mMixerInFormat; in prepareForReformat() 241 if (targetFormat != mMixerInFormat) { in prepareForReformat() 245 mMixerInFormat, in prepareForReformat() 483 mMixerInFormat, sampleRate, playbackRate)); in setPlaybackRate() 563 ALOGVV("mMixerFormat:%#x mMixerInFormat:%#x\n", t->mMixerFormat, t->mMixerInFormat); in postCreateTrack()
|
D | AudioMixerBase.cpp | 147 t->mMixerInFormat = kUseFloat && kUseNewMixer ? in create() 495 mMixerInFormat, resamplerChannelCount, devSampleRate, quality); in setResampler() 497 mMixerInFormat, in setResampler() 647 t->mMixerInFormat, t->mMixerFormat); in process__validate() 657 t->mMixerInFormat, t->mMixerFormat); in process__validate() 662 t->mMixerInFormat, t->mMixerFormat); in process__validate() 694 t->mMixerChannelCount, t->mMixerInFormat, t->mMixerFormat); in process__validate() 729 t->mMixerChannelCount, t->mMixerInFormat, t->mMixerFormat); in process__validate() 1118 convertMixerFormat(out, t1->mMixerFormat, outTemp, t1->mMixerInFormat, in process__genericNoResampling() 1183 outTemp, t1->mMixerInFormat, numFrames * t1->mMixerChannelCount); in process__genericResampling()
|
/frameworks/av/media/libaudioprocessing/include/media/ |
D | AudioMixerBase.h | 269 audio_format_t mMixerInFormat; // mix internal format AUDIO_FORMAT_PCM_(FLOAT|16_BIT) member
|