Searched refs:effect_frame_drops_data_ (Results 1 – 2 of 2) sorted by relevance
105 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()
396 rtc::RollingAccumulator<int> effect_frame_drops_data_; variable