Searched refs:frame_time_data_ (Results 1 – 2 of 2) sorted by relevance
103 frame_time_data_(kMaxAccumulatorSize), in VideoCapturer()111 frame_time_data_(kMaxAccumulatorSize), in VideoCapturer()336 GetVariableSnapshot(frame_time_data_, frame_time_stats); in GetStats()340 frame_time_data_.Reset(); in GetStats()712 frame_time_data_.AddSample(time_now - previous_frame_time_); in UpdateStats()
373 rtc::RollingAccumulator<double> frame_time_data_; variable