Home
last modified time | relevance | path

Searched refs:bottleneck_bits_per_second (Results 1 – 6 of 6) sorted by relevance

/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
Disac_fix_type.h98 int bottleneck_bits_per_second) { in SetInitialBweBottleneck() argument
99 WebRtcIsacfix_SetInitialBweBottleneck(inst, bottleneck_bits_per_second); in SetInitialBweBottleneck()
Disacfix.c1118 int bottleneck_bits_per_second) { in WebRtcIsacfix_SetInitialBweBottleneck() argument
1120 assert(bottleneck_bits_per_second >= 10000 && in WebRtcIsacfix_SetInitialBweBottleneck()
1121 bottleneck_bits_per_second <= 32000); in WebRtcIsacfix_SetInitialBweBottleneck()
1122 inst->bwestimator_obj.sendBwAvg = ((uint32_t)bottleneck_bits_per_second) << 7; in WebRtcIsacfix_SetInitialBweBottleneck()
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/source/
Disac_float_type.h95 int bottleneck_bits_per_second) { in SetInitialBweBottleneck()
96 WebRtcIsac_SetInitialBweBottleneck(inst, bottleneck_bits_per_second); in SetInitialBweBottleneck()
Disac.c1540 int bottleneck_bits_per_second) { in WebRtcIsac_SetInitialBweBottleneck() argument
1542 assert(bottleneck_bits_per_second >= 10000 && in WebRtcIsac_SetInitialBweBottleneck()
1543 bottleneck_bits_per_second <= 32000); in WebRtcIsac_SetInitialBweBottleneck()
1544 instISAC->bwestimator_obj.send_bw_avg = (float)bottleneck_bits_per_second; in WebRtcIsac_SetInitialBweBottleneck()
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/include/
Disacfix.h378 int bottleneck_bits_per_second);
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/include/
Disac.h268 int bottleneck_bits_per_second);