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

  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
statscollector.h 74 void UpdateStats(PeerConnectionInterface::StatsOutputLevel level);
76 // Gets a StatsReports of the last collected stats. Note that UpdateStats must
statscollector_unittest.cc 560 stats.UpdateStats(PeerConnectionInterface::kStatsOutputLevelStandard);
629 stats.UpdateStats(PeerConnectionInterface::kStatsOutputLevelStandard);
669 stats.UpdateStats(PeerConnectionInterface::kStatsOutputLevelStandard);
685 stats.UpdateStats(PeerConnectionInterface::kStatsOutputLevelStandard);
700 stats.UpdateStats(PeerConnectionInterface::kStatsOutputLevelStandard);
701 stats.UpdateStats(PeerConnectionInterface::kStatsOutputLevelStandard);
712 // without calling StatsCollector::UpdateStats.
739 // when StatsCollector::UpdateStats is called with ssrc stats.
768 stats.UpdateStats(PeerConnectionInterface::kStatsOutputLevelStandard);
    [all...]
peerconnection.cc 454 stats_.UpdateStats(level);
537 stats_.UpdateStats(kStatsOutputLevelStandard);
560 stats_.UpdateStats(kStatsOutputLevelStandard);
652 stats_.UpdateStats(kStatsOutputLevelStandard);
statscollector.cc 610 StatsCollector::UpdateStats(PeerConnectionInterface::StatsOutputLevel level) {
612 // Calls to UpdateStats() that occur less than kMinGatherStatsPeriod number of
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/media/base/
videocapturer.h 352 void UpdateStats(const CapturedFrame* captured_frame);
videocapturer.cc 535 UpdateStats(captured_frame);
711 void VideoCapturer::UpdateStats(const CapturedFrame* captured_frame) {
  /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,
604 UpdateStats(gpu_info_, gpu_blacklist_.get(), features);
    [all...]

Completed in 547 milliseconds