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

  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/source/
bandwidth_estimator.h 172 int new_framelength);
isac.c 149 instISAC->instLB.ISACencLB_obj.new_framelength = 480;
355 instLB->ISACencLB_obj.new_framelength = 480;
357 instLB->ISACencLB_obj.new_framelength = INITIAL_FRAMESAMPLES;
    [all...]
structs.h 330 int16_t new_framelength; member in struct:__anon26466
encode.c 219 ISACencLB_obj->current_framesamples = ISACencLB_obj->new_framelength;
258 ISACencLB_obj->new_framelength = WebRtcIsac_GetNewFrameLength(
519 ISACencLB_obj->new_framelength =
    [all...]
  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
structs.h 320 int16_t new_framelength; member in struct:__anon26446
encode.c 72 ISACenc_obj->current_framesamples = ISACenc_obj->new_framelength;
112 ISACenc_obj->new_framelength = WebRtcIsacfix_GetNewFrameLength(ISACenc_obj->BottleNeck,
415 ISACenc_obj->new_framelength = WebRtcIsacfix_GetNewFrameLength(ISACenc_obj->BottleNeck,
isacfix.c 303 ISAC_inst->ISACenc_obj.new_framelength = INITIAL_FRAMESAMPLES;
306 ISAC_inst->ISACenc_obj.new_framelength = 480; /* default for I-mode */
    [all...]

Completed in 6756 milliseconds