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

  /external/chromium_org/media/filters/
fake_video_decoder_unittest.cc 154 decoder_->SatisfyRead();
159 void SatisfyRead() {
329 SatisfyRead();
342 SatisfyRead();
364 SatisfyRead();
381 SatisfyRead();
399 SatisfyRead();
416 SatisfyRead();
fake_demuxer_stream.h 39 // Upon the next read, holds the read callback until SatisfyRead() or Reset()
44 // SatisfyRead() or Reset() is called. If there is no config change any more,
49 void SatisfyRead();
fake_video_decoder.h 53 void SatisfyRead();
video_frame_stream.cc 191 void VideoFrameStream::SatisfyRead(Status status,
198 SatisfyRead(ABORTED, NULL);
226 SatisfyRead(DECODE_ERROR, NULL);
233 SatisfyRead(DECRYPT_ERROR, NULL);
267 SatisfyRead(OK, frame);
320 SatisfyRead(DEMUXER_READ_ABORTED, NULL);
368 SatisfyRead(DECODE_ERROR, NULL);
video_frame_stream.h 102 void SatisfyRead(Status status, const scoped_refptr<VideoFrame>& frame);
fake_demuxer_stream.cc 95 void FakeDemuxerStream::SatisfyRead() {
fake_video_decoder.cc 137 void FakeVideoDecoder::SatisfyRead() {
video_frame_stream_unittest.cc 207 demuxer_stream_->SatisfyRead();
222 decoder_->SatisfyRead();
fake_demuxer_stream_unittest.cc 115 stream_->SatisfyRead();

Completed in 208 milliseconds