Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/source/
Disac.c1571 int frameSizeMs, in WebRtcIsac_ControlBwe() argument
1588 if ((frameSizeMs != 30) && in WebRtcIsac_ControlBwe()
1616 if (frameSizeMs != 0) { in WebRtcIsac_ControlBwe()
1617 if ((frameSizeMs == 30) || (frameSizeMs == 60)) { in WebRtcIsac_ControlBwe()
1619 (int16_t)((FS / 1000) * frameSizeMs); in WebRtcIsac_ControlBwe()
2210 int16_t frameSizeMs = instLB->ISACencLB_obj.new_framelength / in WebRtcIsac_SetEncSampRate() local
2248 (instISAC->bandwidthKHz == isac8kHz) ? frameSizeMs:FRAMESIZE); in WebRtcIsac_SetEncSampRate()
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
Disacfix.c1150 int frameSizeMs, in WebRtcIsacfix_ControlBwe() argument
1183 if ((frameSizeMs == 30) || (frameSizeMs == 60)) { in WebRtcIsacfix_ControlBwe()
1184 ISAC_inst->ISACenc_obj.new_framelength = (int16_t)((FS/1000) * frameSizeMs); in WebRtcIsacfix_ControlBwe()
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/include/
Disacfix.h404 int frameSizeMs,
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/include/
Disac.h298 int frameSizeMs,