Home
last modified time | relevance | path

Searched refs:mMedian (Results 1 – 2 of 2) sorted by relevance

/frameworks/av/include/cpustats/
DCentralTendencyStatistics.h28 mMean(NAN), mMedian(NAN), mMinimum(INFINITY), mMaximum(-INFINITY), mN(0), mM2(0), in CentralTendencyStatistics()
59 double mMedian; variable
/frameworks/av/media/libcpustats/
DCentralTendencyStatistics.cpp41 mMedian = NAN; in reset()