| /external/webrtc/webrtc/voice_engine/test/auto_test/ |
| voe_conference_test.cc | 61 unsigned int id_1 = trans.AddStream(input_file, kInputFormat); 62 unsigned int id_2 = trans.AddStream(input_file, kInputFormat); 141 unsigned int id_0 = trans.AddStream(silence_file, kInputFormat); 142 unsigned int id_1 = trans.AddStream(input_file, kInputFormat); 143 unsigned int id_2 = trans.AddStream(input_file, kInputFormat); 144 unsigned int id_3 = trans.AddStream(input_file, kInputFormat);
|
| /external/webrtc/talk/app/webrtc/ |
| peerconnectionproxy.h | 42 PROXY_METHOD1(bool, AddStream, MediaStreamInterface*)
|
| statscollector.h | 68 void AddStream(MediaStreamInterface* stream);
|
| streamcollection.h | 94 void AddStream(MediaStreamInterface* stream) {
|
| peerconnectioninterface_unittest.cc | 364 local_collection->AddStream(stream); 448 remote_streams_->AddStream(stream); 632 EXPECT_TRUE(pc_->AddStream(stream)); 644 EXPECT_TRUE(pc_->AddStream(stream)); 662 EXPECT_TRUE(pc_->AddStream(stream)); [all...] |
| statscollector_unittest.cc | [all...] |
| peerconnection.cc | 679 bool PeerConnection::AddStream(MediaStreamInterface* local_stream) { 680 TRACE_EVENT0("webrtc", "PeerConnection::AddStream"); 688 local_streams_->AddStream(local_stream); 707 stats_->AddStream(local_stream); [all...] |
| peerconnectioninterface.h | 41 // and add it to PeerConnection by calling AddStream. 327 virtual bool AddStream(MediaStreamInterface* stream) = 0;
|
| peerconnection.h | 83 bool AddStream(MediaStreamInterface* local_stream) override; 360 // Streams added via AddStream.
|
| webrtcsdp_unittest.cc | 570 video->AddStream(video_stream1); 576 video->AddStream(video_stream2); 585 video->AddStream(video_stream3); 727 audio->AddStream(audio_stream1); 733 audio->AddStream(audio_stream2); [all...] |
| /external/webrtc/talk/media/base/ |
| streamparams.cc | 37 void AddStream(std::vector<StreamParams>* streams, const StreamParams& stream) { 77 AddStream(&audio_, stream); 81 AddStream(&video_, stream); 85 AddStream(&data_, stream);
|
| /external/webrtc/talk/media/sctp/ |
| sctpdataengine_unittest.cc | 245 AddStream(1); 246 AddStream(2); 273 bool AddStream(int ssrc) { 450 AddStream(3); 472 AddStream(3); 473 AddStream(4); 511 EXPECT_TRUE(AddStream(1022)); 512 EXPECT_FALSE(AddStream(1023)); 537 AddStream(1);
|
| sctpdataengine.h | 208 bool AddStream(const StreamParams &sp);
|
| sctpdataengine.cc | 576 return AddStream(stream); 726 bool SctpDataMediaChannel::AddStream(const StreamParams& stream) { [all...] |
| /external/webrtc/webrtc/modules/remote_bitrate_estimator/ |
| remote_bitrate_estimator_unittest_helper.h | 116 void AddStream(RtpStream* stream);
|
| remote_bitrate_estimator_unittest_helper.cc | 129 void StreamGenerator::AddStream(RtpStream* stream) { 202 stream_generator_->AddStream(new testing::RtpStream( 453 stream_generator_->AddStream(new testing::RtpStream(
|
| /external/webrtc/webrtc/voice_engine/test/auto_test/fakes/ |
| conference_transport.h | 41 // calling AddStream(), which creates a remote sender channel and a local 58 /* AddStream() 67 unsigned int AddStream(std::string file_name, webrtc::FileFormats format);
|
| conference_transport.cc | 224 unsigned int ConferenceTransport::AddStream(std::string file_name,
|
| /external/webrtc/webrtc/examples/peerconnection/client/ |
| conductor.cc | 106 peer_connection_->AddStream(streams->at(i)); 413 if (!peer_connection_->AddStream(stream)) {
|
| /external/webrtc/talk/app/webrtc/test/ |
| peerconnectiontestwrapper.cc | 256 EXPECT_TRUE(peer_connection_->AddStream(stream));
|
| /external/webrtc/talk/session/media/ |
| channel_unittest.cc | 633 content1.AddStream(stream1); 643 content2.AddStream(stream2); 644 content2.AddStream(stream3); 656 content3.AddStream(stream1); 666 content4.AddStream(stream2); 700 content1.AddStream(stream1); 711 content2.AddStream(stream2); 712 content2.AddStream(stream3); 724 content3.AddStream(stream1); 734 content4.AddStream(stream2) [all...] |
| mediasession.h | 249 void AddStream(const StreamParams& stream) {
|
| mediasession.cc | 538 content_description->AddStream(stream_param); 544 content_description->AddStream(*param); [all...] |
| /external/webrtc/talk/app/webrtc/objc/ |
| RTCPeerConnection.mm | 154 - (BOOL)addStream:(RTCMediaStream*)stream { 155 BOOL ret = self.peerConnection->AddStream(stream.mediaStream);
|
| /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
| mfreadwrite.h | 405 virtual HRESULT STDMETHODCALLTYPE AddStream( 469 HRESULT (STDMETHODCALLTYPE *AddStream)( 534 #define IMFSinkWriter_AddStream(This,pTargetMediaType,pdwStreamIndex) (This)->lpVtbl->AddStream(This,pTargetMediaType,pdwStreamIndex) 558 return This->lpVtbl->AddStream(This,pTargetMediaType,pdwStreamIndex); [all...] |