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

  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/source/
bandwidth_estimator.c 609 float MaxDelay;
630 MaxDelay = (float)WebRtcIsac_GetDownlinkMaxDelay(bwest_str);
633 MAX_ISAC_MD - MaxDelay) > (MaxDelay - (1.f-weight) *
structs.h 454 double MaxDelay;
isac.c 449 instISAC->MaxDelay = 10.0;
647 instISAC->MaxDelay = (double)WebRtcIsac_GetUplinkMaxDelay(
654 instISAC->MaxDelay, instISAC->bandwidthKHz);
    [all...]
  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
structs.h 319 int16_t MaxDelay;
encode.c 109 ISACenc_obj->MaxDelay = WebRtcIsacfix_GetUplinkMaxDelay(bw_estimatordata);
430 ISACenc_obj->current_framesamples, ISACenc_obj->BottleNeck, ISACenc_obj->MaxDelay);
isacfix.c 325 ISAC_inst->ISACenc_obj.MaxDelay = 10; /* default for I-mode */
    [all...]
  /external/webrtc/webrtc/modules/remote_bitrate_estimator/test/
bwe_test_framework_unittest.cc 721 TEST_F(BweTestFramework_ChokeFilterTest, MaxDelay) {
    [all...]

Completed in 672 milliseconds