Home
last modified time | relevance | path

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

/frameworks/av/media/libnblog/
DPerformanceAnalysis.cpp177 static constexpr double exponentialWeight = 0.999; in logTsEntry() local
180 exponentialWeight * mBufferPeriod.mMean + (1.0 - exponentialWeight) * diffMs; in logTsEntry()