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.cc 59 SourceBufferStream::Type type) {
61 case SourceBufferStream::kAudio:
62 case SourceBufferStream::kVideo:
64 case SourceBufferStream::kText:
72 SourceBufferStream::SourceBufferStream(const AudioDecoderConfig& audio_config,
98 SourceBufferStream::SourceBufferStream(const VideoDecoderConfig& video_config,
124 SourceBufferStream::SourceBufferStream(const TextTrackConfig& text_config
    [all...]
source_buffer_stream.h 5 // SourceBufferStream is a data structure that stores media Buffers in ranges.
33 class MEDIA_EXPORT SourceBufferStream {
55 SourceBufferStream(const AudioDecoderConfig& audio_config,
58 SourceBufferStream(const VideoDecoderConfig& video_config,
61 SourceBufferStream(const TextTrackConfig& text_config,
65 ~SourceBufferStream();
73 // Add the |buffers| to the SourceBufferStream. Buffers within the queue are
91 // Changes the SourceBufferStream's state so that it will start returning
95 // Returns true if the SourceBufferStream has seeked to a time without
99 // Notifies the SourceBufferStream that the media duration has been changed t
    [all...]

Completed in 157 milliseconds