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

  /frameworks/av/services/audioflinger/
FastMixer.h 73 audio_format_t mMixerBufferFormat; // mixer output format: AUDIO_FORMAT_PCM_(16_BIT|FLOAT).
FastMixer.cpp 61 mMixerBufferFormat(AUDIO_FORMAT_PCM_16_BIT),
184 * audio_bytes_per_sample(mMixerBufferFormat);
265 AudioMixer::MIXER_FORMAT, (void *)mMixerBufferFormat);
302 AudioMixer::MIXER_FORMAT, (void *)mMixerBufferFormat);
416 if (format.mFormat != mMixerBufferFormat) { // sink format not the same as mixer format
417 memcpy_by_audio_format(buffer, format.mFormat, mMixerBuffer, mMixerBufferFormat,
Threads.h 630 audio_format_t mMixerBufferFormat;
    [all...]
Threads.cpp     [all...]

Completed in 929 milliseconds