Home
last modified time | relevance | path

Searched refs:new_framelength (Results 1 – 7 of 7) sorted by relevance

/external/webrtc/src/modules/audio_coding/codecs/isac/main/source/
Disac.c148 instISAC->instLB.ISACencLB_obj.new_framelength = 480; in UpdateBottleneck()
344 instLB->ISACencLB_obj.new_framelength = 480; in EncoderInitLb()
346 instLB->ISACencLB_obj.new_framelength = INITIAL_FRAMESAMPLES; in EncoderInitLb()
1424 instISAC->ISACencLB_obj.new_framelength = (FS / 1000) * frameSize; in ControlLb()
1599 instISAC->instLB.ISACencLB_obj.new_framelength = (FS / 1000) * in WebRtcIsac_ControlBwe()
1802 return (instISAC->instLB.ISACencLB_obj.new_framelength); in WebRtcIsac_GetNewFrameLen()
1804 return ((instISAC->instLB.ISACencLB_obj.new_framelength) << 1); in WebRtcIsac_GetNewFrameLen()
2188 WebRtc_Word16 frameSizeMs = instLB->ISACencLB_obj.new_framelength / in WebRtcIsac_SetEncSampRate()
2230 instLB->ISACencLB_obj.new_framelength = FRAMESAMPLES; in WebRtcIsac_SetEncSampRate()
Dbandwidth_estimator.h165 int new_framelength);
Dstructs.h328 WebRtc_Word16 new_framelength; member
Dencode.c218 ISACencLB_obj->current_framesamples = ISACencLB_obj->new_framelength; in WebRtcIsac_EncodeLb()
257 ISACencLB_obj->new_framelength = WebRtcIsac_GetNewFrameLength( in WebRtcIsac_EncodeLb()
517 ISACencLB_obj->new_framelength = in WebRtcIsac_EncodeLb()
/external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
Disacfix.c222 ISAC_inst->ISACenc_obj.new_framelength = INITIAL_FRAMESAMPLES; in WebRtcIsacfix_EncoderInit()
225 ISAC_inst->ISACenc_obj.new_framelength = 480; /* default for I-mode */ in WebRtcIsacfix_EncoderInit()
1106 ISAC_inst->ISACenc_obj.new_framelength = (FS/1000) * framesize; in WebRtcIsacfix_Control()
1175 ISAC_inst->ISACenc_obj.new_framelength = (FS/1000) * frameSizeMs; in WebRtcIsacfix_ControlBwe()
1410 return ISAC_inst->ISACenc_obj.new_framelength; in WebRtcIsacfix_GetNewFrameLen()
Dencode.c69 ISACenc_obj->current_framesamples = ISACenc_obj->new_framelength; in WebRtcIsacfix_EncodeImpl()
109 ISACenc_obj->new_framelength = WebRtcIsacfix_GetNewFrameLength(ISACenc_obj->BottleNeck, in WebRtcIsacfix_EncodeImpl()
410 ISACenc_obj->new_framelength = WebRtcIsacfix_GetNewFrameLength(ISACenc_obj->BottleNeck, in WebRtcIsacfix_EncodeImpl()
Dstructs.h320 WebRtc_Word16 new_framelength; member