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

  /frameworks/av/media/libaudioprocessing/
AudioMixer.cpp 162 t->mMixerInFormat = selectMixerInFormat(format);
185 ALOGVV("mMixerFormat:%#x mMixerInFormat:%#x\n", t->mMixerFormat, t->mMixerInFormat);
325 mMixerChannelMask, mMixerInFormat, kCopyBufferFrameCount));
354 ? mDownmixRequiresFormat : mMixerInFormat;
372 if (targetFormat != mMixerInFormat) {
376 mMixerInFormat,
    [all...]
  /frameworks/av/media/libaudioclient/include/media/
AudioMixer.h 357 * match either mMixerInFormat or mDownmixRequiresFormat, if the downmixer
380 audio_format_t mMixerInFormat; // mix internal format AUDIO_FORMAT_PCM_(FLOAT|16_BIT)

Completed in 548 milliseconds