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

  /external/webrtc/webrtc/modules/video_processing/
video_decimator.cc 28 drop_count_ = 0;
68 if (drop_count_) { // Just got here so drop to be sure.
69 drop_count_ = 0;
84 if (drop_count_ < dropVar) {
86 drop_count_++;
90 drop_count_ = 0;
video_decimator.h 48 uint32_t drop_count_; member in class:webrtc::VPMVideoDecimator
  /external/v8/src/crankshaft/
hydrogen-instructions.h 2046 int drop_count_; member in class:final
    [all...]

Completed in 168 milliseconds