Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/source/
Disac.c149 instISAC->instLB.ISACencLB_obj.new_framelength = 480; in UpdateBottleneck()
355 instLB->ISACencLB_obj.new_framelength = 480; in EncoderInitLb()
357 instLB->ISACencLB_obj.new_framelength = INITIAL_FRAMESAMPLES; in EncoderInitLb()
1436 instISAC->ISACencLB_obj.new_framelength = (FS / 1000) * frameSize; in ControlLb()
1618 instISAC->instLB.ISACencLB_obj.new_framelength = in WebRtcIsac_ControlBwe()
1822 return (instISAC->instLB.ISACencLB_obj.new_framelength); in WebRtcIsac_GetNewFrameLen()
1824 return ((instISAC->instLB.ISACencLB_obj.new_framelength) * 2); in WebRtcIsac_GetNewFrameLen()
2210 int16_t frameSizeMs = instLB->ISACencLB_obj.new_framelength / in WebRtcIsac_SetEncSampRate()
2254 instLB->ISACencLB_obj.new_framelength = FRAMESAMPLES; in WebRtcIsac_SetEncSampRate()
Dbandwidth_estimator.h172 int new_framelength);
Dstructs.h330 int16_t new_framelength; member
Dencode.c219 ISACencLB_obj->current_framesamples = ISACencLB_obj->new_framelength; in WebRtcIsac_EncodeLb()
258 ISACencLB_obj->new_framelength = WebRtcIsac_GetNewFrameLength( in WebRtcIsac_EncodeLb()
519 ISACencLB_obj->new_framelength = in WebRtcIsac_EncodeLb()
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
Disacfix.c303 ISAC_inst->ISACenc_obj.new_framelength = INITIAL_FRAMESAMPLES; in WebRtcIsacfix_EncoderInit()
306 ISAC_inst->ISACenc_obj.new_framelength = 480; /* default for I-mode */ in WebRtcIsacfix_EncoderInit()
1108 ISAC_inst->ISACenc_obj.new_framelength = (int16_t)((FS/1000) * framesize); in WebRtcIsacfix_Control()
1184 ISAC_inst->ISACenc_obj.new_framelength = (int16_t)((FS/1000) * frameSizeMs); in WebRtcIsacfix_ControlBwe()
1400 return ISAC_inst->ISACenc_obj.new_framelength; in WebRtcIsacfix_GetNewFrameLen()
Dencode.c72 ISACenc_obj->current_framesamples = ISACenc_obj->new_framelength; in WebRtcIsacfix_EncodeImpl()
112 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()
Dstructs.h320 int16_t new_framelength; member