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

/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
H A Dstatscollector.cc554 : session_(session), stats_gathering_started_(0) {
652 if (stats_gathering_started_ != 0 &&
653 stats_gathering_started_ + kMinGatherStatsPeriod > time_now) {
656 stats_gathering_started_ = time_now;
698 report->timestamp = stats_gathering_started_;
779 report->timestamp = stats_gathering_started_;
819 report->timestamp = stats_gathering_started_;
865 channel_report->timestamp = stats_gathering_started_;
884 report->timestamp = stats_gathering_started_;
971 video_info.bw_estimations[0], stats_gathering_started_, leve
[all...]
H A Dstatscollector.h131 double stats_gathering_started_; member in class:webrtc::StatsCollector

Completed in 77 milliseconds