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
254 // Return's the HAL's frame count i.e. fast mixer buffer size.
326 // ThreadBase mutex before processing the mixer and effects. This guarantees the
450 // not HAL frame size, this is for output sink (to pipe to fast mixer)
526 // Used for OffloadThread to ensure that volume and mixer state is
615 // suspend by audio policy manager is orthogonal to mixer state
    [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
153 // Whether to use fast mixer
157 // normal mixer multiplier is 1
159 // multiplier is calculated based on min & max normal mixer buffer size
161 // multiplier is calculated based on min & max normal mixer buffer size
404 " (%u mixer loops at %.1f mean ms per loop):\n"
436 case MIXER:
437 return "MIXER";
    [all...]
AudioFlinger.cpp 835 // FIXME currently returns the normal mixer's frame count to avoid confusing legacy callers;
    [all...]

Completed in 504 milliseconds