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

  /external/chromium_org/chrome/browser/net/
evicted_domain_cookie_counter_unittest.cc 55 void InitCounter(size_t max_size, size_t purge_count);
126 void EvictedDomainCookieCounterTest::InitCounter(size_t max_size,
224 InitCounter(10, 4);
250 InitCounter(10, 4);
273 InitCounter(10, 4);
297 InitCounter(4, 2); // Reduced capacity.
326 InitCounter(9, 3);
362 InitCounter(5, 1);
  /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/fix/source/
bandwidth_estimator.c 848 if (State->InitCounter > 0) {
849 if (State->InitCounter-- <= INIT_BURST_LEN) {
    [all...]
structs.h 263 int16_t InitCounter;
  /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/main/source/
bandwidth_estimator.c 805 if (State->InitCounter > 0)
807 if (State->InitCounter-- <= INIT_BURST_LEN)
919 State->InitCounter = 0;
937 State->InitCounter = INIT_BURST_LEN + 10; /* packets */
structs.h 238 int InitCounter;
  /external/webrtc/src/modules/audio_coding/codecs/isac/main/source/
bandwidth_estimator.c 805 if (State->InitCounter > 0)
807 if (State->InitCounter-- <= INIT_BURST_LEN)
919 State->InitCounter = 0;
937 State->InitCounter = INIT_BURST_LEN + 10; /* packets */
structs.h 239 int InitCounter;
  /external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
bandwidth_estimator.c 847 if (State->InitCounter > 0) {
848 if (State->InitCounter-- <= INIT_BURST_LEN) {
    [all...]
structs.h 262 WebRtc_Word16 InitCounter;

Completed in 324 milliseconds