Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/include/
Disacfix.h572 int16_t* rateIndex);
588 int16_t rateIndex);
607 int16_t* rateIndex);
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
Disacfix.c1212 int16_t* rateIndex) in WebRtcIsacfix_GetDownLinkBwIndex() argument
1220 *rateIndex = WebRtcIsacfix_GetDownlinkBwIndexImpl(&ISAC_inst->bwestimator_obj); in WebRtcIsacfix_GetDownLinkBwIndex()
1239 int16_t rateIndex) in WebRtcIsacfix_UpdateUplinkBw() argument
1248 err = WebRtcIsacfix_UpdateUplinkBwRec(&ISAC_inst->bwestimator_obj, rateIndex); in WebRtcIsacfix_UpdateUplinkBw()
1311 int16_t* rateIndex) in WebRtcIsacfix_ReadBwIndex() argument
1332 err = WebRtcIsacfix_DecodeSendBandwidth(&streamdata, rateIndex); in WebRtcIsacfix_ReadBwIndex()