/external/chromium_org/third_party/webrtc/voice_engine/test/auto_test/standard/ |
D | video_sync_test.cc | 89 EXPECT_EQ(0, voe_base_->StopSend(channel_)); in TEST_F() 94 EXPECT_EQ(0, voe_base_->StopSend(channel_)); in TEST_F() 102 EXPECT_EQ(0, voe_base_->StopSend(channel_)); in TEST_F() 114 EXPECT_EQ(0, voe_base_->StopSend(channel_)); in TEST_F()
|
D | dtmf_test.cc | 79 EXPECT_EQ(0, voe_base_->StopSend(channel_)); in TEST_F()
|
D | rtp_rtcp_test.cc | 142 EXPECT_EQ(0, voe_base_->StopSend(channel_)); in TEST_F()
|
D | mixing_test.cc | 195 EXPECT_EQ(0, voe_base_->StopSend(streams[i])); in StopRemoteStreams()
|
/external/chromium_org/third_party/webrtc/video_engine/test/auto_test/source/ |
D | vie_autotest_rtp_rtcp.cc | 137 EXPECT_EQ(0, ViE.base->StopSend(tbChannel.videoChannel)); in ViERtpRtcpStandardTest() 176 EXPECT_EQ(0, ViE.base->StopSend(tbChannel.videoChannel)); in ViERtpRtcpStandardTest() 215 EXPECT_EQ(0, ViE.base->StopSend(tbChannel.videoChannel)); in ViERtpRtcpStandardTest() 274 EXPECT_EQ(0, ViE.base->StopSend(tbChannel.videoChannel)); in ViERtpRtcpStandardTest() 365 EXPECT_EQ(0, ViE.base->StopSend(tbChannel.videoChannel)); in ViERtpRtcpStandardTest() 392 EXPECT_EQ(0, ViE.base->StopSend(tbChannel.videoChannel)); in ViERtpRtcpStandardTest() 419 EXPECT_EQ(0, ViE.base->StopSend(tbChannel.videoChannel)); in ViERtpRtcpStandardTest() 441 EXPECT_EQ(0, ViE.base->StopSend(tbChannel.videoChannel)); in ViERtpRtcpStandardTest() 476 EXPECT_EQ(0, ViE.base->StopSend(tbChannel.videoChannel)); in ViERtpRtcpStandardTest() 493 EXPECT_EQ(0, ViE.base->StopSend(tbChannel.videoChannel)); in ViERtpRtcpStandardTest() [all …]
|
D | vie_autotest_network.cc | 60 EXPECT_EQ(0, ViE.base->StopSend(tbChannel.videoChannel)); in ViENetworkStandardTest() 253 EXPECT_EQ(0, ViE.base->StopSend(tbChannel.videoChannel)); in ViENetworkAPITest() 302 EXPECT_EQ(0, ViE.base->StopSend(tbChannel.videoChannel)); in ViENetworkAPITest() 309 EXPECT_EQ(0, ViE.base->StopSend(tbChannel.videoChannel)); in ViENetworkAPITest()
|
D | vie_autotest_base.cc | 179 EXPECT_EQ(0, vie_base->StopSend(video_channel)); in ViEBaseAPITest() 180 EXPECT_EQ(0, vie_base->StopSend(video_channel3)); in ViEBaseAPITest()
|
D | vie_autotest_codec.cc | 273 EXPECT_EQ(0, base->StopSend(video_channel)); in ViECodecStandardTest() 352 EXPECT_EQ(0, base->StopSend(video_channel)); in ViECodecExtendedTest() 466 EXPECT_EQ(0, video_engine.base->StopSend(video_channel_1)); in ViECodecExtendedTest() 468 EXPECT_EQ(0, video_engine.base->StopSend(video_channel_2)); in ViECodecExtendedTest()
|
D | vie_autotest_record.cc | 473 error = ptrViEBase->StopSend(videoChannel); in VideoEngineSampleRecordCode() 478 error = voe_base->StopSend(audio_channel); in VideoEngineSampleRecordCode()
|
/external/chromium_org/third_party/webrtc/video_engine/test/libvietest/testbed/ |
D | tb_video_channel.cc | 72 void TbVideoChannel::StopSend() { in StopSend() function in TbVideoChannel 73 EXPECT_EQ(0, ViE.base->StopSend(videoChannel)); in StopSend()
|
/external/chromium_org/third_party/webrtc/voice_engine/ |
D | voe_base_impl.h | 56 virtual int StopSend(int channel); 123 int32_t StopSend();
|
D | voe_base_impl.cc | 582 if (StopSend() != 0) in DeleteChannel() 726 int VoEBaseImpl::StopSend(int channel) in StopSend() function in webrtc::VoEBaseImpl 744 if (channelPtr->StopSend() != 0) in StopSend() 750 return StopSend(); in StopSend() 929 int32_t VoEBaseImpl::StopSend() in StopSend() function in webrtc::VoEBaseImpl 944 _shared->transmit_mixer()->StopSend(); in StopSend()
|
D | transmit_mixer.h | 76 int32_t StopSend();
|
/external/chromium_org/third_party/webrtc/video_engine/test/libvietest/include/ |
D | tb_video_channel.h | 37 void StopSend();
|
/external/chromium_org/third_party/webrtc/voice_engine/test/auto_test/ |
D | voe_stress_test.cc | 160 VALIDATE_STRESS(base->StopSend(0)); in StartStopTest() 174 VALIDATE_STRESS(base->StopSend(0)); in StartStopTest()
|
D | voe_cpu_test.cc | 92 CHECK(base->StopSend(channel)); in DoTest()
|
/external/chromium_org/third_party/webrtc/voice_engine/test/auto_test/fixtures/ |
D | before_streaming_fixture.cc | 48 EXPECT_EQ(0, voe_base_->StopSend(channel_)); in PausePlaying()
|
/external/chromium_org/third_party/webrtc/video_engine/ |
D | vie_base_impl.h | 54 virtual int StopSend(const int video_channel);
|
D | vie_base_impl.cc | 277 int ViEBaseImpl::StopSend(const int video_channel) { in StopSend() function in webrtc::ViEBaseImpl 287 int32_t error = vie_channel->StopSend(); in StopSend()
|
/external/chromium_org/third_party/webrtc/video_engine/test/auto_test/primitives/ |
D | base_primitives.cc | 69 EXPECT_EQ(0, base_interface->StopSend(video_channel)); in TestI420CallSetup()
|
/external/chromium_org/third_party/webrtc/voice_engine/include/ |
D | voe_base.h | 167 virtual int StopSend(int channel) = 0;
|
/external/chromium_org/third_party/webrtc/video_engine/include/ |
D | vie_base.h | 218 virtual int StopSend(const int video_channel) = 0;
|
/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/ |
D | webrtcvideoengine.h | 379 bool StopSend(); 380 bool StopSend(WebRtcVideoChannelSendInfo* send_channel);
|
/external/chromium_org/third_party/webrtc/voice_engine/test/cmd_test/ |
D | voe_cmd_test.cc | 745 res = base1->StopSend(channels[channel_index]); in RunTest() 783 res = base1->StopSend(chan); in RunTest() 803 res = base1->StopSend(channels[channel_index]); in RunTest()
|
/external/chromium_org/third_party/webrtc/voice_engine/test/android/android_test/src/org/webrtc/voiceengine/test/ |
D | AndroidTest.java | 502 if (0 != StopSend(_channel)) { in stopCall() 1138 private native int StopSend(int channel); in StopSend() method in AndroidTest
|