HomeSort by relevance Sort by last modified time
    Searched full:nanoslate (Results 1 - 1 of 1) sorted by null

  /frameworks/av/media/libaaudio/src/client/
IsochronousClockModel.cpp 138 int64_t nanosLate = convertDeltaPositionToTime(mFramesPerBurst); // uses mSampleRate
139 mMaxLatenessInNanos = (nanosLate > MIN_LATENESS_NANOS) ? nanosLate : MIN_LATENESS_NANOS;

Completed in 109 milliseconds