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

  /frameworks/av/services/audioflinger/
FastMixerState.h 55 static const unsigned kMaxFastTracks = 8; // must be between 2 and 32 inclusive
58 FastTrack mFastTracks[kMaxFastTracks];
FastMixer.h 105 FastTrackDump mTracks[FastMixerState::kMaxFastTracks];
FastMixer.cpp 51 int fastTrackNames[FastMixerState::kMaxFastTracks]; // handles used by mixer to identify tracks
52 int generations[FastMixerState::kMaxFastTracks]; // last observed mFastTracks[i].mGeneration
54 for (i = 0; i < FastMixerState::kMaxFastTracks; ++i) {
221 mixer = new AudioMixer(frameCount, sampleRate, FastMixerState::kMaxFastTracks);
237 for (i = 0; i < FastMixerState::kMaxFastTracks; ++i) {
    [all...]
AudioFlinger.h     [all...]
AudioFlinger.cpp     [all...]

Completed in 1079 milliseconds