Home
last modified time | relevance | path

Searched refs:GotFrame (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/content/renderer/media/
Dvideo_source_handler.h31 virtual bool GotFrame(const scoped_refptr<media::VideoFrame>& frame) = 0;
Dvideo_source_handler_unittest.cc30 virtual bool GotFrame( in GotFrame() function in content::FakeFrameReader
Dvideo_source_handler.cc60 reader_->GotFrame(frame); in OnVideoFrame()
/external/chromium_org/content/renderer/pepper/
Dpepper_video_source_host.h47 virtual bool GotFrame(const scoped_refptr<media::VideoFrame>& frame)
Dpepper_video_source_host.cc36 bool PepperVideoSourceHost::FrameReceiver::GotFrame( in GotFrame() function in content::PepperVideoSourceHost::FrameReceiver