OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Statistic
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/chrome/browser/media/
webrtc_browsertest_perf.cc
12
static std::string
Statistic
(const std::string&
statistic
,
16
// specified
statistic
. Buckets can be for instance ssrc_1212344, bweforvideo,
20
statistic
.c_str());
26
if (!pc_dict.GetString(
Statistic
("audioOutputLevel", ssrc), &value)) {
31
EXPECT_TRUE(pc_dict.GetString(
Statistic
("bytesReceived", ssrc), &value));
33
EXPECT_TRUE(pc_dict.GetString(
Statistic
("packetsLost", ssrc), &value));
42
if (!pc_dict.GetString(
Statistic
("audioInputLevel", ssrc), &value)) {
47
EXPECT_TRUE(pc_dict.GetString(
Statistic
("bytesSent", ssrc), &value));
49
EXPECT_TRUE(pc_dict.GetString(
Statistic
("googJitterReceived", ssrc), &value))
[
all
...]
/external/llvm/include/llvm/ADT/
Statistic.h
1
//===-- llvm/ADT/
Statistic
.h - Easy way to expose stats ---------*- C++ -*-===//
10
// This file defines the '
Statistic
' class, which is designed to be an easy way
18
// static
Statistic
NumInstsKilled("gcse", "Number of instructions killed");
35
class
Statistic
{
56
const
Statistic
&operator=(unsigned Val) {
61
const
Statistic
&operator++() {
77
const
Statistic
&operator--() {
89
const
Statistic
&operator+=(const unsigned &V) {
95
const
Statistic
&operator-=(const unsigned &V) {
101
const
Statistic
&operator*=(const unsigned &V)
[
all
...]
/external/webrtc/src/modules/audio_processing/interface/
audio_processing.h
212
struct
Statistic
{
302
// Each
statistic
is reported in dB.
310
AudioProcessing::
Statistic
residual_echo_return_loss;
313
AudioProcessing::
Statistic
echo_return_loss;
316
AudioProcessing::
Statistic
echo_return_loss_enhancement;
319
AudioProcessing::
Statistic
a_nlp;
Completed in 62 milliseconds