Searched refs:mMixerFormat (Results 1 – 3 of 3) sorted by relevance
/aosp12/frameworks/av/media/libaudioprocessing/ |
H A D | AudioMixer.cpp | 289 mMixerChannelCount, mMixerFormat) in prepareForAdjustChannels() 293 mKeepContractedChannels ? mMixerFormat : AUDIO_FORMAT_INVALID, in prepareForAdjustChannels() 385 if (track->mMixerFormat != format) { in setParameter() 386 track->mMixerFormat = format; in setParameter() 553 ALOGVV("mMixerFormat:%#x mMixerInFormat:%#x\n", t->mMixerFormat, t->mMixerInFormat); in postCreateTrack() 583 t->mMixerChannelCount, t->mMixerFormat); in postProcess() 584 switch (t->mMixerFormat) { in postProcess() 591 LOG_ALWAYS_FATAL("bad mMixerFormat: %#x", t->mMixerFormat); in postProcess()
|
H A D | AudioMixerBase.cpp | 146 t->mMixerFormat = AUDIO_FORMAT_PCM_16_BIT; in create() 391 if (track->mMixerFormat != format) { in setParameter() 392 track->mMixerFormat = format; in setParameter() 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() 680 t->mMixerFormat); in process__validate() 1202 convertMixerFormat(t1->mainBuffer, t1->mMixerFormat, in process__genericResampling() 1233 if ( AUDIO_FORMAT_PCM_FLOAT == t->mMixerFormat ) { in process__oneTrack16BitsStereoNoResampling() [all …]
|
/aosp12/frameworks/av/media/libaudioprocessing/include/media/ |
H A D | AudioMixerBase.h | 277 audio_format_t mMixerFormat; // output mix format: AUDIO_FORMAT_PCM_(FLOAT|16_BIT) member
|