Searched refs:drop_count_ (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/webrtc/modules/video_processing/main/source/
H A Dvideo_decimator.cc27 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;
H A Dvideo_decimator.h48 uint32_t drop_count_; member in class:webrtc::VPMVideoDecimator
/external/chromium_org/third_party/webrtc/modules/video_coding/main/source/
H A Djitter_buffer.cc143 drop_count_(0),
190 drop_count_ = rhs.drop_count_;
624 drop_count_++;
1129 drop_count_ += dropped_frames;
1186 drop_count_ +=
1189 drop_count_ +=
H A Djitter_buffer.h301 unsigned int drop_count_; // Frame drop counter. member in class:webrtc::VCMJitterBuffer
/external/chromium_org/v8/src/
H A Dhydrogen-instructions.h2073 drop_count_(drop_count) { }
2080 return entry_->arguments_pushed() ? -drop_count_ : 0;
2087 int drop_count_; member in class:v8::FINAL

Completed in 100 milliseconds