HomeSort by relevance Sort by last modified time
    Searched full:statistics_ (Results 1 - 4 of 4) 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/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...]

Completed in 1098 milliseconds