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