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

  /external/chromium_org/content/browser/renderer_host/media/
video_capture_controller.h 154 VideoCaptureManager* video_capture_manager_; member in class:content::VideoCaptureController
media_stream_manager.cc 172 DCHECK(video_capture_manager_.get());
173 return video_capture_manager_.get();
492 video_capture_manager_->EnumerateDevices(MEDIA_DEVICE_VIDEO_CAPTURE);
665 video_capture_manager_ = new VideoCaptureManager();
666 video_capture_manager_->Register(this,
    [all...]
media_stream_manager.h 234 scoped_refptr<VideoCaptureManager> video_capture_manager_; member in class:content::MediaStreamManager
video_capture_controller.cc 89 video_capture_manager_(video_capture_manager),
129 video_capture_manager_->Stop(current_params_.session_id,
158 video_capture_manager_->Start(params, this);
199 video_capture_manager_->Stop(session_id,
727 video_capture_manager_->Start(current_params_, this);

Completed in 47 milliseconds