Home
last modified time | relevance | path

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

/frameworks/av/media/libnblog/include/media/nblog/
DPerformanceAnalysis.h257 size_t Hists; // number of histograms stored in memory member
264 static constexpr MaxLength kMaxLength = {.Hists = 60, .Outliers = 12000,
/frameworks/av/media/libnblog/
DPerformanceAnalysis.cpp210 if (mHists.size() >= kMaxLength.Hists) { in logTsEntry()
211 mHists.resize(kMaxLength.Hists); in logTsEntry()