Home
last modified time | relevance | path

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

/external/chromium_org/third_party/webrtc/video_engine/test/auto_test/source/
Dvie_autotest_rtp_rtcp.cc719 webrtc::ViERTCPMode rtcpMode = webrtc::kRtcpNone; in ViERtpRtcpAPITest() local
721 tbChannel.videoChannel, rtcpMode)); in ViERtpRtcpAPITest()
722 EXPECT_EQ(webrtc::kRtcpCompound_RFC4585, rtcpMode); in ViERtpRtcpAPITest()
726 tbChannel.videoChannel, rtcpMode)); in ViERtpRtcpAPITest()
727 EXPECT_EQ(webrtc::kRtcpCompound_RFC4585, rtcpMode); in ViERtpRtcpAPITest()
731 tbChannel.videoChannel, rtcpMode)); in ViERtpRtcpAPITest()
732 EXPECT_EQ(webrtc::kRtcpNonCompound_RFC5506, rtcpMode); in ViERtpRtcpAPITest()
736 tbChannel.videoChannel, rtcpMode)); in ViERtpRtcpAPITest()
737 EXPECT_EQ(webrtc::kRtcpNone, rtcpMode); in ViERtpRtcpAPITest()
804 tbChannel.videoChannel, rtcpMode)); in ViERtpRtcpAPITest()