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

  /external/chromium_org/content/renderer/media/
video_source_handler.h 38 // VideoSourceHandler is a glue class between the webrtc MediaStream and
40 class CONTENT_EXPORT VideoSourceHandler {
44 explicit VideoSourceHandler(MediaStreamRegistryInterface* registry);
45 virtual ~VideoSourceHandler();
67 DISALLOW_COPY_AND_ASSIGN(VideoSourceHandler);
video_source_handler.cc 58 VideoSourceHandler::VideoSourceHandler(
63 VideoSourceHandler::~VideoSourceHandler() {
68 bool VideoSourceHandler::Open(const std::string& url,
81 bool VideoSourceHandler::Close(const std::string& url,
85 LOG(ERROR) << "VideoSourceHandler::Close - Failed to get the video source "
92 LOG(ERROR) << "VideoSourceHandler::Close - Failed to find receiver that "
103 scoped_refptr<VideoSourceInterface> VideoSourceHandler::GetFirstVideoSource(
140 VideoRenderer* VideoSourceHandler::GetReceiver
    [all...]
video_source_handler_unittest.cc 46 handler_.reset(new VideoSourceHandler(&registry_));
53 scoped_ptr<VideoSourceHandler> handler_;
  /external/chromium_org/content/renderer/pepper/
pepper_video_source_host.h 76 scoped_ptr<VideoSourceHandler> source_handler_;
pepper_video_source_host.cc 68 source_handler_(new VideoSourceHandler(NULL)),

Completed in 825 milliseconds