Home
last modified time | relevance | path

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

/external/chromium_org/third_party/webrtc/video_engine/test/auto_test/primitives/
Dgeneral_primitives.cc80 webrtc::kRtcpCompound_RFC4585)); in ConfigureRtpRtcp()
/external/chromium_org/third_party/webrtc/video_engine/test/auto_test/source/
Dvie_autotest_rtp_rtcp.cc722 EXPECT_EQ(webrtc::kRtcpCompound_RFC4585, rtcpMode); in ViERtpRtcpAPITest()
724 tbChannel.videoChannel, webrtc::kRtcpCompound_RFC4585)); in ViERtpRtcpAPITest()
727 EXPECT_EQ(webrtc::kRtcpCompound_RFC4585, rtcpMode); in ViERtpRtcpAPITest()
739 tbChannel.videoChannel, webrtc::kRtcpCompound_RFC4585)); in ViERtpRtcpAPITest()
808 tbChannel.videoChannel, webrtc::kRtcpCompound_RFC4585)); in ViERtpRtcpAPITest()
Dvie_autotest_simulcast.cc238 webrtc::kRtcpCompound_RFC4585); in VideoEngineSimulcastTest()
259 webrtc::kRtcpCompound_RFC4585); in VideoEngineSimulcastTest()
Dvie_autotest_codec.cc156 video_channel, webrtc::kRtcpCompound_RFC4585)); in ViECodecStandardTest()
313 video_channel, webrtc::kRtcpCompound_RFC4585)); in ViECodecExtendedTest()
Dvie_autotest_record.cc261 webrtc::kRtcpCompound_RFC4585); in VideoEngineSampleRecordCode()
Dvie_autotest_loopback.cc201 webrtc::kRtcpCompound_RFC4585); in VideoEngineSampleCode()
Dvie_autotest_custom_call.cc452 webrtc::kRtcpCompound_RFC4585); in ViECustomCall()
/external/chromium_org/third_party/webrtc/video_engine/include/
Dvie_rtp_rtcp.h36 kRtcpCompound_RFC4585 = 1, enumerator
/external/chromium_org/third_party/webrtc/video/
Dvideo_receive_stream.cc272 rtp_rtcp_->SetRTCPStatus(channel_, kRtcpCompound_RFC4585); in SetRtcpMode()
Dvideo_send_stream.cc469 rtp_rtcp_->SetRTCPStatus(channel_, kRtcpCompound_RFC4585); in SignalNetworkState()
/external/chromium_org/third_party/webrtc/video_engine/
Dvie_rtp_rtcp_impl.cc33 case kRtcpCompound_RFC4585: in ViERTCPModeToRTCPMethod()
49 return kRtcpCompound_RFC4585; in RTCPMethodToViERTCPMode()
/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
Dwebrtcvideoengine.cc3334 channel_id, webrtc::kRtcpCompound_RFC4585) != 0) { in ConfigureChannel()
3335 LOG_RTCERR2(SetRTCPStatus, channel_id, webrtc::kRtcpCompound_RFC4585); in ConfigureChannel()
Dwebrtcvideoengine_unittest.cc834 EXPECT_EQ(webrtc::kRtcpCompound_RFC4585, vie_.GetRtcpStatus(channel_num)); in TEST_F()