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.
33 class MEDIA_EXPORT SourceBufferStream {
49 SourceBufferStream(const AudioDecoderConfig& audio_config,
51 SourceBufferStream(const VideoDecoderConfig& video_config,
53 SourceBufferStream(const TextTrackConfig& text_config,
56 ~SourceBufferStream();
62 // Add the |buffers| to the SourceBufferStream. Buffers within the queue are
80 // Changes the SourceBufferStream's state so that it will start returning
84 // Returns true if the SourceBufferStream has seeked to a time without
88 // Notifies the SourceBufferStream that the media duration has been changed t
    [all...]
source_buffer_stream.cc 327 SourceBufferStream::SourceBufferStream(const AudioDecoderConfig& audio_config,
349 SourceBufferStream::SourceBufferStream(const VideoDecoderConfig& video_config,
371 SourceBufferStream::SourceBufferStream(const TextTrackConfig& text_config,
392 SourceBufferStream::~SourceBufferStream() {
399 void SourceBufferStream::OnNewMediaSegment(
420 bool SourceBufferStream::Append
    [all...]

Completed in 1032 milliseconds