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

  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
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
    [all...]
decode_bwe.c 27 int WebRtcIsacfix_EstimateBandwidth(BwEstimatorstr *bwest_str,
bandwidth_estimator.c 75 int32_t WebRtcIsacfix_InitBandwidthEstimator(BwEstimatorstr *bweStr)
146 int32_t WebRtcIsacfix_UpdateUplinkBwImpl(BwEstimatorstr *bweStr,
549 int16_t WebRtcIsacfix_UpdateUplinkBwRec(BwEstimatorstr *bweStr,
614 uint16_t WebRtcIsacfix_GetDownlinkBwIndexImpl(BwEstimatorstr *bweStr)
727 uint16_t WebRtcIsacfix_GetDownlinkBandwidth(const BwEstimatorstr *bweStr)
789 int16_t WebRtcIsacfix_GetDownlinkMaxDelay(const BwEstimatorstr *bweStr)
811 int16_t WebRtcIsacfix_GetUplinkBandwidth(const BwEstimatorstr* bweStr) {
817 int16_t WebRtcIsacfix_GetUplinkMaxDelay(const BwEstimatorstr* bweStr) {
823 void WebRtcIsacfixBw_GetBandwidthInfo(BwEstimatorstr* bweStr,
833 void WebRtcIsacfixBw_SetBandwidthInfo(BwEstimatorstr* bweStr
    [all...]
codec.h 28 int WebRtcIsacfix_EstimateBandwidth(BwEstimatorstr* bwest_str,
45 BwEstimatorstr* bw_estimatordata,
structs.h 250 } BwEstimatorstr;
359 BwEstimatorstr bwestimator_obj;
isacfix.c     [all...]
encode.c 36 BwEstimatorstr *bw_estimatordata,
  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/source/
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...]
bandwidth_estimator.c 47 BwEstimatorstr* bwest_str,
140 BwEstimatorstr* bwest_str,
513 BwEstimatorstr* bwest_str,
572 BwEstimatorstr* bwest_str,
604 BwEstimatorstr* bwest_str,
708 int32_t WebRtcIsac_GetDownlinkBandwidth( const BwEstimatorstr *bwest_str)
740 WebRtcIsac_GetDownlinkMaxDelay(const BwEstimatorstr *bwest_str)
766 int32_t WebRtcIsac_GetUplinkBandwidth(const BwEstimatorstr* bwest_str) {
772 int32_t WebRtcIsac_GetUplinkMaxDelay(const BwEstimatorstr* bwest_str) {
778 void WebRtcIsacBw_GetBandwidthInfo(BwEstimatorstr* bwest_str
    [all...]
decode_bwe.c 19 BwEstimatorstr* bwest_str,
codec.h 27 int WebRtcIsac_EstimateBandwidth(BwEstimatorstr* bwest_str, Bitstr* streamdata,
structs.h 229 } BwEstimatorstr;
452 BwEstimatorstr bwestimator_obj;

Completed in 74 milliseconds