Home
last modified time | relevance | path

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

/frameworks/av/media/libaudioprocessing/
DAudioMixer.cpp296 mMixerChannelCount, mMixerFormat) in prepareForAdjustChannelsNonDestructive()
304 mKeepContractedChannels ? mMixerFormat : AUDIO_FORMAT_INVALID, in prepareForAdjustChannelsNonDestructive()
399 if (track->mMixerFormat != format) { in setParameter()
400 track->mMixerFormat = format; in setParameter()
563 ALOGVV("mMixerFormat:%#x mMixerInFormat:%#x\n", t->mMixerFormat, t->mMixerInFormat); in postCreateTrack()
596 t->mMixerChannelCount, t->mMixerFormat); in postProcess()
597 switch (t->mMixerFormat) { in postProcess()
608 LOG_ALWAYS_FATAL("bad mMixerFormat: %#x", t->mMixerFormat); in postProcess()
DAudioMixerBase.cpp145 t->mMixerFormat = AUDIO_FORMAT_PCM_16_BIT; in create()
390 if (track->mMixerFormat != format) { in setParameter()
391 track->mMixerFormat = format; in setParameter()
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()
1038 mFrameCount * audio_bytes_per_frame(t->getMixerChannelCount(), t->mMixerFormat)); in process__nop()
1118 convertMixerFormat(out, t1->mMixerFormat, outTemp, t1->mMixerInFormat, in process__genericNoResampling()
[all …]
/frameworks/av/media/libaudioprocessing/include/media/
DAudioMixerBase.h267 audio_format_t mMixerFormat; // output mix format: AUDIO_FORMAT_PCM_(FLOAT|16_BIT) member