Home
last modified time | relevance | path

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

/external/chromium_org/third_party/libjingle/source/talk/media/base/
Dvideocapturer.cc105 effect_frame_drops_data_(kMaxAccumulatorSize), in VideoCapturer()
113 effect_frame_drops_data_(kMaxAccumulatorSize), in VideoCapturer()
342 GetVariableSnapshot(effect_frame_drops_data_, effect_drops_stats); in GetStats()
347 effect_frame_drops_data_.Reset(); in GetStats()
735 effect_frame_drops_data_.AddSample(effect_frame_drops_); in UpdateStats()
Dvideocapturer.h396 rtc::RollingAccumulator<int> effect_frame_drops_data_; variable