Home | History | Annotate | Download | only in filters

Lines Matching refs:VideoFrameStream

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_);
720 while (last_read_status_ == VideoFrameStream::OK) {
725 EXPECT_EQ(VideoFrameStream::DECODE_ERROR, last_read_status_);