Searched refs:kRtcpCompound_RFC4585 (Results 1 – 13 of 13) sorted by relevance
/external/chromium_org/third_party/webrtc/video_engine/test/auto_test/primitives/ |
D | general_primitives.cc | 80 webrtc::kRtcpCompound_RFC4585)); in ConfigureRtpRtcp()
|
/external/chromium_org/third_party/webrtc/video_engine/test/auto_test/source/ |
D | vie_autotest_rtp_rtcp.cc | 722 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()
|
D | vie_autotest_simulcast.cc | 238 webrtc::kRtcpCompound_RFC4585); in VideoEngineSimulcastTest() 259 webrtc::kRtcpCompound_RFC4585); in VideoEngineSimulcastTest()
|
D | vie_autotest_codec.cc | 156 video_channel, webrtc::kRtcpCompound_RFC4585)); in ViECodecStandardTest() 313 video_channel, webrtc::kRtcpCompound_RFC4585)); in ViECodecExtendedTest()
|
D | vie_autotest_record.cc | 261 webrtc::kRtcpCompound_RFC4585); in VideoEngineSampleRecordCode()
|
D | vie_autotest_loopback.cc | 201 webrtc::kRtcpCompound_RFC4585); in VideoEngineSampleCode()
|
D | vie_autotest_custom_call.cc | 452 webrtc::kRtcpCompound_RFC4585); in ViECustomCall()
|
/external/chromium_org/third_party/webrtc/video_engine/include/ |
D | vie_rtp_rtcp.h | 36 kRtcpCompound_RFC4585 = 1, enumerator
|
/external/chromium_org/third_party/webrtc/video/ |
D | video_receive_stream.cc | 272 rtp_rtcp_->SetRTCPStatus(channel_, kRtcpCompound_RFC4585); in SetRtcpMode()
|
D | video_send_stream.cc | 469 rtp_rtcp_->SetRTCPStatus(channel_, kRtcpCompound_RFC4585); in SignalNetworkState()
|
/external/chromium_org/third_party/webrtc/video_engine/ |
D | vie_rtp_rtcp_impl.cc | 33 case kRtcpCompound_RFC4585: in ViERTCPModeToRTCPMethod() 49 return kRtcpCompound_RFC4585; in RTCPMethodToViERTCPMode()
|
/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/ |
D | webrtcvideoengine.cc | 3334 channel_id, webrtc::kRtcpCompound_RFC4585) != 0) { in ConfigureChannel() 3335 LOG_RTCERR2(SetRTCPStatus, channel_id, webrtc::kRtcpCompound_RFC4585); in ConfigureChannel()
|
D | webrtcvideoengine_unittest.cc | 834 EXPECT_EQ(webrtc::kRtcpCompound_RFC4585, vie_.GetRtcpStatus(channel_num)); in TEST_F()
|