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

  /external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
bandwidth_estimator.c 102 bweStr->countRecPkts = 0;
229 bweStr->countRecPkts = 0;
243 bweStr->countRecPkts++;
272 if(WEBRTC_SPL_LSHIFT_W32(bweStr->countRecPkts, 10) > WEBRTC_SPL_MUL_16_16(922, numPktsExpected)) {
310 bweStr->countRecPkts = 0;
316 bweStr->countRecPkts = 0;
414 bweStr->countRecPkts = 0;
485 bweStr->countRecPkts = 0;
    [all...]
structs.h 225 WebRtc_Word16 countRecPkts; /* number of packets received since last update */

Completed in 31 milliseconds