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

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

Completed in 9 milliseconds