OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:countRecPkts
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
bandwidth_estimator.c
104
bweStr->
countRecPkts
= 0;
235
bweStr->
countRecPkts
= 0;
249
bweStr->
countRecPkts
++;
278
if ((int32_t)bweStr->
countRecPkts
<< 10 > 922 * numPktsExpected) {
316
bweStr->
countRecPkts
= 0;
322
bweStr->
countRecPkts
= 0;
419
bweStr->
countRecPkts
= 0;
489
bweStr->
countRecPkts
= 0;
[
all
...]
structs.h
227
int16_t
countRecPkts
; /* number of packets received since last update */
Completed in 106 milliseconds