Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
Disac_fix_type.h115 return WebRtcIsacfix_SetMaxRate(inst, max_bit_rate); in SetMaxRate()
Disacfix.c1481 int16_t WebRtcIsacfix_SetMaxRate(ISACFIX_MainStruct *ISAC_main_inst, in WebRtcIsacfix_SetMaxRate() function
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/include/
Disacfix.h499 int16_t WebRtcIsacfix_SetMaxRate(ISACFIX_MainStruct *ISAC_main_inst,
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/test/
Dkenny.cc520 err = WebRtcIsacfix_SetMaxRate(ISAC_main_inst, payloadRate); in main()