Searched refs:mPeakTimestamps (Results 1 - 3 of 3) sorted by relevance

/frameworks/av/include/media/nblog/
H A DPerformanceAnalysis.h58 // writes timestamps of significant changes to mPeakTimestamps
80 std::deque<timestamp> mPeakTimestamps; member in class:android::ReportPerformance::PerformanceAnalysis
/frameworks/av/media/libnblog/include/media/nblog/
H A DPerformanceAnalysis.h58 // writes timestamps of significant changes to mPeakTimestamps
80 std::deque<timestamp> mPeakTimestamps; member in class:android::ReportPerformance::PerformanceAnalysis
/frameworks/av/media/libnblog/
H A DPerformanceAnalysis.cpp167 mPeakTimestamps.emplace_front(ts);
170 // match the data we have in mPeakTimestamps, but this is not an issue
173 if (mPeakTimestamps.size() >= kMaxLength.Peaks) {
174 mPeakTimestamps.resize(kMaxLength.Peaks);
364 writeToFile(curr.mHists, curr.mOutlierData, curr.mPeakTimestamps,

Completed in 277 milliseconds