Home
last modified time | relevance | path

Searched refs:adapt_frame_drops_data_ (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/talk/media/base/
Dvideocapturer.cc102 adapt_frame_drops_data_(kMaxAccumulatorSize), in VideoCapturer()
110 adapt_frame_drops_data_(kMaxAccumulatorSize), in VideoCapturer()
335 GetVariableSnapshot(adapt_frame_drops_data_, adapt_drops_stats); in GetStats()
339 adapt_frame_drops_data_.Reset(); in GetStats()
711 adapt_frame_drops_data_.AddSample(adapt_frame_drops_); in UpdateStats()
Dvideocapturer.h371 rtc::RollingAccumulator<int> adapt_frame_drops_data_; variable