HomeSort by relevance Sort by last modified time
    Searched defs:AddStream (Results 1 - 17 of 17) sorted by null

  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
streamcollection.h 94 void AddStream(MediaStreamInterface* stream) {
peerconnection.cc 406 bool PeerConnection::AddStream(MediaStreamInterface* local_stream,
415 // TODO(perkj): Implement support for MediaConstraints in AddStream.
419 stats_->AddStream(local_stream);
773 stats_->AddStream(stream);
peerconnectioninterface_unittest.cc 319 void AddStream(const std::string& label) {
328 EXPECT_TRUE(pc_->AddStream(stream, NULL));
340 EXPECT_TRUE(pc_->AddStream(stream, NULL));
358 EXPECT_TRUE(pc_->AddStream(stream, NULL));
571 AddStream(kStreamLabel1);
582 EXPECT_TRUE(pc_->AddStream(stream, NULL));
600 AddStream(kStreamLabel1);
614 AddStream(kStreamLabel1);
624 AddStream(kStreamLabel1);
634 AddStream(kStreamLabel1)
    [all...]
statscollector.cc 563 void StatsCollector::AddStream(MediaStreamInterface* stream) {
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/session/media/
bundlefilter.cc 86 bool BundleFilter::AddStream(const StreamParams& stream) {
mediamessages.cc 47 void AddStream(std::vector<StreamParams>* streams, const StreamParams& stream) {
115 AddStream(&audio_, stream);
119 AddStream(&video_, stream);
123 AddStream(&data_, stream);
mediasession.h 112 void AddStream(MediaType type,
238 void AddStream(const StreamParams& stream) {
mediasession.cc 504 content_description->AddStream(stream_param);
510 content_description->AddStream(param);
    [all...]
  /external/chromium_org/chromecast/media/cma/base/
buffering_controller.cc 64 scoped_refptr<BufferingState> BufferingController::AddStream() {
  /external/chromium_org/content/renderer/media/
mock_peer_connection_impl.cc 61 void AddStream(MediaStreamInterface* stream) {
234 bool MockPeerConnectionImpl::AddStream(
239 local_streams_->AddStream(local_stream);
315 remote_streams_->AddStream(stream);
  /external/chromium_org/content/renderer/media/webrtc/
media_stream_track_metrics.cc 205 void MediaStreamTrackMetrics::AddStream(StreamType type,
  /external/chromium_org/third_party/libjingle/source/talk/media/other/
linphonemediaengine.h 125 virtual bool AddStream(uint32 ssrc) { return true; }
  /external/chromium_org/content/child/npapi/
plugin_instance.cc 97 AddStream(stream);
101 void PluginInstance::AddStream(PluginStream* stream) {
392 AddStream(stream);
  /external/chromium_org/third_party/libjingle/source/talk/media/sctp/
sctpdataengine_unittest.cc 257 AddStream(1);
258 AddStream(2);
285 void AddStream(int ssrc) {
444 AddStream(3);
466 AddStream(3);
467 AddStream(4);
510 AddStream(1);
sctpdataengine.cc 493 return AddStream(stream);
644 bool SctpDataMediaChannel::AddStream(const StreamParams& stream) {
    [all...]
  /external/chromium_org/third_party/webrtc/modules/remote_bitrate_estimator/
remote_bitrate_estimator_unittest_helper.cc 127 void StreamGenerator::AddStream(RtpStream* stream) {
200 stream_generator_->AddStream(new testing::RtpStream(
450 stream_generator_->AddStream(new testing::RtpStream(
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
rtccore.h     [all...]

Completed in 699 milliseconds