HomeSort by relevance Sort by last modified time
    Searched full:appendwindowstart (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/WebKit/Source/modules/mediasource/
SourceBuffer.idl 58 [RaisesException=Setter] attribute double appendWindowStart;
SourceBuffer.h 83 double appendWindowStart() const;
SourceBuffer.cpp 199 double SourceBuffer::appendWindowStart() const
206 // Section 3.1 appendWindowStart attribute setter steps.
207 // https://dvcs.w3.org/hg/html-media/raw-file/tip/media-source/media-source.html#widl-SourceBuffer-appendWindowStart
247 // 4. If the new value is less than or equal to appendWindowStart then throw an InvalidAccessError
311 // 5. Set appendWindowStart to 0.
  /external/chromium_org/media/filters/
frame_processor.cc 244 // 10. If presentation timestamp is less than appendWindowStart, then set

Completed in 789 milliseconds