HomeSort by relevance Sort by last modified time
    Searched full:new_framelength (Results 1 - 7 of 7) sorted by null

  /external/webrtc/src/modules/audio_coding/codecs/isac/main/source/
bandwidth_estimator.h 165 int new_framelength);
isac.c 148 instISAC->instLB.ISACencLB_obj.new_framelength = 480;
344 instLB->ISACencLB_obj.new_framelength = 480;
346 instLB->ISACencLB_obj.new_framelength = INITIAL_FRAMESAMPLES;
    [all...]
structs.h 328 WebRtc_Word16 new_framelength; member in struct:__anon30452
encode.c 218 ISACencLB_obj->current_framesamples = ISACencLB_obj->new_framelength;
257 ISACencLB_obj->new_framelength = WebRtcIsac_GetNewFrameLength(
517 ISACencLB_obj->new_framelength =
    [all...]
  /external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
structs.h 320 WebRtc_Word16 new_framelength; member in struct:__anon30432
encode.c 69 ISACenc_obj->current_framesamples = ISACenc_obj->new_framelength;
109 ISACenc_obj->new_framelength = WebRtcIsacfix_GetNewFrameLength(ISACenc_obj->BottleNeck,
410 ISACenc_obj->new_framelength = WebRtcIsacfix_GetNewFrameLength(ISACenc_obj->BottleNeck,
isacfix.c 222 ISAC_inst->ISACenc_obj.new_framelength = INITIAL_FRAMESAMPLES;
225 ISAC_inst->ISACenc_obj.new_framelength = 480; /* default for I-mode */
    [all...]

Completed in 624 milliseconds