/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/fix/source/ |
H A D | decode_bwe.c | 27 int WebRtcIsacfix_EstimateBandwidth(BwEstimatorstr *bwest_str, argument 54 bwest_str,
|
/external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/ |
H A D | decode_bwe.c | 27 int WebRtcIsacfix_EstimateBandwidth(BwEstimatorstr *bwest_str, argument 54 bwest_str,
|
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/main/source/ |
H A D | decode_bwe.c | 19 BwEstimatorstr* bwest_str, 49 err = WebRtcIsac_UpdateUplinkBwImpl(bwest_str, index, encoderSampRate); 59 (uint32_t)bwest_str->senderTimestamp); 60 bwest_str->senderTimestamp = send_ts; 63 (uint32_t)bwest_str->receiverTimestamp); 64 bwest_str->receiverTimestamp = arr_ts; 74 bwest_str->prev_rec_arr_ts + (uint32_t)diffArrivalTime); 77 bwest_str->prev_rec_send_ts + (uint32_t)diffSendTime); 79 err = WebRtcIsac_UpdateBandwidthEstimator(bwest_str, rtp_seq_number, 18 WebRtcIsac_EstimateBandwidth( BwEstimatorstr* bwest_str, Bitstr* streamdata, int32_t packet_size, uint16_t rtp_seq_number, uint32_t send_ts, uint32_t arr_ts, enum IsacSamplingRate encoderSampRate, enum IsacSamplingRate decoderSampRate) argument
|
H A D | bandwidth_estimator.c | 45 BwEstimatorstr* bwest_str, 53 bwest_str->send_bw_avg = INIT_BN_EST_WB; 58 bwest_str->send_bw_avg = INIT_BN_EST_SWB; 67 bwest_str->prev_frame_length = INIT_FRAME_LEN_WB; 68 bwest_str->rec_bw_inv = 1.0f / 70 bwest_str->rec_bw = (int32_t)INIT_BN_EST_WB; 71 bwest_str->rec_bw_avg_Q = INIT_BN_EST_WB; 72 bwest_str->rec_bw_avg = INIT_BN_EST_WB + INIT_HDR_RATE_WB; 73 bwest_str->rec_header_rate = INIT_HDR_RATE_WB; 78 bwest_str 44 WebRtcIsac_InitBandwidthEstimator( BwEstimatorstr* bwest_str, enum IsacSamplingRate encoderSampRate, enum IsacSamplingRate decoderSampRate) argument 134 WebRtcIsac_UpdateBandwidthEstimator( BwEstimatorstr *bwest_str, const uint16_t rtp_number, const int32_t frame_length, const uint32_t send_ts, const uint32_t arr_ts, const int32_t pksize ) argument 506 WebRtcIsac_UpdateUplinkBwImpl( BwEstimatorstr* bwest_str, int16_t index, enum IsacSamplingRate encoderSamplingFreq) argument 563 WebRtcIsac_UpdateUplinkJitter( BwEstimatorstr* bwest_str, int32_t index) argument 593 WebRtcIsac_GetDownlinkBwJitIndexImpl( BwEstimatorstr* bwest_str, int16_t* bottleneckIndex, int16_t* jitterInfo, enum IsacSamplingRate decoderSamplingFreq) argument 694 WebRtcIsac_GetDownlinkBandwidth( const BwEstimatorstr *bwest_str) argument 724 WebRtcIsac_GetDownlinkMaxDelay(const BwEstimatorstr *bwest_str) argument 744 WebRtcIsac_GetUplinkBandwidth( const BwEstimatorstr* bwest_str, int32_t* bitRate) argument 766 WebRtcIsac_GetUplinkMaxDelay(const BwEstimatorstr *bwest_str) argument [all...] |
/external/webrtc/src/modules/audio_coding/codecs/isac/main/source/ |
H A D | decode_bwe.c | 19 BwEstimatorstr* bwest_str, 49 err = WebRtcIsac_UpdateUplinkBwImpl(bwest_str, index, encoderSampRate); 59 (WebRtc_UWord32)bwest_str->senderTimestamp); 60 bwest_str->senderTimestamp = send_ts; 63 (WebRtc_UWord32)bwest_str->receiverTimestamp); 64 bwest_str->receiverTimestamp = arr_ts; 73 bwest_str->prev_rec_arr_ts + (WebRtc_UWord32)diffArrivalTime); 76 bwest_str->prev_rec_send_ts + (WebRtc_UWord32)diffSendTime); 78 err = WebRtcIsac_UpdateBandwidthEstimator(bwest_str, rtp_seq_number, 18 WebRtcIsac_EstimateBandwidth( BwEstimatorstr* bwest_str, Bitstr* streamdata, WebRtc_Word32 packet_size, WebRtc_UWord16 rtp_seq_number, WebRtc_UWord32 send_ts, WebRtc_UWord32 arr_ts, enum IsacSamplingRate encoderSampRate, enum IsacSamplingRate decoderSampRate) argument
|
H A D | bandwidth_estimator.c | 45 BwEstimatorstr* bwest_str, 53 bwest_str->send_bw_avg = INIT_BN_EST_WB; 58 bwest_str->send_bw_avg = INIT_BN_EST_SWB; 67 bwest_str->prev_frame_length = INIT_FRAME_LEN_WB; 68 bwest_str->rec_bw_inv = 1.0f / 70 bwest_str->rec_bw = (WebRtc_Word32)INIT_BN_EST_WB; 71 bwest_str->rec_bw_avg_Q = INIT_BN_EST_WB; 72 bwest_str->rec_bw_avg = INIT_BN_EST_WB + INIT_HDR_RATE_WB; 73 bwest_str->rec_header_rate = INIT_HDR_RATE_WB; 78 bwest_str 44 WebRtcIsac_InitBandwidthEstimator( BwEstimatorstr* bwest_str, enum IsacSamplingRate encoderSampRate, enum IsacSamplingRate decoderSampRate) argument 134 WebRtcIsac_UpdateBandwidthEstimator( BwEstimatorstr *bwest_str, const WebRtc_UWord16 rtp_number, const WebRtc_Word32 frame_length, const WebRtc_UWord32 send_ts, const WebRtc_UWord32 arr_ts, const WebRtc_Word32 pksize ) argument 506 WebRtcIsac_UpdateUplinkBwImpl( BwEstimatorstr* bwest_str, WebRtc_Word16 index, enum IsacSamplingRate encoderSamplingFreq) argument 563 WebRtcIsac_UpdateUplinkJitter( BwEstimatorstr* bwest_str, WebRtc_Word32 index) argument 593 WebRtcIsac_GetDownlinkBwJitIndexImpl( BwEstimatorstr* bwest_str, WebRtc_Word16* bottleneckIndex, WebRtc_Word16* jitterInfo, enum IsacSamplingRate decoderSamplingFreq) argument 694 WebRtcIsac_GetDownlinkBandwidth( const BwEstimatorstr *bwest_str) argument 724 WebRtcIsac_GetDownlinkMaxDelay(const BwEstimatorstr *bwest_str) argument 744 WebRtcIsac_GetUplinkBandwidth( const BwEstimatorstr* bwest_str, WebRtc_Word32* bitRate) argument 766 WebRtcIsac_GetUplinkMaxDelay(const BwEstimatorstr *bwest_str) argument [all...] |