Home
last modified time | relevance | path

Searched refs:mMixerFormat (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/av/media/libaudioprocessing/
H A DAudioMixer.cpp289 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 DAudioMixerBase.cpp146 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 DAudioMixerBase.h277 audio_format_t mMixerFormat; // output mix format: AUDIO_FORMAT_PCM_(FLOAT|16_BIT) member