OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:rtx_config
(Results
1 - 1
of
1
) sorted by null
/external/webrtc/webrtc/call/
rtc_event_log_unittest.cc
151
const rtclog::RtxConfig&
rtx_config
= rtx_map.config();
local
154
ASSERT_TRUE(
rtx_config
.has_rtx_ssrc());
155
ASSERT_TRUE(
rtx_config
.has_rtx_payload_type());
156
EXPECT_EQ(rtx.ssrc,
rtx_config
.rtx_ssrc());
157
EXPECT_EQ(rtx.payload_type,
rtx_config
.rtx_payload_type());
Completed in 542 milliseconds