HomeSort by relevance Sort by last modified time
    Searched refs:mMixerInFormat (Results 1 - 2 of 2) sorted by null

  /frameworks/av/services/audioflinger/
AudioMixer.cpp 227 t->mMixerInFormat = selectMixerInFormat(format);
240 ALOGVV("mMixerFormat:%#x mMixerInFormat:%#x\n", t->mMixerFormat, t->mMixerInFormat);
340 AUDIO_FORMAT_PCM_16_BIT /* TODO: use mMixerInFormat, now only PCM 16 */,
354 mMixerChannelMask, mMixerInFormat, kCopyBufferFrameCount);
386 ? mDownmixRequiresFormat : mMixerInFormat;
396 if (targetFormat != mMixerInFormat) {
400 mMixerInFormat,
784 mMixerInFormat, resamplerChannelCount, devSampleRate, quality);
786 mMixerInFormat,
    [all...]
AudioMixer.h 227 * match either mMixerInFormat or mDownmixRequiresFormat, if the downmixer
246 audio_format_t mMixerInFormat; // mix internal format AUDIO_FORMAT_PCM_(FLOAT|16_BIT)

Completed in 1493 milliseconds