Searched refs:stddev (Results 1 - 5 of 5) sorted by relevance

/frameworks/native/libs/cpustats/
H A DCentralTendencyStatistics.cpp70 double CentralTendencyStatistics::stddev() const function in class:CentralTendencyStatistics
72 double stddev; local
74 stddev = sqrt(variance());
75 mStddev = stddev;
78 stddev = mStddev;
80 return stddev;
/frameworks/native/include/cpustats/
H A DCentralTendencyStatistics.h49 double stddev() const;
/frameworks/av/services/audioflinger/
H A DFastMixer.cpp726 " mean=%.2f min=%.2f max=%.2f stddev=%.2f\n",
727 wall.mean()*1e-6, wall.minimum()*1e-6, wall.maximum()*1e-6, wall.stddev()*1e-6);
729 " mean=%.0f min=%.0f max=%.0f stddev=%.0f\n",
731 loadNs.stddev()*1e-3);
734 " mean=%.0f min=%.0f max=%.0f stddev=%.0f\n",
735 kHz.mean()*1e-3, kHz.minimum()*1e-3, kHz.maximum()*1e-3, kHz.stddev()*1e-3);
737 " mean=%.1f min=%.1f max=%.1f stddev=%.1f\n",
738 loadMHz.mean(), loadMHz.minimum(), loadMHz.maximum(), loadMHz.stddev());
749 fdprintf(fd, "Distribution of mix cycle times in ms for the tails (> ~3 stddev outliers):\n"
750 " left tail: mean=%.2f min=%.2f max=%.2f stddev
[all...]
H A DAudioFlinger.cpp2496 double stddev = mWcStats.stddev(); local
2500 double stddevCycles = mHzStats.stddev();
2508 " us per mix loop: mean=%.0f stddev=%.0f min=%.0f max=%.0f\n"
2509 " %% of wall: mean=%.1f stddev=%.1f min=%.1f max=%.1f\n"
2510 " MHz: mean=%.1f, stddev=%.1f, min=%.1f max=%.1f",
2514 stddev * .001,
2518 stddev / perLoop100,
/frameworks/wilhelm/tests/examples/
H A DslesTestDecodeAac.cpp835 printf(" stddev = %.1f bytes\n", frameStats.stddev());

Completed in 135 milliseconds