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

  /frameworks/av/media/libnbaio/include/media/nbaio/
PerformanceAnalysis.h 123 static const int kRecentHistsCapacity = 100; // number of short-term histograms stored in memory
  /frameworks/av/media/libnbaio/
PerformanceAnalysis.cpp 93 if (mRecentHists.size() >= kRecentHistsCapacity) {

Completed in 51 milliseconds