HomeSort by relevance Sort by last modified time
    Searched defs:SatisfyRead (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/media/filters/
fake_demuxer_stream.cc 112 void FakeDemuxerStream::SatisfyRead() {
decoder_stream.cc 277 void DecoderStream<StreamType>::SatisfyRead(
341 SatisfyRead(DECODE_ERROR, NULL);
358 SatisfyRead(OK, StreamTraits::CreateEOSOutput());
404 SatisfyRead(OK, output);
473 SatisfyRead(DEMUXER_READ_ABORTED, NULL);
536 SatisfyRead(DECODE_ERROR, NULL);
fake_video_decoder_unittest.cc 158 void SatisfyRead() {

Completed in 60 milliseconds