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

  /external/chromium_org/media/filters/
fake_demuxer_stream.h 42 // Upon the next read, holds the read callback until SatisfyRead() or Reset()
47 // SatisfyRead() or Reset() is called. If there is no config change any more,
52 void 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);
decoder_stream.h 137 void SatisfyRead(Status status,
video_frame_stream_unittest.cc 269 demuxer_stream_->SatisfyRead();
420 demuxer_stream_->SatisfyRead();
471 demuxer_stream_->SatisfyRead();
fake_demuxer_stream.cc 112 void FakeDemuxerStream::SatisfyRead() {
fake_demuxer_stream_unittest.cc 121 stream_->SatisfyRead();
fake_video_decoder_unittest.cc 158 void SatisfyRead() {

Completed in 162 milliseconds