Home
last modified time | relevance | path

Searched refs:kBitsByteSec (Results 1 – 1 of 1) sorted by relevance

/external/webrtc/modules/audio_coding/codecs/isac/fix/source/
Dbandwidth_estimator.c44 static const int32_t kBitsByteSec = 4369000; variable
208 recRtpRate = (int16_t)((kBitsByteSec * pksize) >> 15) + in WebRtcIsacfix_UpdateUplinkBwImpl()
223 recRtpRate = (uint16_t)((kBitsByteSec * pksize) >> 14) + in WebRtcIsacfix_UpdateUplinkBwImpl()