Searched defs:AddSample (Results 1 - 8 of 8) sorted by relevance

/external/webrtc/webrtc/system_wrappers/source/
H A Dmetrics_unittest.cc25 void AddSample(const std::string& name, int sample) { function in namespace:webrtc::__anon26555
86 AddSample("Name1", kSample);
87 EXPECT_DEATH(AddSample("Name2", kSample), "");
/external/webrtc/webrtc/test/
H A Dstatistics.cc19 void Statistics::AddSample(double sample) { function in class:webrtc::test::Statistics
/external/webrtc/webrtc/modules/video_coding/utility/
H A Dmoving_average.h23 void AddSample(T sample);
38 void MovingAverage<T>::AddSample(T sample) { function in class:webrtc::MovingAverage
/external/webrtc/webrtc/base/
H A Drollingaccumulator.h54 void AddSample(T sample) { function in class:rtc::RollingAccumulator
/external/v8/src/
H A Dcounters.cc28 void Histogram::AddSample(int sample) { function in class:v8::internal::Histogram
56 AddSample(static_cast<int>(sample));
H A Dcounters.h194 void AddSample(int sample);
330 void Stop() { AddSample(static_cast<int>(time_.InMicroseconds())); }
395 // Invariants that hold before and after AddSample if
404 void AddSample(double current_ms, double current_value);
418 void AggregatedMemoryHistogram<Histogram>::AddSample(double current_ms, function in class:v8::internal::AggregatedMemoryHistogram
451 backing_histogram_->AddSample(static_cast<int>(sample_value + 0.5));
H A Dd8.cc1323 void Counter::AddSample(int32_t sample) { function in class:v8::Counter
1407 counter->AddSample(sample);
/external/webrtc/webrtc/video/
H A Doveruse_frame_detector.cc79 void AddSample(float processing_ms, int64_t diff_last_sample_ms) { function in class:webrtc::OveruseFrameDetector::SendProcessingUsage
274 usage_->AddSample(elapsed_ms, diff_ms);

Completed in 267 milliseconds