Home
last modified time | relevance | path

Searched refs:rtx_map (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/webrtc/call/
Drtc_event_log_unittest.cc147 for (const rtclog::RtxMap& rtx_map : receiver_config.rtx_map()) { in VerifyReceiveStreamConfig() local
148 ASSERT_TRUE(rtx_map.has_payload_type()); in VerifyReceiveStreamConfig()
149 ASSERT_TRUE(rtx_map.has_config()); in VerifyReceiveStreamConfig()
150 EXPECT_EQ(1u, config.rtp.rtx.count(rtx_map.payload_type())); in VerifyReceiveStreamConfig()
151 const rtclog::RtxConfig& rtx_config = rtx_map.config(); in VerifyReceiveStreamConfig()
153 config.rtp.rtx.at(rtx_map.payload_type()); in VerifyReceiveStreamConfig()
Drtc_event_log.proto144 repeated RtxMap rtx_map = 5; field