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

  /external/chromium_org/media/filters/
video_frame_stream_unittest.cc 64 video_frame_stream_.reset(new VideoFrameStream(
137 // Callback for VideoFrameStream::Read().
138 void FrameReady(VideoFrameStream::Status status,
148 void FrameReadyHoldDemuxer(VideoFrameStream::Status status,
273 // VideoFrameStream::Stop(). There's no need to satisfy a callback.
329 scoped_ptr<VideoFrameStream> video_frame_stream_;
344 VideoFrameStream::Status last_read_status_;
404 // Pass frames from the demuxer to the VideoFrameStream until the first read
438 // Pass frames from the demuxer to the VideoFrameStream until the first read
700 ASSERT_EQ(VideoFrameStream::DECODE_ERROR, last_read_status_)
    [all...]
video_renderer_impl.h 31 // presentation. It handles reading from the VideoFrameStream and stores the
84 void FrameReady(VideoFrameStream::Status status,
96 // Called when VideoFrameStream::Reset() completes.
137 VideoFrameStream video_frame_stream_;
193 // Keep track of the outstanding read on the VideoFrameStream. Flushing can
decoder_stream.h 207 // This is required so the VideoFrameStream can access private members in
218 typedef DecoderStream<DemuxerStream::VIDEO> VideoFrameStream;
video_renderer_impl.cc 326 void VideoRendererImpl::FrameReady(VideoFrameStream::Status status,
335 if (status == VideoFrameStream::DECODE_ERROR ||
336 status == VideoFrameStream::DECRYPT_ERROR) {
339 if (status == VideoFrameStream::DECRYPT_ERROR)
351 // Already-queued VideoFrameStream ReadCB's can fire after various state

Completed in 44 milliseconds