HomeSort by relevance Sort by last modified time
    Searched full:dropvar (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/third_party/webrtc/modules/video_processing/main/source/
video_decimator.cc 70 const uint32_t dropVar = incomingframe_rate / overshoot;
72 if (keep_count_ >= dropVar) {
81 const uint32_t dropVar = overshoot / target_frame_rate_;
82 if (drop_count_ < dropVar) {

Completed in 68 milliseconds