Searched refs:mMixerFormat (Results 1 – 3 of 3) sorted by relevance
/frameworks/av/media/libaudioprocessing/ |
D | AudioMixer.cpp | 292 mMixerChannelCount, mMixerFormat) in prepareForAdjustChannels() 296 mKeepContractedChannels ? mMixerFormat : AUDIO_FORMAT_INVALID, in prepareForAdjustChannels() 418 if (track->mMixerFormat != format) { in setParameter() 419 track->mMixerFormat = format; in setParameter() 604 ALOGVV("mMixerFormat:%#x mMixerInFormat:%#x\n", t->mMixerFormat, t->mMixerInFormat); in postCreateTrack() 635 t->mMixerChannelCount, t->mMixerFormat); in postProcess() 636 switch (t->mMixerFormat) { in postProcess() 643 LOG_ALWAYS_FATAL("bad mMixerFormat: %#x", t->mMixerFormat); in postProcess()
|
D | AudioMixerBase.cpp | 147 t->mMixerFormat = AUDIO_FORMAT_PCM_16_BIT; in create() 395 if (track->mMixerFormat != format) { in setParameter() 396 track->mMixerFormat = format; in setParameter() 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() 698 t->mMixerFormat); 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 | 282 audio_format_t mMixerFormat; // output mix format: AUDIO_FORMAT_PCM_(FLOAT|16_BIT) member
|