Searched defs:mNormalFrameCount (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/services/audioflinger/
H A DThreads.h639 virtual size_t frameCount() const { return mNormalFrameCount; }
650 size_t mNormalFrameCount; // normal mixer and effects member in class:PlaybackThread
678 // Due to constraints on mNormalFrameCount, the buffer size is a multiple of 16 frames.
681 // Size of mMixerBuffer in bytes: mNormalFrameCount * #channels * sampsize.
701 // Due to constraints on mNormalFrameCount, the buffer size is a multiple of 16 frames.
704 // Size of mEffectsBuffer in bytes: mNormalFrameCount * #channels * sampsize.

Completed in 55 milliseconds