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

  /external/chromium_org/media/filters/
decoder_stream.h 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
    [all...]
decoder_stream.cc 33 return "DecoderStream<VIDEO>::Decode";
38 return "DecoderStream<AUDIO>::Decode";
42 DecoderStream<StreamType>::DecoderStream(
58 DecoderStream<StreamType>::~DecoderStream() {
63 void DecoderStream<StreamType>::Initialize(DemuxerStream* stream,
82 base::Bind(&DecoderStream<StreamType>::OnDecoderSelected,
84 base::Bind(&DecoderStream<StreamType>::OnDecodeOutputReady,
89 void DecoderStream<StreamType>::Read(const ReadCB& read_cb)
    [all...]

Completed in 173 milliseconds