OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kLongTermHistsCapacity
(Results
1 - 2
of
2
) sorted by null
/frameworks/av/media/libnbaio/include/media/nbaio/
PerformanceAnalysis.h
127
static const int
kLongTermHistsCapacity
= 20; // number of long-term histogram stored in memory
/frameworks/av/media/libnbaio/
PerformanceAnalysis.cpp
145
if (mLongTermHists.size() >=
kLongTermHistsCapacity
) {
Completed in 47 milliseconds