OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:InitCounter
(Results
1 - 5
of
5
) 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,
222
InitCounter
(10, 4);
248
InitCounter
(10, 4);
271
InitCounter
(10, 4);
295
InitCounter
(4, 2); // Reduced capacity.
324
InitCounter
(9, 3);
360
InitCounter
(5, 1);
/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 61 milliseconds