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

  /external/chromium_org/media/filters/
decoder_stream.h 140 // Decodes |buffer| and returns the result via OnDecodeOutputReady().
151 void OnDecodeOutputReady(const scoped_refptr<Output>& output);
decoder_stream.cc 84 base::Bind(&DecoderStream<StreamType>::OnDecodeOutputReady,
374 void DecoderStream<StreamType>::OnDecodeOutputReady(
508 base::Bind(&DecoderStream<StreamType>::OnDecodeOutputReady,
520 // 1, Flushing decoder finished (see OnDecodeOutputReady()).

Completed in 1700 milliseconds