Searched refs:updateBufferStats (Results 1 – 1 of 1) sorted by relevance
45 static bool updateBufferStats(bufferStats *stats, int64_t diff_in_nano, int expectedBufferPeriod);357 bool outlier = updateBufferStats(stats, callbackDuration, expectedBufferPeriod); in collectBufferPeriod()399 static bool updateBufferStats(bufferStats *stats, int64_t diff_in_nano, int expectedBufferPeriod) { in updateBufferStats() function