Searched defs:kSampleContinuityThreshold (Results 1 - 1 of 1) sorted by last modified time

/frameworks/av/services/audioflinger/
H A DTracks.cpp1467 const int64_t kSampleContinuityThreshold = local
1474 if ((mTimedAudioOutputOnTime && llabs(sampleDelta) <= kSampleContinuityThreshold) ||

Completed in 52 milliseconds