Searched refs:BwEstimatorstr (Results 1 – 12 of 12) sorted by relevance
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/source/ |
D | bandwidth_estimator.h | 79 BwEstimatorstr* bwest_str, 93 BwEstimatorstr* bwest_str, 102 BwEstimatorstr* bwest_str, 108 BwEstimatorstr* bwest_str, 115 const BwEstimatorstr *bwest_str); 119 const BwEstimatorstr *bwest_str); 122 int32_t WebRtcIsac_GetUplinkBandwidth(const BwEstimatorstr* bwest_str); 126 const BwEstimatorstr *bwest_str); 130 BwEstimatorstr* bwest_str, 135 void WebRtcIsacBw_SetBandwidthInfo(BwEstimatorstr* bwest_str, [all …]
|
D | bandwidth_estimator.c | 47 BwEstimatorstr* bwest_str, in WebRtcIsac_InitBandwidthEstimator() 140 BwEstimatorstr* bwest_str, in WebRtcIsac_UpdateBandwidthEstimator() 513 BwEstimatorstr* bwest_str, in WebRtcIsac_UpdateUplinkBwImpl() 572 BwEstimatorstr* bwest_str, in WebRtcIsac_UpdateUplinkJitter() 604 BwEstimatorstr* bwest_str, in WebRtcIsac_GetDownlinkBwJitIndexImpl() 708 int32_t WebRtcIsac_GetDownlinkBandwidth( const BwEstimatorstr *bwest_str) in WebRtcIsac_GetDownlinkBandwidth() 740 WebRtcIsac_GetDownlinkMaxDelay(const BwEstimatorstr *bwest_str) in WebRtcIsac_GetDownlinkMaxDelay() 766 int32_t WebRtcIsac_GetUplinkBandwidth(const BwEstimatorstr* bwest_str) { in WebRtcIsac_GetUplinkBandwidth() 772 int32_t WebRtcIsac_GetUplinkMaxDelay(const BwEstimatorstr* bwest_str) { in WebRtcIsac_GetUplinkMaxDelay() 778 void WebRtcIsacBw_GetBandwidthInfo(BwEstimatorstr* bwest_str, in WebRtcIsacBw_GetBandwidthInfo() [all …]
|
D | structs.h | 229 } BwEstimatorstr; typedef 452 BwEstimatorstr bwestimator_obj;
|
D | decode_bwe.c | 19 BwEstimatorstr* bwest_str, in WebRtcIsac_EstimateBandwidth()
|
D | codec.h | 27 int WebRtcIsac_EstimateBandwidth(BwEstimatorstr* bwest_str, Bitstr* streamdata,
|
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/ |
D | bandwidth_estimator.h | 36 int32_t WebRtcIsacfix_InitBandwidthEstimator(BwEstimatorstr *bwest_str); 60 int32_t WebRtcIsacfix_UpdateUplinkBwImpl(BwEstimatorstr *bwest_str, 69 int16_t WebRtcIsacfix_UpdateUplinkBwRec(BwEstimatorstr *bwest_str, 84 uint16_t WebRtcIsacfix_GetDownlinkBwIndexImpl(BwEstimatorstr *bwest_str); 87 uint16_t WebRtcIsacfix_GetDownlinkBandwidth(const BwEstimatorstr *bwest_str); 90 int16_t WebRtcIsacfix_GetUplinkBandwidth(const BwEstimatorstr *bwest_str); 93 int16_t WebRtcIsacfix_GetDownlinkMaxDelay(const BwEstimatorstr *bwest_str); 96 int16_t WebRtcIsacfix_GetUplinkMaxDelay(const BwEstimatorstr *bwest_str); 99 void WebRtcIsacfixBw_GetBandwidthInfo(BwEstimatorstr* bwest_str, 103 void WebRtcIsacfixBw_SetBandwidthInfo(BwEstimatorstr* bwest_str,
|
D | bandwidth_estimator.c | 75 int32_t WebRtcIsacfix_InitBandwidthEstimator(BwEstimatorstr *bweStr) in WebRtcIsacfix_InitBandwidthEstimator() 146 int32_t WebRtcIsacfix_UpdateUplinkBwImpl(BwEstimatorstr *bweStr, in WebRtcIsacfix_UpdateUplinkBwImpl() 549 int16_t WebRtcIsacfix_UpdateUplinkBwRec(BwEstimatorstr *bweStr, in WebRtcIsacfix_UpdateUplinkBwRec() 614 uint16_t WebRtcIsacfix_GetDownlinkBwIndexImpl(BwEstimatorstr *bweStr) in WebRtcIsacfix_GetDownlinkBwIndexImpl() 727 uint16_t WebRtcIsacfix_GetDownlinkBandwidth(const BwEstimatorstr *bweStr) in WebRtcIsacfix_GetDownlinkBandwidth() 789 int16_t WebRtcIsacfix_GetDownlinkMaxDelay(const BwEstimatorstr *bweStr) in WebRtcIsacfix_GetDownlinkMaxDelay() 811 int16_t WebRtcIsacfix_GetUplinkBandwidth(const BwEstimatorstr* bweStr) { in WebRtcIsacfix_GetUplinkBandwidth() 817 int16_t WebRtcIsacfix_GetUplinkMaxDelay(const BwEstimatorstr* bweStr) { in WebRtcIsacfix_GetUplinkMaxDelay() 823 void WebRtcIsacfixBw_GetBandwidthInfo(BwEstimatorstr* bweStr, in WebRtcIsacfixBw_GetBandwidthInfo() 833 void WebRtcIsacfixBw_SetBandwidthInfo(BwEstimatorstr* bweStr, in WebRtcIsacfixBw_SetBandwidthInfo()
|
D | codec.h | 28 int WebRtcIsacfix_EstimateBandwidth(BwEstimatorstr* bwest_str, 45 BwEstimatorstr* bw_estimatordata,
|
D | decode_bwe.c | 27 int WebRtcIsacfix_EstimateBandwidth(BwEstimatorstr *bwest_str, in WebRtcIsacfix_EstimateBandwidth()
|
D | structs.h | 250 } BwEstimatorstr; typedef 359 BwEstimatorstr bwestimator_obj;
|
D | isacfix.c | 1381 BwEstimatorstr * bw = (BwEstimatorstr*)&(ISAC_inst->bwestimator_obj); in WebRtcIsacfix_GetUplinkBw()
|
D | encode.c | 36 BwEstimatorstr *bw_estimatordata, in WebRtcIsacfix_EncodeImpl()
|