Home
last modified time | relevance | path

Searched refs:nanosLate (Results 1 – 1 of 1) sorted by relevance

/frameworks/av/media/libaaudio/src/client/
DIsochronousClockModel.cpp142 int64_t nanosLate = convertDeltaPositionToTime(mFramesPerBurst); // uses mSampleRate in update() local
143 mMaxLatenessInNanos = (nanosLate > MIN_LATENESS_NANOS) ? nanosLate : MIN_LATENESS_NANOS; in update()