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

  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
bandwidth_estimator.c 81 bweStr->prevRtpRate = 1;
241 bweStr->prevRtpRate = recRtpRate;
353 if ((bweStr->prevRtpRate > (int32_t)bweStr->recBwAvg >> 5) &&
505 bweStr->prevRtpRate = recRtpRate;
    [all...]
structs.h 199 uint16_t prevRtpRate; /* rate of previous packet, derived from RTP timestamps (in bits/s) */

Completed in 500 milliseconds