Searched refs:VideoSourceHandler (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/content/renderer/media/
H A Dvideo_source_handler.cc72 VideoSourceHandler::VideoSourceHandler( function in class:content::VideoSourceHandler
77 VideoSourceHandler::~VideoSourceHandler() {
85 bool VideoSourceHandler::Open(const std::string& url,
96 bool VideoSourceHandler::Close(FrameReaderInterface* reader) {
107 blink::WebMediaStreamTrack VideoSourceHandler::GetFirstVideoTrack(
134 void VideoSourceHandler::DeliverFrameForTesting(
146 VideoSourceHandler::SourceInfo::SourceInfo(
153 VideoSourceHandler
[all...]
H A Dvideo_source_handler.h37 // VideoSourceHandler is a glue class between MediaStreamVideoTrack and
39 class CONTENT_EXPORT VideoSourceHandler { class in namespace:content
43 explicit VideoSourceHandler(MediaStreamRegistryInterface* registry);
44 virtual ~VideoSourceHandler();
79 DISALLOW_COPY_AND_ASSIGN(VideoSourceHandler);
H A Dvideo_source_handler_unittest.cc49 handler_.reset(new VideoSourceHandler(registry_.get()));
62 scoped_ptr<VideoSourceHandler> handler_;
81 // The frame is delivered to VideoSourceHandler.
/external/chromium_org/content/renderer/pepper/
H A Dpepper_video_source_host.h79 scoped_ptr<VideoSourceHandler> source_handler_;
H A Dpepper_video_source_host.cc62 source_handler_(new VideoSourceHandler(NULL)),

Completed in 457 milliseconds