Home
last modified time | relevance | path

Searched refs:RTT (Results 1 – 22 of 22) sorted by relevance

/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/
Drtcp_receiver.cc181 reportBlock->RTT = 0; in ResetRTT()
188 int32_t RTCPReceiver::RTT(uint32_t remoteSSRC, in RTT() function in webrtc::RTCPReceiver
189 uint16_t* RTT, in RTT() argument
201 if (RTT) { in RTT()
202 *RTT = reportBlock->RTT; in RTT()
555 int32_t RTT = 0; in HandleReportBlock() local
558 RTT = receiveTimeMS - d - sendTimeMS; in HandleReportBlock()
559 if (RTT <= 0) { in HandleReportBlock()
560 RTT = 1; in HandleReportBlock()
562 if (RTT > reportBlock->maxRTT) { in HandleReportBlock()
[all …]
Drtcp_receiver_help.cc99 this->rtt = report_block_info.RTT; in AddReportInfo()
106 RTT(0), in RTCPReportBlockInformation()
Dremote_ntp_time_estimator.cc33 rtp_rtcp->RTT(ssrc, &rtt, NULL, NULL, NULL); in UpdateRtcpTimestamp()
Drtcp_receiver.h75 int32_t RTT(uint32_t remoteSSRC,
76 uint16_t* RTT,
Drtcp_receiver_help.h37 uint16_t RTT; variable
Dremote_ntp_time_estimator_unittest.cc60 EXPECT_CALL(*rtp_rtcp, RTT(_, _, _, _, _)) in UpdateRtcpTimestamp()
Drtp_rtcp_impl.cc186 rtcp_receiver_.RTT(it->remoteSSRC, &rtt, NULL, NULL, NULL); in Process()
768 int32_t ModuleRtpRtcpImpl::RTT(const uint32_t remote_ssrc, in RTT() function in webrtc::ModuleRtpRtcpImpl
773 int32_t ret = rtcp_receiver_.RTT(remote_ssrc, rtt, avg_rtt, min_rtt, max_rtt); in RTT()
933 rtcp_receiver_.RTT(rtcp_receiver_.RemoteSSRC(), NULL, &rtt, NULL, NULL); in SendNACK()
1280 rtcp_receiver_.RTT(rtcp_receiver_.RemoteSSRC(), NULL, &rtt, NULL, NULL); in OnReceivedNACK()
Drtp_rtcp_impl_unittest.cc274 sender_.impl_->RTT(kReceiverSsrc, &rtt, &avg_rtt, &min_rtt, &max_rtt)); in TEST_F()
282 sender_.impl_->RTT(kReceiverSsrc+1, &rtt, &avg_rtt, &min_rtt, &max_rtt)); in TEST_F()
Drtp_rtcp_impl.h166 virtual int32_t RTT(const uint32_t remote_ssrc,
/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/test/testAPI/
Dtest_api_rtcp.cc344 uint16_t RTT; in TEST_F() local
350 EXPECT_EQ(0, module1->RTT(test_ssrc + 1, &RTT, &avgRTT, &minRTT, &maxRTT)); in TEST_F()
351 EXPECT_GE(10, RTT); in TEST_F()
/external/openssl/patches/
D0002-handshake_cutthrough.patch8 patch, clients can negotiate SSL connections in 1-RTT even when
30 + BIO_printf(bio_err," -cutthrough - enable 1-RTT full-handshake for strong ciphers\n");
194 + * one RTT. */
300 + fprintf(stderr," -cutthrough - enable 1-RTT full-handshake for strong ciphers\n");
DREADME10 clients can negotiate SSL connections in 1-RTT even when performing
D0009-cbc_record_splitting.patch33 BIO_printf(bio_err," -cutthrough - enable 1-RTT full-handshake for strong ciphers\n");
467 * one RTT. */
D0008-alpn.patch31 BIO_printf(bio_err," -cutthrough - enable 1-RTT full-handshake for strong ciphers\n");
/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/interface/
Drtp_rtcp.h423 virtual int32_t RTT(const uint32_t remoteSSRC,
424 uint16_t* RTT,
/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/mocks/
Dmock_rtp_rtcp.h163 MOCK_CONST_METHOD5(RTT,
164 …int32_t(const uint32_t remoteSSRC, uint16_t* RTT, uint16_t* avgRTT, uint16_t* minRTT, uint16_t* ma…
/external/chromium_org/third_party/webrtc/video_engine/
Dvie_receiver.cc417 rtp_rtcp_->RTT(rtp_receiver_->SSRC(), NULL, NULL, &min_rtt, NULL); in IsPacketRetransmitted()
Dvie_channel.cc1055 if (rtp_rtcp_->RTT(remote_ssrc, &rtt, &dummy, &dummy, &dummy) != 0) { in GetSendRtcpStatistics()
1096 rtp_rtcp_->RTT(remote_ssrc, &rtt, &dummy, &dummy, &dummy); in GetReceivedRtcpStatistics()
/external/iputils/doc/
Dtracepath.sgml115 the correspinding network hop. As rule it contains value of RTT.
/external/chromium_org/third_party/webrtc/voice_engine/
Dchannel.cc548 _rtpRtcpModule->RTT(rtp_receiver_->SSRC(), &round_trip_time, in OnReceivedPayloadData()
1872 _rtpRtcpModule->RTT(rtp_receiver_->SSRC(), NULL, NULL, &min_rtt, NULL); in IsPacketRetransmitted()
4514 if (_rtpRtcpModule->RTT(remoteSSRC, &rtt, &avg_rtt, &min_rtt, &max_rtt) in GetRTT()
/external/iputils/
DRELNOTES619 * Print mean deviation of RTT in ping/ping6.
628 RTT. It is very confusing (look through linux-kernel maillists
/external/iproute2/doc/
Dip-cref.tex1292 --- the initial RTT (``Round Trip Time'') estimate.
1297 --- \threeonly the initial RTT variance estimate.