Home
last modified time | relevance | path

Searched refs:send_ts (Results 1 – 11 of 11) sorted by relevance

/external/webrtc/src/modules/audio_coding/codecs/isac/main/source/
Ddecode_bwe.c23 WebRtc_UWord32 send_ts, in WebRtcIsac_EstimateBandwidth() argument
58 diffSendTime = (WebRtc_UWord32)((WebRtc_UWord32)send_ts - in WebRtcIsac_EstimateBandwidth()
60 bwest_str->senderTimestamp = send_ts; in WebRtcIsac_EstimateBandwidth()
Dbandwidth_estimator.h96 const WebRtc_UWord32 send_ts,
Dbandwidth_estimator.c138 const WebRtc_UWord32 send_ts, in WebRtcIsac_UpdateBandwidthEstimator() argument
203 send_ts_diff = (float)(send_ts - bwest_str->prev_rec_send_ts); in WebRtcIsac_UpdateBandwidthEstimator()
466 bwest_str->prev_rec_send_ts = send_ts; in WebRtcIsac_UpdateBandwidthEstimator()
Dcodec.h30 WebRtc_UWord32 send_ts, WebRtc_UWord32 arr_ts,
Disac.c964 WebRtc_UWord32 send_ts, in WebRtcIsac_UpdateBwEstimate() argument
997 packet_size, rtp_seq_number, send_ts, in WebRtcIsac_UpdateBwEstimate()
/external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
Ddecode_bwe.c31 WebRtc_UWord32 send_ts, in WebRtcIsacfix_EstimateBandwidth() argument
57 send_ts, in WebRtcIsacfix_EstimateBandwidth()
Dbandwidth_estimator.h63 const WebRtc_UWord32 send_ts,
Dcodec.h29 WebRtc_UWord32 send_ts,
Disacfix.c662 WebRtc_UWord32 send_ts, in WebRtcIsacfix_UpdateBwEstimate() argument
720 send_ts, in WebRtcIsacfix_UpdateBwEstimate()
/external/webrtc/src/modules/audio_coding/codecs/isac/fix/interface/
Disacfix.h233 WebRtc_UWord32 send_ts,
/external/webrtc/src/modules/audio_coding/codecs/isac/main/interface/
Disac.h196 WebRtc_UWord32 send_ts,