Searched defs:kSampleContinuityThreshold (Results 1 - 1 of 1) sorted by relevance

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

Completed in 47 milliseconds