Home
last modified time | relevance | path

Searched refs:BwEstimatorstr (Results 1 – 12 of 12) sorted by relevance

/external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/source/
Dbandwidth_estimator.h79 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 …]
Dbandwidth_estimator.c47 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 …]
Dstructs.h229 } BwEstimatorstr; typedef
452 BwEstimatorstr bwestimator_obj;
Ddecode_bwe.c19 BwEstimatorstr* bwest_str, in WebRtcIsac_EstimateBandwidth()
Dcodec.h27 int WebRtcIsac_EstimateBandwidth(BwEstimatorstr* bwest_str, Bitstr* streamdata,
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
Dbandwidth_estimator.h36 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,
Dbandwidth_estimator.c75 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()
Dcodec.h28 int WebRtcIsacfix_EstimateBandwidth(BwEstimatorstr* bwest_str,
45 BwEstimatorstr* bw_estimatordata,
Ddecode_bwe.c27 int WebRtcIsacfix_EstimateBandwidth(BwEstimatorstr *bwest_str, in WebRtcIsacfix_EstimateBandwidth()
Dstructs.h250 } BwEstimatorstr; typedef
359 BwEstimatorstr bwestimator_obj;
Disacfix.c1381 BwEstimatorstr * bw = (BwEstimatorstr*)&(ISAC_inst->bwestimator_obj); in WebRtcIsacfix_GetUplinkBw()
Dencode.c36 BwEstimatorstr *bw_estimatordata, in WebRtcIsacfix_EncodeImpl()