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

  /external/chromium_org/content/renderer/media/
webmediasource_impl.cc 36 WebMediaSource::AddStatus WebMediaSourceImpl::addSourceBuffer(
  /external/chromium_org/third_party/WebKit/Source/modules/mediasource/
MediaSource.cpp 73 SourceBuffer* MediaSource::addSourceBuffer(const String& type, ExceptionState& exceptionState)
75 WTF_LOG(Media, "MediaSource::addSourceBuffer(%s) %p", type.ascii().data(), this);
77 // 2.2 https://dvcs.w3.org/hg/html-media/raw-file/default/media-source/media-source.html#widl-MediaSource-addSourceBuffer-SourceBuffer-DOMString-type
112 // 6. Add the new object to sourceBuffers and fire a addsourcebuffer on that object.
WebKitMediaSource.cpp 74 WebKitSourceBuffer* WebKitMediaSource::addSourceBuffer(const String& type, ExceptionState& exceptionState)
76 // 3.1 http://dvcs.w3.org/hg/html-media/raw-file/tip/media-source/media-source.html#dom-addsourcebuffer
106 // 6. Add the new object to sourceBuffers and fire a addsourcebuffer on that object.

Completed in 46 milliseconds