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

  /frameworks/av/services/audioflinger/
Threads.h 28 MIXER, // Thread class is MixerThread
251 // Return's the HAL's frame count i.e. fast mixer buffer size.
319 // ThreadBase mutex before processing the mixer and effects. This guarantees the
442 // not HAL frame size, this is for output sink (to pipe to fast mixer)
499 // suspend by audio policy manager is orthogonal to mixer state
650 size_t mNormalFrameCount; // normal mixer and effects
653 uint32_t mThreadThrottleTimeMs; // throttle time for MIXER threads
668 // Mixer Buffer (mMixerBuffer*)
674 // Set to "true" to enable the Mixer Buffer otherwise mixer output goes to sink buffer
    [all...]
Threads.cpp 125 // minimum sleep time for the mixer thread loop when tracks are active but in underrun
127 // maximum divider applied to the active sleep time in the mixer thread loop
147 // Whether to use fast mixer
151 // normal mixer multiplier is 1
153 // multiplier is calculated based on min & max normal mixer buffer size
155 // multiplier is calculated based on min & max normal mixer buffer size
398 " (%u mixer loops at %.1f mean ms per loop):\n"
430 case MIXER:
431 return "MIXER";
    [all...]
AudioFlinger.cpp 764 // FIXME currently returns the normal mixer's frame count to avoid confusing legacy callers;
    [all...]

Completed in 158 milliseconds