HomeSort by relevance Sort by last modified time
    Searched refs:adapt_frame_drops_data_ (Results 1 - 2 of 2) sorted by null

  /external/webrtc/talk/media/base/
videocapturer.cc 102 adapt_frame_drops_data_(kMaxAccumulatorSize),
110 adapt_frame_drops_data_(kMaxAccumulatorSize),
335 GetVariableSnapshot(adapt_frame_drops_data_, adapt_drops_stats);
339 adapt_frame_drops_data_.Reset();
711 adapt_frame_drops_data_.AddSample(adapt_frame_drops_);
videocapturer.h 371 rtc::RollingAccumulator<int> adapt_frame_drops_data_; member in class:cricket::VideoCapturer

Completed in 62 milliseconds