OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:rollingaccumulator
(Results
1 - 11
of
11
) sorted by null
/external/chromium_org/third_party/libjingle/source/talk/base/
rollingaccumulator_unittest.cc
29
#include "talk/base/
rollingaccumulator
.h"
40
RollingAccumulator
<int> accum(10);
50
RollingAccumulator
<int> accum(10);
65
RollingAccumulator
<int> accum(10);
80
RollingAccumulator
<int> accum(10);
105
RollingAccumulator
<double> accum(10);
120
RollingAccumulator
<int> accum(10);
rollingaccumulator.h
37
//
RollingAccumulator
stores and reports statistics
42
class
RollingAccumulator
{
44
explicit
RollingAccumulator
(size_t max_count)
48
~
RollingAccumulator
() {
184
DISALLOW_COPY_AND_ASSIGN(
RollingAccumulator
);
bandwidthsmoother.h
31
#include "talk/base/
rollingaccumulator
.h"
70
RollingAccumulator
<int> accumulator_;
/external/chromium_org/third_party/webrtc/base/
rollingaccumulator_unittest.cc
12
#include "webrtc/base/
rollingaccumulator
.h"
23
RollingAccumulator
<int> accum(10);
33
RollingAccumulator
<int> accum(10);
48
RollingAccumulator
<int> accum(10);
63
RollingAccumulator
<int> accum(10);
88
RollingAccumulator
<double> accum(10);
103
RollingAccumulator
<int> accum(10);
rollingaccumulator.h
20
//
RollingAccumulator
stores and reports statistics
25
class
RollingAccumulator
{
27
explicit
RollingAccumulator
(size_t max_count)
31
~
RollingAccumulator
() {
167
DISALLOW_COPY_AND_ASSIGN(
RollingAccumulator
);
bandwidthsmoother.h
14
#include "webrtc/base/
rollingaccumulator
.h"
53
RollingAccumulator
<int> accumulator_;
BUILD.gn
312
"
rollingaccumulator
.h",
492
"
rollingaccumulator
.h",
base.gyp
205
'
rollingaccumulator
.h',
414
'
rollingaccumulator
.h',
/external/chromium_org/third_party/libjingle/source/talk/media/base/
videocapturer.h
37
#include "talk/base/
rollingaccumulator
.h"
355
//
RollingAccumulator
into stats.
358
const talk_base::
RollingAccumulator
<T>& data,
386
talk_base::
RollingAccumulator
<int> adapt_frame_drops_data_;
388
talk_base::
RollingAccumulator
<int> effect_frame_drops_data_;
390
talk_base::
RollingAccumulator
<double> frame_time_data_;
videocapturer.cc
734
const talk_base::
RollingAccumulator
<T>& data,
/external/chromium_org/third_party/libjingle/source/talk/
libjingle.gyp
437
'base/
rollingaccumulator
.h',
[
all
...]
Completed in 402 milliseconds