HomeSort by relevance Sort by last modified time
    Searched refs:statistics_ (Results 1 - 8 of 8) sorted by null

  /external/webrtc/webrtc/modules/audio_coding/neteq/
expand_unittest.cc 81 &statistics_,
107 FakeStatisticsCalculator statistics_; member in class:webrtc::ExpandTest
122 EXPECT_EQ(0, statistics_.last_outage_duration_ms());
128 statistics_.last_outage_duration_ms());
142 EXPECT_EQ(0, statistics_.last_outage_duration_ms());
145 EXPECT_EQ(0, statistics_.last_outage_duration_ms());
163 EXPECT_EQ(0, statistics_.last_outage_duration_ms());
169 statistics_.last_outage_duration_ms());
expand.h 133 StatisticsCalculator* const statistics_;
expand.cc 42 statistics_(statistics),
319 statistics_->LogDelayedPacketOutageEvent(
    [all...]
  /external/google-benchmark/src/
benchmark_register.cc 161 instance.statistics = &family->statistics_;
418 statistics_.emplace_back(name, statistics);
  /external/libcxx/utils/google-benchmark/src/
benchmark_register.cc 161 instance.statistics = &family->statistics_;
418 statistics_.emplace_back(name, statistics);
  /external/webrtc/webrtc/modules/rtp_rtcp/source/
rtp_sender.cc 98 statistics_ = stats;
102 BitrateStatistics statistics() const { return statistics_; }
105 BitrateStatistics statistics_; member in class:webrtc::BitrateAggregator::BitrateObserver
    [all...]
  /external/google-benchmark/include/benchmark/
benchmark.h 844 std::vector<Statistics> statistics_; member in class:benchmark::internal::Benchmark
    [all...]
  /external/libcxx/utils/google-benchmark/include/benchmark/
benchmark.h 844 std::vector<Statistics> statistics_; member in class:benchmark::internal::Benchmark
    [all...]

Completed in 131 milliseconds