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

  /external/chromium_org/third_party/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);
123 const BwEstimatorstr* bwest_str,
128 const BwEstimatorstr *bwest_str);
169 BwEstimatorstr* bwest_str,
decode_bwe.c 19 BwEstimatorstr* bwest_str,
bandwidth_estimator.c 45 BwEstimatorstr* bwest_str,
135 BwEstimatorstr *bwest_str,
507 BwEstimatorstr* bwest_str,
564 BwEstimatorstr* bwest_str,
594 BwEstimatorstr* bwest_str,
694 int32_t WebRtcIsac_GetDownlinkBandwidth( const BwEstimatorstr *bwest_str)
724 WebRtcIsac_GetDownlinkMaxDelay(const BwEstimatorstr *bwest_str)
745 const BwEstimatorstr* bwest_str,
766 WebRtcIsac_GetUplinkMaxDelay(const BwEstimatorstr *bwest_str)
codec.h 27 int WebRtcIsac_EstimateBandwidth(BwEstimatorstr* bwest_str, Bitstr* streamdata,
structs.h 226 } BwEstimatorstr;
439 BwEstimatorstr bwestimator_obj;
  /external/webrtc/src/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);
123 const BwEstimatorstr* bwest_str,
128 const BwEstimatorstr *bwest_str);
169 BwEstimatorstr* bwest_str,
decode_bwe.c 19 BwEstimatorstr* bwest_str,
bandwidth_estimator.c 45 BwEstimatorstr* bwest_str,
135 BwEstimatorstr *bwest_str,
507 BwEstimatorstr* bwest_str,
564 BwEstimatorstr* bwest_str,
594 BwEstimatorstr* bwest_str,
694 WebRtc_Word32 WebRtcIsac_GetDownlinkBandwidth( const BwEstimatorstr *bwest_str)
724 WebRtcIsac_GetDownlinkMaxDelay(const BwEstimatorstr *bwest_str)
745 const BwEstimatorstr* bwest_str,
766 WebRtcIsac_GetUplinkMaxDelay(const BwEstimatorstr *bwest_str)
codec.h 27 int WebRtcIsac_EstimateBandwidth(BwEstimatorstr* bwest_str, Bitstr* streamdata,
structs.h 227 } BwEstimatorstr;
440 BwEstimatorstr bwestimator_obj;
  /external/chromium_org/third_party/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);
decode_bwe.c 27 int WebRtcIsacfix_EstimateBandwidth(BwEstimatorstr *bwest_str,
bandwidth_estimator.c 73 int32_t WebRtcIsacfix_InitBandwidthEstimator(BwEstimatorstr *bweStr)
142 int32_t WebRtcIsacfix_UpdateUplinkBwImpl(BwEstimatorstr *bweStr,
544 int16_t WebRtcIsacfix_UpdateUplinkBwRec(BwEstimatorstr *bweStr,
607 uint16_t WebRtcIsacfix_GetDownlinkBwIndexImpl(BwEstimatorstr *bweStr)
717 uint16_t WebRtcIsacfix_GetDownlinkBandwidth(const BwEstimatorstr *bweStr)
775 int16_t WebRtcIsacfix_GetDownlinkMaxDelay(const BwEstimatorstr *bweStr)
792 int16_t WebRtcIsacfix_GetUplinkBandwidth(const BwEstimatorstr *bweStr)
811 int16_t WebRtcIsacfix_GetUplinkMaxDelay(const BwEstimatorstr *bweStr)
    [all...]
codec.h 28 int WebRtcIsacfix_EstimateBandwidth(BwEstimatorstr* bwest_str,
45 BwEstimatorstr* bw_estimatordata,
structs.h 251 } BwEstimatorstr;
360 BwEstimatorstr bwestimator_obj;
isacfix.c     [all...]
encode.c 36 BwEstimatorstr *bw_estimatordata,
  /external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
bandwidth_estimator.h 36 WebRtc_Word32 WebRtcIsacfix_InitBandwidthEstimator(BwEstimatorstr *bwest_str);
60 WebRtc_Word32 WebRtcIsacfix_UpdateUplinkBwImpl(BwEstimatorstr *bwest_str,
69 WebRtc_Word16 WebRtcIsacfix_UpdateUplinkBwRec(BwEstimatorstr *bwest_str,
84 WebRtc_UWord16 WebRtcIsacfix_GetDownlinkBwIndexImpl(BwEstimatorstr *bwest_str);
87 WebRtc_UWord16 WebRtcIsacfix_GetDownlinkBandwidth(const BwEstimatorstr *bwest_str);
90 WebRtc_Word16 WebRtcIsacfix_GetUplinkBandwidth(const BwEstimatorstr *bwest_str);
93 WebRtc_Word16 WebRtcIsacfix_GetDownlinkMaxDelay(const BwEstimatorstr *bwest_str);
96 WebRtc_Word16 WebRtcIsacfix_GetUplinkMaxDelay(const BwEstimatorstr *bwest_str);
decode_bwe.c 27 int WebRtcIsacfix_EstimateBandwidth(BwEstimatorstr *bwest_str,
codec.h 25 int WebRtcIsacfix_EstimateBandwidth(BwEstimatorstr *bwest_str,
42 BwEstimatorstr *bw_estimatordata,
bandwidth_estimator.c 73 WebRtc_Word32 WebRtcIsacfix_InitBandwidthEstimator(BwEstimatorstr *bweStr)
142 WebRtc_Word32 WebRtcIsacfix_UpdateUplinkBwImpl(BwEstimatorstr *bweStr,
545 WebRtc_Word16 WebRtcIsacfix_UpdateUplinkBwRec(BwEstimatorstr *bweStr,
608 WebRtc_UWord16 WebRtcIsacfix_GetDownlinkBwIndexImpl(BwEstimatorstr *bweStr)
716 WebRtc_UWord16 WebRtcIsacfix_GetDownlinkBandwidth(const BwEstimatorstr *bweStr)
774 WebRtc_Word16 WebRtcIsacfix_GetDownlinkMaxDelay(const BwEstimatorstr *bweStr)
791 WebRtc_Word16 WebRtcIsacfix_GetUplinkBandwidth(const BwEstimatorstr *bweStr)
810 WebRtc_Word16 WebRtcIsacfix_GetUplinkMaxDelay(const BwEstimatorstr *bweStr)
    [all...]
structs.h 250 } BwEstimatorstr;
359 BwEstimatorstr bwestimator_obj;
isacfix.c     [all...]
encode.c 33 BwEstimatorstr *bw_estimatordata,

Completed in 132 milliseconds