OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RtxEnabled
(Results
1 - 5
of
5
) sorted by null
/external/webrtc/webrtc/modules/rtp_rtcp/test/testAPI/
test_api.cc
175
EXPECT_FALSE(rtp_payload_registry_->
RtxEnabled
());
178
EXPECT_TRUE(rtp_payload_registry_->
RtxEnabled
());
/external/webrtc/webrtc/modules/rtp_rtcp/include/
rtp_payload_registry.h
78
bool
RtxEnabled
() const;
/external/webrtc/webrtc/modules/rtp_rtcp/source/
rtp_payload_registry.cc
221
bool RTPPayloadRegistry::
RtxEnabled
() const {
/external/webrtc/webrtc/video/
vie_receiver.cc
471
if (rtp_payload_registry_->
RtxEnabled
())
/external/webrtc/webrtc/voice_engine/
channel.cc
[
all
...]
Completed in 2451 milliseconds