OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CentralTendencyStatistics
(Results
1 - 7
of
7
) sorted by null
/frameworks/av/media/libcpustats/
CentralTendencyStatistics.cpp
19
#include <cpustats/
CentralTendencyStatistics
.h>
21
void
CentralTendencyStatistics
::sample(double x)
38
void
CentralTendencyStatistics
::reset()
52
double
CentralTendencyStatistics
::variance() const
70
double
CentralTendencyStatistics
::stddev() const
Android.mk
6
CentralTendencyStatistics
.cpp \
/frameworks/av/include/cpustats/
CentralTendencyStatistics.h
23
class
CentralTendencyStatistics
{
27
CentralTendencyStatistics
() :
31
~
CentralTendencyStatistics
() { }
/frameworks/av/services/audioflinger/
FastMixerDumpState.cpp
22
#include <cpustats/
CentralTendencyStatistics
.h>
88
CentralTendencyStatistics
wall, loadNs;
90
CentralTendencyStatistics
kHz, loadMHz;
148
CentralTendencyStatistics
left, right;
FastMixer.cpp
35
#include <cpustats/
CentralTendencyStatistics
.h>
Threads.cpp
70
#include <cpustats/
CentralTendencyStatistics
.h>
327
CentralTendencyStatistics
mWcStats; // statistics on thread CPU usage in wall clock ns
329
CentralTendencyStatistics
mHzStats; // statistics on thread CPU usage in cycles
[
all
...]
/frameworks/wilhelm/tests/examples/
slesTestDecodeAac.cpp
59
#include <cpustats/
CentralTendencyStatistics
.h>
115
CentralTendencyStatistics
frameStats;
[
all
...]
Completed in 104 milliseconds