Searched defs:StartSend (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/third_party/webrtc/video_engine/test/libvietest/testbed/
H A Dtb_video_channel.cc55 void TbVideoChannel::StartSend(const unsigned short rtp_port, function in class:TbVideoChannel
58 EXPECT_EQ(0, ViE.base->StartSend(videoChannel));
/external/chromium_org/third_party/webrtc/video_engine/
H A Dvie_base_impl.cc243 int ViEBaseImpl::StartSend(const int video_channel) { function in class:webrtc::ViEBaseImpl
244 LOG_F(LS_INFO) << "StartSend: " << video_channel;
262 int32_t error = vie_channel->StartSend();
H A Dvie_channel.cc1270 int32_t ViEChannel::StartSend() { function in class:webrtc::ViEChannel
/external/chromium_org/third_party/webrtc/voice_engine/
H A Dvoe_base_impl.cc695 int VoEBaseImpl::StartSend(int channel) function in class:webrtc::VoEBaseImpl
698 "StartSend(channel=%d)", channel);
710 "StartSend() failed to locate channel");
717 if (StartSend() != 0)
720 "StartSend() failed to start recording");
723 return channelPtr->StartSend();
900 int32_t VoEBaseImpl::StartSend() function in class:webrtc::VoEBaseImpl
903 "VoEBaseImpl::StartSend()");
914 "StartSend() failed to initialize recording");
921 "StartSend() faile
[all...]
H A Dchannel.cc1306 Channel::StartSend() function in class:webrtc::voe::Channel
1309 "Channel::StartSend()");
1325 "StartSend() RTP/RTCP failed to start sending");
1346 // the next StartSend(). This is needed for restarting device, otherwise
1360 "StartSend() RTP/RTCP failed to stop sending");
/external/chromium_org/third_party/webrtc/voice_engine/test/android/android_test/src/org/webrtc/voiceengine/test/
H A DAndroidTest.java471 if (0 != StartSend(_channel)) {
1132 private native int StartSend(int channel); method in class:AndroidTest
/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
H A Dwebrtcvideoengine.cc1871 if (!StartSend()) {
1945 return StartSend(send_channel);
2156 bool WebRtcVideoMediaChannel::StartSend() { function in class:cricket::WebRtcVideoMediaChannel
2161 if (!StartSend(send_channel)) {
2168 bool WebRtcVideoMediaChannel::StartSend( function in class:cricket::WebRtcVideoMediaChannel
2171 if (engine()->vie()->base()->StartSend(channel_id) != 0) {
2172 LOG_RTCERR1(StartSend, channel_id);

Completed in 133 milliseconds