Home
last modified time | relevance | path

Searched refs:RtxEnabled (Results 1 – 5 of 5) sorted by relevance

/external/webrtc/webrtc/modules/rtp_rtcp/test/testAPI/
Dtest_api.cc175 EXPECT_FALSE(rtp_payload_registry_->RtxEnabled()); in TEST_F()
178 EXPECT_TRUE(rtp_payload_registry_->RtxEnabled()); in TEST_F()
/external/webrtc/webrtc/modules/rtp_rtcp/include/
Drtp_payload_registry.h78 bool RtxEnabled() const;
/external/webrtc/webrtc/video/
Dvie_receiver.cc471 if (rtp_payload_registry_->RtxEnabled()) in IsPacketRetransmitted()
/external/webrtc/webrtc/modules/rtp_rtcp/source/
Drtp_payload_registry.cc221 bool RTPPayloadRegistry::RtxEnabled() const { in RtxEnabled() function in webrtc::RTPPayloadRegistry
/external/webrtc/webrtc/voice_engine/
Dchannel.cc1789 if (rtp_payload_registry_->RtxEnabled()) in IsPacketRetransmitted()