HomeSort by relevance Sort by last modified time
    Searched refs:addstream (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/third_party/webrtc/tools/rtcbot/test/
webrtc_video_streaming.js 32 pc1.addEventListener('addstream', test.fail);
33 pc2.addEventListener('addstream', onAddStream);
41 pc1.addStream(stream);
  /external/chromium_org/third_party/WebKit/Source/modules/mediastream/
RTCPeerConnection.h 99 void addStream(MediaStream*, const Dictionary& mediaConstraints, ExceptionState&);
118 DEFINE_ATTRIBUTE_EVENT_LISTENER(addstream);
RTCPeerConnection.cpp 470 void RTCPeerConnection::addStream(MediaStream* stream, const Dictionary& mediaConstraints, ExceptionState& exceptionState)
489 bool valid = m_peerHandler->addStream(stream->descriptor(), constraints);
661 scheduleDispatchEvent(MediaStreamEvent::create(EventTypeNames::addstream, false, false, stream));
  /external/chromium_org/third_party/webrtc/tools/rtcbot/bot/browser/
bot.js 41 obj.addStream = function(stream) {
48 pc.addStream(tempStream);
51 pc.addEventListener('addstream', function(event) {
  /external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
sctp_usrreq.c 5301 uint8_t addstream = 0; local
    [all...]

Completed in 253 milliseconds