Home
last modified time | relevance | path

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

/external/webrtc/modules/audio_coding/codecs/isac/fix/include/
Disacfix.h434 int16_t* rateIndex);
449 int16_t rateIndex);
467 int16_t* rateIndex);
/external/webrtc/modules/audio_coding/codecs/isac/fix/source/
Disacfix.c902 int16_t* rateIndex) in WebRtcIsacfix_GetDownLinkBwIndex() argument
910 *rateIndex = WebRtcIsacfix_GetDownlinkBwIndexImpl(&ISAC_inst->bwestimator_obj); in WebRtcIsacfix_GetDownLinkBwIndex()
929 int16_t rateIndex) in WebRtcIsacfix_UpdateUplinkBw() argument
938 err = WebRtcIsacfix_UpdateUplinkBwRec(&ISAC_inst->bwestimator_obj, rateIndex); in WebRtcIsacfix_UpdateUplinkBw()
1001 int16_t* rateIndex) in WebRtcIsacfix_ReadBwIndex() argument
1022 err = WebRtcIsacfix_DecodeSendBandwidth(&streamdata, rateIndex); in WebRtcIsacfix_ReadBwIndex()