Home
last modified time | relevance | path

Searched refs:drop_count_ (Results 1 – 3 of 3) sorted by relevance

/external/webrtc/webrtc/modules/video_processing/
Dvideo_decimator.cc28 drop_count_ = 0; in Reset()
68 if (drop_count_) { // Just got here so drop to be sure. in DropFrame()
69 drop_count_ = 0; in DropFrame()
84 if (drop_count_ < dropVar) { in DropFrame()
86 drop_count_++; in DropFrame()
90 drop_count_ = 0; in DropFrame()
Dvideo_decimator.h48 uint32_t drop_count_; variable
/external/v8/src/crankshaft/
Dhydrogen-instructions.h1838 drop_count_(drop_count) { } in HLeaveInlined()
1845 return entry_->arguments_pushed() ? -drop_count_ : 0; in argument_delta()
1852 int drop_count_;