HomeSort by relevance Sort by last modified time
    Searched refs:CreateVideoCapturer (Results 1 - 25 of 32) sorted by null

1 2

  /external/chromium_org/remoting/host/
desktop_environment.h 47 virtual scoped_ptr<webrtc::ScreenCapturer> CreateVideoCapturer() = 0;
basic_desktop_environment.cc 54 BasicDesktopEnvironment::CreateVideoCapturer() {
host_mock_objects.cc 38 MockDesktopEnvironment::CreateVideoCapturer() {
me2me_desktop_environment.h 24 virtual scoped_ptr<webrtc::ScreenCapturer> CreateVideoCapturer() OVERRIDE;
basic_desktop_environment.h 30 virtual scoped_ptr<webrtc::ScreenCapturer> CreateVideoCapturer() OVERRIDE;
desktop_process_unittest.cc 117 // DesktopEnvironment::CreateVideoCapturer().
118 webrtc::ScreenCapturer* CreateVideoCapturer();
204 .WillOnce(Invoke(this, &DesktopProcessTest::CreateVideoCapturer));
221 webrtc::ScreenCapturer* DesktopProcessTest::CreateVideoCapturer() {
ipc_desktop_environment.h 55 virtual scoped_ptr<webrtc::ScreenCapturer> CreateVideoCapturer() OVERRIDE;
ipc_desktop_environment_unittest.cc 141 // DesktopEnvironment::CreateVideoCapturer().
142 webrtc::ScreenCapturer* CreateVideoCapturer();
290 desktop_environment_->CreateVideoCapturer();
326 this, &IpcDesktopEnvironmentTest::CreateVideoCapturer));
346 webrtc::ScreenCapturer* IpcDesktopEnvironmentTest::CreateVideoCapturer() {
me2me_desktop_environment.cc 44 Me2MeDesktopEnvironment::CreateVideoCapturer() {
ipc_desktop_environment.cc 61 IpcDesktopEnvironment::CreateVideoCapturer() {
62 return desktop_session_proxy_->CreateVideoCapturer();
desktop_session_proxy.h 79 scoped_ptr<webrtc::ScreenCapturer> CreateVideoCapturer();
host_mock_objects.h 47 virtual scoped_ptr<webrtc::ScreenCapturer> CreateVideoCapturer() OVERRIDE;
chromoting_host_unittest.cc 250 .WillOnce(Invoke(this, &ChromotingHostTest::CreateVideoCapturer));
268 // DesktopEnvironment::CreateVideoCapturer().
269 webrtc::ScreenCapturer* CreateVideoCapturer() {
client_session_unittest.cc 173 // DesktopEnvironment::CreateVideoCapturer().
174 webrtc::ScreenCapturer* CreateVideoCapturer();
334 .WillOnce(Invoke(this, &ClientSessionTest::CreateVideoCapturer));
349 webrtc::ScreenCapturer* ClientSessionTest::CreateVideoCapturer() {
client_session.cc 326 desktop_environment_->CreateVideoCapturer(),
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/objc/
RTCVideoCapturer.mm 53 device_manager->CreateVideoCapturer(device));
  /external/chromium_org/third_party/libjingle/source/talk/media/devices/
devicemanager.h 98 // by CreateVideoCapturer(). See ConstrainSupportedFormats() in
108 virtual VideoCapturer* CreateVideoCapturer(const Device& device) const = 0;
171 virtual VideoCapturer* CreateVideoCapturer(const Device& device) const;
devicemanager_unittest.cc 414 dm_->CreateVideoCapturer(device));
424 dm_->CreateVideoCapturer(device));
436 dm_->CreateVideoCapturer(device));
447 dm_->CreateVideoCapturer(device));
fakedevicemanager.h 97 virtual VideoCapturer* CreateVideoCapturer(const Device& device) const {
devicemanager.cc 214 VideoCapturer* DeviceManager::CreateVideoCapturer(const Device& device) const {
  /external/chromium_org/content/renderer/media/webrtc/
peer_connection_dependency_factory.h 83 virtual WebRtcVideoCapturerAdapter* CreateVideoCapturer(
webrtc_video_track_adapter.cc 146 factory->CreateVideoCapturer(is_screencast);
mock_peer_connection_dependency_factory.h 185 virtual WebRtcVideoCapturerAdapter* CreateVideoCapturer(
mock_peer_connection_dependency_factory.cc 458 MockPeerConnectionDependencyFactory::CreateVideoCapturer(
  /external/chromium_org/third_party/libjingle/source/talk/session/media/
channelmanager.h 159 VideoCapturer* CreateVideoCapturer();

Completed in 529 milliseconds

1 2