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

  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
statscollector.h 69 void UpdateStats(PeerConnectionInterface::StatsOutputLevel level);
71 // Gets a StatsReports of the last collected stats. Note that UpdateStats must
90 // Method used by the unittest to force a update of stats since UpdateStats()
statscollector_unittest.cc 538 stats->UpdateStats(PeerConnectionInterface::kStatsOutputLevelStandard);
626 stats.UpdateStats(PeerConnectionInterface::kStatsOutputLevelStandard);
694 stats.UpdateStats(PeerConnectionInterface::kStatsOutputLevelStandard);
734 stats.UpdateStats(PeerConnectionInterface::kStatsOutputLevelStandard);
751 stats.UpdateStats(PeerConnectionInterface::kStatsOutputLevelStandard);
765 stats.UpdateStats(PeerConnectionInterface::kStatsOutputLevelStandard);
766 stats.UpdateStats(PeerConnectionInterface::kStatsOutputLevelStandard);
777 // without calling StatsCollector::UpdateStats.
801 // when StatsCollector::UpdateStats is called with ssrc stats.
    [all...]
peerconnection.cc 461 stats_->UpdateStats(level);
592 stats_->UpdateStats(kStatsOutputLevelStandard);
615 stats_->UpdateStats(kStatsOutputLevelStandard);
707 stats_->UpdateStats(kStatsOutputLevelStandard);
statscollector.cc 647 StatsCollector::UpdateStats(PeerConnectionInterface::StatsOutputLevel level) {
649 // Calls to UpdateStats() that occur less than kMinGatherStatsPeriod number of
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/media/base/
videocapturer.h 359 void UpdateStats(const CapturedFrame* captured_frame);
videocapturer.cc 548 UpdateStats(captured_frame);
722 void VideoCapturer::UpdateStats(const CapturedFrame* captured_frame) {
  /external/openfst/src/include/fst/
replace-util.h 174 void UpdateStats(Label j);
319 void ReplaceUtil<Arc>::UpdateStats(Label j) {
321 FSTERROR() << "ReplaceUtil::UpdateStats: stats not available";
495 UpdateStats(j);
515 UpdateStats(j);
  /external/chromium_org/third_party/leveldatabase/src/db/
version_set.h 79 bool UpdateStats(const GetStats& stats);
version_set.cc 422 bool Version::UpdateStats(const GetStats& stats) {
468 return UpdateStats(state.stats);
    [all...]
db_impl.cc     [all...]
  /external/chromium_org/content/browser/gpu/
gpu_data_manager_impl_private.cc 107 void UpdateStats(const gpu::GPUInfo& gpu_info,
552 UpdateStats(gpu_info_, gpu_blacklist_.get(), features);
    [all...]

Completed in 3386 milliseconds