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 61 mMixerBuffer(NULL),
126 free(mMixerBuffer);
190 (void *)mMixerBuffer);
258 free(mMixerBuffer);
259 mMixerBuffer = NULL;
275 (void)posix_memalign(&mMixerBuffer, 32, mMixerBufferSize);
371 ALOG_ASSERT(mMixerBuffer != NULL);
461 if ((command & FastMixerState::WRITE) && (mOutputSink != NULL) && (mMixerBuffer != NULL)) {
463 memset(mMixerBuffer, 0, mMixerBufferSize);
468 mono_blend(mMixerBuffer, mMixerBufferFormat, Format_channelCount(mFormat), frameCount
    [all...]
FastMixer.h 86 void* mMixerBuffer; // mixer output buffer.
Threads.cpp     [all...]
Threads.h     [all...]

Completed in 1763 milliseconds