Home
last modified time | relevance | path

Searched refs:RtxMap (Results 1 – 6 of 6) sorted by relevance

/external/webrtc/webrtc/
Dvideo_receive_stream.h128 typedef std::map<int, Rtx> RtxMap; typedef
129 RtxMap rtx;
/external/webrtc/webrtc/call/
Drtc_event_log.proto144 repeated RtxMap rtx_map = 5;
185 message RtxMap { message
Drtc_event_log.cc277 rtclog::RtxMap* rtx = receiver_config->add_rtx_map();
Dcall.cc449 VideoReceiveStream::Config::Rtp::RtxMap::const_iterator it = in CreateVideoReceiveStream()
Drtc_event_log_unittest.cc147 for (const rtclog::RtxMap& rtx_map : receiver_config.rtx_map()) { in VerifyReceiveStreamConfig()
/external/webrtc/webrtc/video/
Dvideo_receive_stream.cc188 Config::Rtp::RtxMap::const_iterator it = config_.rtp.rtx.begin(); in VideoReceiveStream()