HomeSort by relevance Sort by last modified time
    Searched defs:low_limit (Results 1 - 2 of 2) sorted by null

  /external/webrtc/webrtc/modules/audio_coding/neteq/
decision_logic_normal.cc 135 int low_limit, high_limit; local
136 delay_manager_->BufferLimits(&low_limit, &high_limit);
142 if (buffer_level_filter_->filtered_current_level() < low_limit)
  /external/v8/src/
api.cc 513 const uint64_t low_limit = 512ul * i::MB; local
517 const uint64_t low_limit = 512ul * i::MB;
522 if (physical_memory <= low_limit) {
    [all...]

Completed in 103 milliseconds