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

  /external/chromium_org/third_party/webrtc/modules/video_processing/main/source/
video_decimator.cc 27 drop_count_ = 0;
66 if (drop_count_) { // Just got here so drop to be sure.
67 drop_count_ = 0;
82 if (drop_count_ < dropVar) {
84 drop_count_++;
88 drop_count_ = 0;
video_decimator.h 48 uint32_t drop_count_; member in class:webrtc::VPMVideoDecimator
  /external/chromium_org/third_party/webrtc/modules/video_coding/main/source/
jitter_buffer.cc 144 drop_count_(0),
191 drop_count_ = rhs.drop_count_;
627 drop_count_++;
    [all...]
jitter_buffer.h 301 unsigned int drop_count_; // Frame drop counter. member in class:webrtc::VCMJitterBuffer
  /external/chromium_org/v8/src/
hydrogen-instructions.h 2061 int drop_count_; member in class:V8_FINAL
    [all...]

Completed in 759 milliseconds