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

  /frameworks/av/services/audioflinger/
Threads.cpp 109 // minimum sleep time for the mixer thread loop when tracks are active but in underrun
111 // maximum divider applied to the active sleep time in the mixer thread loop
122 // Whether to use fast mixer
126 // normal mixer multiplier is 1
128 // multiplier is calculated based on min & max normal mixer buffer size
130 // multiplier is calculated based on min & max normal mixer buffer size
289 " (%u mixer loops at %.1f mean ms per loop):\n"
638 case MIXER:
    [all...]
Threads.h 28 MIXER, // Thread class is MixerThread
304 // ThreadBase mutex before processing the mixer and effects. This guarantees the
458 // suspend by audio policy manager is orthogonal to mixer state
588 // Return's the HAL's frame count i.e. fast mixer buffer size.
600 size_t mNormalFrameCount; // normal mixer and effects
613 // Mixer Buffer (mMixerBuffer*)
619 // Set to "true" to enable the Mixer Buffer otherwise mixer output goes to sink buffer.
658 // When this is set, all mixer data is routed into the effects buffer
    [all...]
AudioFlinger.cpp 706 // FIXME currently returns the normal mixer's frame count to avoid confusing legacy callers;
    [all...]

Completed in 175 milliseconds