OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kShortHistSize
(Results
1 - 2
of
2
) sorted by null
/frameworks/av/media/libnbaio/include/media/nbaio/
PerformanceAnalysis.h
124
static const int
kShortHistSize
= 50; // number of samples in a short-term histogram
/frameworks/av/media/libnbaio/
PerformanceAnalysis.cpp
117
// if length of the time series has reached
kShortHistSize
samples,
119
if (mTimeStampSeries.size() >=
kShortHistSize
) {
239
// FIXME: make sure
kShortHistSize
is large enough that that data will never be lost
Completed in 51 milliseconds