Home
last modified time | relevance | path

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

/frameworks/av/media/libnblog/
DReportPerformance.cpp222 const std::deque<timestamp> &peakTimestamps, in writeToFile() argument
227 if (outlierData.empty() && hists.empty() && peakTimestamps.empty()) { in writeToFile()
296 for (auto peak = peakTimestamps.begin(); peak != peakTimestamps.end(); ++peak) { in writeToFile()
298 if (std::next(peak) != end(peakTimestamps)) { in writeToFile()
/frameworks/av/media/libnblog/include/media/nblog/
DReportPerformance.h76 const std::deque<timestamp> &peakTimestamps,
/frameworks/av/include/media/nblog/
DReportPerformance.h76 const std::deque<timestamp> &peakTimestamps,