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

/external/chromium_org/third_party/libjingle/source/talk/session/media/
H A Dmediarecorder.cc122 rtc::StreamInterface* send_stream,
125 return InternalAddChannel(channel, false, send_stream, recv_stream,
129 rtc::StreamInterface* send_stream,
132 return InternalAddChannel(channel, true, send_stream, recv_stream,
138 rtc::StreamInterface* send_stream,
153 sink_pair->send_sink.reset(new RtpDumpSink(send_stream));
121 AddChannel(VoiceChannel* channel, rtc::StreamInterface* send_stream, rtc::StreamInterface* recv_stream, int filter) argument
128 AddChannel(VideoChannel* channel, rtc::StreamInterface* send_stream, rtc::StreamInterface* recv_stream, int filter) argument
136 InternalAddChannel(BaseChannel* channel, bool video_channel, rtc::StreamInterface* send_stream, rtc::StreamInterface* recv_stream, int filter) argument
/external/chromium_org/third_party/webrtc/video/
H A Dloopback.cc143 VideoSendStream* send_stream = local
149 test::VideoCapturer::Create(send_stream->Input(),
170 send_stream->Start();
176 send_stream->Stop();
180 call->DestroyVideoSendStream(send_stream);
H A Dcall.cc92 virtual void DestroyVideoSendStream(webrtc::VideoSendStream* send_stream)
203 VideoSendStream* send_stream = new VideoSendStream( local
220 send_ssrcs_[config.rtp.ssrcs[i]] = send_stream;
223 send_stream->SignalNetworkState(kNetworkDown);
224 return send_stream;
227 void Call::DestroyVideoSendStream(webrtc::VideoSendStream* send_stream) { argument
228 assert(send_stream != NULL);
230 send_stream->Stop();
237 if (it->second == static_cast<VideoSendStream*>(send_stream)) {
H A Drampup_tests.cc227 void LowRateStreamObserver::SetSendStream(const VideoSendStream* send_stream) { argument
229 send_stream_ = send_stream;
/external/chromium_org/mojo/services/network/
H A Dweb_socket_impl.cc194 ScopedDataPipeConsumerHandle send_stream,
197 send_stream_ = send_stream.Pass();
191 Connect(const String& url, Array<String> protocols, const String& origin, ScopedDataPipeConsumerHandle send_stream, WebSocketClientPtr client) argument
/external/chromium_org/third_party/webrtc/test/
H A Dcall_test.cc201 VideoSendStream* send_stream,
200 OnStreamsCreated( VideoSendStream* send_stream, const std::vector<VideoReceiveStream*>& receive_streams) argument
/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
H A Dwebrtcvideoengine2_unittest.cc232 void FakeCall::DestroyVideoSendStream(webrtc::VideoSendStream* send_stream) { argument
234 static_cast<FakeVideoSendStream*>(send_stream);
681 FakeVideoSendStream* send_stream = local
685 ASSERT_EQ(1u, send_stream->GetConfig().rtp.extensions.size());
686 EXPECT_EQ(id, send_stream->GetConfig().rtp.extensions[0].id);
687 EXPECT_EQ(webrtc_ext, send_stream->GetConfig().rtp.extensions[0].name);
700 send_stream = call->GetVideoSendStreams()[0];
701 EXPECT_TRUE(send_stream->GetConfig().rtp.extensions.empty());
706 send_stream = call->GetVideoSendStreams()[0];
707 ASSERT_EQ(1u, send_stream
822 FakeVideoSendStream* send_stream = AddSendStream( local
861 FakeVideoSendStream* send_stream = local
901 FakeVideoSendStream* send_stream = local
1042 FakeVideoSendStream* send_stream = local
1062 FakeVideoSendStream* send_stream = local
[all...]

Completed in 243 milliseconds