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

  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
statscollector.h 88 double stats_gathering_started_; member in class:webrtc::StatsCollector
statscollector.cc 316 : session_(NULL), stats_gathering_started_(0) {
380 if (stats_gathering_started_ + kMinGatherStatsPeriod > time_now) {
383 stats_gathering_started_ = time_now;
419 if (report->timestamp != stats_gathering_started_) {
421 report->timestamp = stats_gathering_started_;
437 report.timestamp = stats_gathering_started_;
462 channel_report.timestamp = stats_gathering_started_;
477 report.timestamp = stats_gathering_started_;
545 video_info.bw_estimations[0], stats_gathering_started_, report);

Completed in 31 milliseconds