Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
Dbandwidth_estimator.h128 int16_t WebRtcIsacfix_GetNewFrameLength(int16_t bottle_neck, int16_t current_framelength);
Dencode.c112 ISACenc_obj->new_framelength = WebRtcIsacfix_GetNewFrameLength(ISACenc_obj->BottleNeck, in WebRtcIsacfix_EncodeImpl()
415 ISACenc_obj->new_framelength = WebRtcIsacfix_GetNewFrameLength(ISACenc_obj->BottleNeck, in WebRtcIsacfix_EncodeImpl()
Dbandwidth_estimator.c988 int16_t WebRtcIsacfix_GetNewFrameLength(int16_t bottle_neck, int16_t current_framesamples) in WebRtcIsacfix_GetNewFrameLength() function