/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/ |
D | rtcp_receiver.cc | 181 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 …]
|
D | rtcp_receiver_help.cc | 99 this->rtt = report_block_info.RTT; in AddReportInfo() 106 RTT(0), in RTCPReportBlockInformation()
|
D | remote_ntp_time_estimator.cc | 33 rtp_rtcp->RTT(ssrc, &rtt, NULL, NULL, NULL); in UpdateRtcpTimestamp()
|
D | rtcp_receiver.h | 75 int32_t RTT(uint32_t remoteSSRC, 76 uint16_t* RTT,
|
D | rtcp_receiver_help.h | 37 uint16_t RTT; variable
|
D | remote_ntp_time_estimator_unittest.cc | 60 EXPECT_CALL(*rtp_rtcp, RTT(_, _, _, _, _)) in UpdateRtcpTimestamp()
|
D | rtp_rtcp_impl.cc | 186 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()
|
D | rtp_rtcp_impl_unittest.cc | 274 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()
|
D | rtp_rtcp_impl.h | 166 virtual int32_t RTT(const uint32_t remote_ssrc,
|
/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/test/testAPI/ |
D | test_api_rtcp.cc | 344 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/ |
D | 0002-handshake_cutthrough.patch | 8 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");
|
D | README | 10 clients can negotiate SSL connections in 1-RTT even when performing
|
D | 0009-cbc_record_splitting.patch | 33 BIO_printf(bio_err," -cutthrough - enable 1-RTT full-handshake for strong ciphers\n"); 467 * one RTT. */
|
D | 0008-alpn.patch | 31 BIO_printf(bio_err," -cutthrough - enable 1-RTT full-handshake for strong ciphers\n");
|
/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/interface/ |
D | rtp_rtcp.h | 423 virtual int32_t RTT(const uint32_t remoteSSRC, 424 uint16_t* RTT,
|
/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/mocks/ |
D | mock_rtp_rtcp.h | 163 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/ |
D | vie_receiver.cc | 417 rtp_rtcp_->RTT(rtp_receiver_->SSRC(), NULL, NULL, &min_rtt, NULL); in IsPacketRetransmitted()
|
D | vie_channel.cc | 1055 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/ |
D | tracepath.sgml | 115 the correspinding network hop. As rule it contains value of RTT.
|
/external/chromium_org/third_party/webrtc/voice_engine/ |
D | channel.cc | 548 _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/ |
D | RELNOTES | 619 * Print mean deviation of RTT in ping/ping6. 628 RTT. It is very confusing (look through linux-kernel maillists
|
/external/iproute2/doc/ |
D | ip-cref.tex | 1292 --- the initial RTT (``Round Trip Time'') estimate. 1297 --- \threeonly the initial RTT variance estimate.
|