Home
last modified time | relevance | path

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

/frameworks/av/media/libnblog/
DPerformanceAnalysis.cpp357 for (const auto &countPair : shortHist.second) { in reportPerformance() local
358 const double ms = static_cast<double>(countPair.first) / kJiffyPerMs; in reportPerformance()
359 buckets[logRound(ms, mBufferPeriod.mMean)] += countPair.second; in reportPerformance()
360 elapsedMs += ms * countPair.second; in reportPerformance()