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

  /external/chromium_org/media/filters/
source_buffer_stream.h 5 // SourceBufferStream is a data structure that stores media Buffers in ranges.
32 class MEDIA_EXPORT SourceBufferStream {
48 SourceBufferStream(const AudioDecoderConfig& audio_config,
50 SourceBufferStream(const VideoDecoderConfig& video_config,
53 ~SourceBufferStream();
59 // Add the |buffers| to the SourceBufferStream. Buffers within the queue are
77 // Changes the SourceBufferStream's state so that it will start returning
81 // Returns true if the SourceBufferStream has seeked to a time without
85 // Notifies the SourceBufferStream that the media duration has been changed to
131 // Frees up space if the SourceBufferStream is taking up too much memory
    [all...]
source_buffer_stream.cc 300 SourceBufferStream::SourceBufferStream(const AudioDecoderConfig& audio_config,
322 SourceBufferStream::SourceBufferStream(const VideoDecoderConfig& video_config,
344 SourceBufferStream::~SourceBufferStream() {
351 void SourceBufferStream::OnNewMediaSegment(
372 bool SourceBufferStream::Append(
373 const SourceBufferStream::BufferQueue& buffers) {
374 TRACE_EVENT2("mse", "SourceBufferStream::Append"
    [all...]

Completed in 157 milliseconds