Home
last modified time | relevance | path

Searched refs:DecoderStream (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/media/filters/
Ddecoder_stream.cc42 DecoderStream<StreamType>::DecoderStream( in DecoderStream() function in media::DecoderStream
58 DecoderStream<StreamType>::~DecoderStream() { in ~DecoderStream()
63 void DecoderStream<StreamType>::Initialize(DemuxerStream* stream, in Initialize()
82 base::Bind(&DecoderStream<StreamType>::OnDecoderSelected, in Initialize()
84 base::Bind(&DecoderStream<StreamType>::OnDecodeOutputReady, in Initialize()
89 void DecoderStream<StreamType>::Read(const ReadCB& read_cb) { in Read()
125 void DecoderStream<StreamType>::Reset(const base::Closure& closure) { in Reset()
155 &DecoderStream<StreamType>::ResetDecoder, weak_factory_.GetWeakPtr())); in Reset()
163 void DecoderStream<StreamType>::Stop(const base::Closure& closure) { in Stop()
191 &DecoderStream<StreamType>::StopDecoder, weak_factory_.GetWeakPtr())); in Stop()
[all …]
Ddecoder_stream.h33 class MEDIA_EXPORT DecoderStream {
52 DecoderStream(
56 virtual ~DecoderStream();
205 base::WeakPtrFactory<DecoderStream<StreamType> > weak_factory_;
209 DISALLOW_IMPLICIT_CONSTRUCTORS(DecoderStream);
213 bool DecoderStream<DemuxerStream::AUDIO>::CanReadWithoutStalling() const;
216 int DecoderStream<DemuxerStream::AUDIO>::GetMaxDecodeRequests() const;
218 typedef DecoderStream<DemuxerStream::VIDEO> VideoFrameStream;
219 typedef DecoderStream<DemuxerStream::AUDIO> AudioBufferStream;