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

  /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/main/source/
bandwidth_estimator.h 165 int new_framelength);
isac.c 149 instISAC->instLB.ISACencLB_obj.new_framelength = 480;
351 instLB->ISACencLB_obj.new_framelength = 480;
353 instLB->ISACencLB_obj.new_framelength = INITIAL_FRAMESAMPLES;
    [all...]
structs.h 327 int16_t new_framelength; member in struct:__anon20399
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/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:__anon38035
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/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/fix/source/
isacfix.c 264 ISAC_inst->ISACenc_obj.new_framelength = INITIAL_FRAMESAMPLES;
267 ISAC_inst->ISACenc_obj.new_framelength = 480; /* default for I-mode */
    [all...]
encode.c 72 ISACenc_obj->current_framesamples = ISACenc_obj->new_framelength;
112 ISACenc_obj->new_framelength = WebRtcIsacfix_GetNewFrameLength(ISACenc_obj->BottleNeck,
413 ISACenc_obj->new_framelength = WebRtcIsacfix_GetNewFrameLength(ISACenc_obj->BottleNeck,
structs.h 321 int16_t new_framelength; member in struct:__anon20380
  /external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
isacfix.c 222 ISAC_inst->ISACenc_obj.new_framelength = INITIAL_FRAMESAMPLES;
225 ISAC_inst->ISACenc_obj.new_framelength = 480; /* default for I-mode */
    [all...]
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,
structs.h 320 WebRtc_Word16 new_framelength; member in struct:__anon38015

Completed in 289 milliseconds