HomeSort by relevance Sort by last modified time
    Searched refs:mPeakTimestamps (Results 1 - 2 of 2) sorted by null

  /frameworks/av/media/libnbaio/include/media/nbaio/
PerformanceAnalysis.h 64 // writes timestamps of significant changes to mPeakTimestamps
91 std::deque<timestamp> mPeakTimestamps;
  /frameworks/av/media/libnbaio/
PerformanceAnalysis.cpp 207 mPeakTimestamps.emplace_back(it->second);
209 if (mPeakTimestamps.size() >= kPeakSeriesSize) {
210 mPeakTimestamps.pop_front();

Completed in 129 milliseconds