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

  /frameworks/av/services/audioflinger/
FastMixer.cpp 59 mMixerBuffer(NULL),
120 free(mMixerBuffer);
174 free(mMixerBuffer);
175 mMixerBuffer = NULL;
186 (void)posix_memalign(&mMixerBuffer, 32, mMixerBufferSize);
223 ALOG_ASSERT(mMixerBuffer != NULL);
260 (void *)mMixerBuffer);
329 ALOG_ASSERT(mMixerBuffer != NULL);
410 if ((command & FastMixerState::WRITE) && (outputSink != NULL) && (mMixerBuffer != NULL)) {
412 memset(mMixerBuffer, 0, mMixerBufferSize)
    [all...]
FastMixer.h 71 void* mMixerBuffer; // mixer output buffer.
Threads.cpp     [all...]
Threads.h 613 // Mixer Buffer (mMixerBuffer*)
624 void* mMixerBuffer;
626 // Size of mMixerBuffer in bytes: mNormalFrameCount * #channels * sampsize.
629 // The audio format of mMixerBuffer. Set to AUDIO_FORMAT_PCM_(FLOAT|16_BIT) only.
633 // when mMixerBuffer contains valid data after mixing.
    [all...]

Completed in 1783 milliseconds