Home | History | Annotate | Download | only in filters

Lines Matching refs:DecoderStream

33 class MEDIA_EXPORT DecoderStream {
49 // Indicates completion of a DecoderStream read.
52 DecoderStream(
56 virtual ~DecoderStream();
58 // Initializes the DecoderStream and returns the initialization result
80 // called asynchronously. The DecoderStream cannot be used anymore after
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;