Searched defs:Capture (Results 1 - 25 of 39) sorted by relevance

12

/external/chromium_org/remoting/host/
H A Dfake_mouse_cursor_monitor.cc31 void FakeMouseCursorMonitor::Capture() { function in class:remoting::FakeMouseCursorMonitor
H A Dipc_mouse_cursor_monitor.cc29 void IpcMouseCursorMonitor::Capture() { function in class:remoting::IpcMouseCursorMonitor
31 // captures a screen frame when |IpcVideoFrameCapturer::Capture()| is called.
H A Dipc_video_frame_capturer.cc31 void IpcVideoFrameCapturer::Capture(const webrtc::DesktopRegion& region) { function in class:remoting::IpcVideoFrameCapturer
H A Dshaped_desktop_capturer.cc28 void ShapedDesktopCapturer::Capture(const webrtc::DesktopRegion& region) { function in class:remoting::ShapedDesktopCapturer
29 desktop_capturer_->Capture(region);
/external/chromium_org/chrome/browser/ui/views/
H A Dcrypto_module_password_dialog_view_unittest.cc22 void Capture(const std::string& text) { function in class:chrome::CryptoModulePasswordDialogViewTest
38 base::Bind(&CryptoModulePasswordDialogViewTest::Capture,
/external/chromium_org/chrome/common/extensions/docs/server2/
H A Dtest_util.py18 class Capture(object): class in function:CaptureLogging
22 cf = Capture()
/external/chromium_org/v8/testing/
H A Dgmock-support.h13 class Capture { class in namespace:testing
15 Capture() : value_(), has_value_(false) {} function in class:testing::Capture
37 explicit CaptureEqMatcher(Capture<T>* capture) : capture_(capture) {}
57 Capture<T>* capture_;
66 Matcher<T> CaptureEq(Capture<T>* capture) {
/external/easymock/src/org/easymock/
H A DCapture.java29 public class Capture<T> implements Serializable { class in inherits:Serializable
40 public Capture() { method in class:Capture
50 public Capture(CaptureType type) { method in class:Capture
/external/chromium_org/third_party/webrtc/modules/desktop_capture/
H A Dwindow_capturer_null.cc33 virtual void Capture(const DesktopRegion& region) OVERRIDE;
70 void WindowCapturerNull::Capture(const DesktopRegion& region) { function in class:webrtc::__anon15945::WindowCapturerNull
H A Ddesktop_and_cursor_composer.cc139 void DesktopAndCursorComposer::Capture(const DesktopRegion& region) { function in class:webrtc::DesktopAndCursorComposer
141 mouse_monitor_->Capture();
142 desktop_capturer_->Capture(region);
H A Dmouse_cursor_monitor_win.cc30 virtual void Capture() OVERRIDE;
83 void MouseCursorMonitorWin::Capture() { function in class:webrtc::MouseCursorMonitorWin
H A Dmouse_cursor_monitor_x11.cc67 virtual void Capture() OVERRIDE;
130 void MouseCursorMonitorX11::Capture() { function in class:webrtc::MouseCursorMonitorX11
H A Dwindow_capturer_win.cc81 virtual void Capture(const DesktopRegion& region) OVERRIDE;
163 void WindowCapturerWin::Capture(const DesktopRegion& region) { function in class:webrtc::__anon15946::WindowCapturerWin
H A Dscreen_capturer_x11.cc55 virtual void Capture(const DesktopRegion& region) OVERRIDE;
71 // Capture the cursor image and notify the delegate if it was captured.
74 // Capture screen pixels to the current buffer in the queue. In the DAMAGE
262 void ScreenCapturerLinux::Capture(const DesktopRegion& region) { function in class:webrtc::__anon15941::ScreenCapturerLinux
416 // Capture the damaged portions of the desktop.
H A Dwindow_capturer_x11.cc101 virtual void Capture(const DesktopRegion& region) OVERRIDE;
280 void WindowCapturerLinux::Capture(const DesktopRegion& region) { function in class:webrtc::__anon15947::WindowCapturerLinux
/external/chromium_org/tools/cr/cr/base/
H A Dhost.py139 def Capture(self, *command): member in class:Host
/external/chromium_org/remoting/host/chromeos/
H A Daura_desktop_capturer.cc86 void AuraDesktopCapturer::Capture(const webrtc::DesktopRegion&) { function in class:remoting::AuraDesktopCapturer
/external/chromium_org/content/renderer/media/
H A Dwebrtc_local_audio_track.cc41 void WebRtcLocalAudioTrack::Capture(const int16* audio_data, function in class:content::WebRtcLocalAudioTrack
H A Dwebrtc_audio_capturer.cc57 void Capture(const int16* audio_data, function in class:content::WebRtcAudioCapturer::TrackOwner
65 delegate_->Capture(audio_data,
458 void WebRtcAudioCapturer::Capture(const media::AudioBus* audio_source, function in class:content::WebRtcAudioCapturer
528 "WAC::Capture: current_audio_power=%.2fdBFS.", result.first));
551 (*it)->Capture(output, audio_delay, current_volume, key_pressed,
/external/chromium_org/third_party/webrtc/modules/desktop_capture/win/
H A Dscreen_capturer_win_gdi.cc74 void ScreenCapturerWinGdi::Capture(const DesktopRegion& region) { function in class:webrtc::ScreenCapturerWinGdi
H A Dscreen_capturer_win_magnifier.cc83 void ScreenCapturerWinMagnifier::Capture(const DesktopRegion& region) { function in class:webrtc::ScreenCapturerWinMagnifier
127 fallback_capturer_->Capture(region);
/external/chromium_org/third_party/webrtc/video_engine/
H A Dvie_input_manager.cc216 LOG(LS_ERROR) << "Capture device not found: " << device_unique_idUTF8;
362 LOG(LS_ERROR) << "Capture device doesn't exist " << capture_id << ".";
374 ViECapturer* ViEInputManagerScoped::Capture(int capture_id) const { function in class:webrtc::ViEInputManagerScoped
/external/clang/lib/CodeGen/
H A DCGBlocks.h152 class Capture { class in class:clang::CodeGen::CGBlockInfo
173 static Capture makeIndex(unsigned index) {
174 Capture v;
179 static Capture makeConstant(llvm::Value *value) {
180 Capture v;
206 llvm::DenseMap<const VarDecl*, Capture> Captures;
233 const Capture &getCapture(const VarDecl *var) const {
236 Capture &getCapture(const VarDecl *var) {
237 llvm::DenseMap<const VarDecl*, Capture>::iterator
/external/chromium_org/content/browser/media/capture/
H A Ddesktop_capture_device_aura.cc127 void Capture(bool dirty);
227 base::Bind(&DesktopVideoCaptureMachine::Capture, AsWeakPtr(),
261 void DesktopVideoCaptureMachine::Capture(bool dirty) { function in class:content::__anon7241::DesktopVideoCaptureMachine
508 &DesktopVideoCaptureMachine::Capture, AsWeakPtr(), true));
H A Dweb_contents_video_capture_device.cc16 // 2. Capture: A bitmap is snapshotted/copied from the RenderWidget's backing
27 // bitmap returned by Capture, and writes into the reserved slot in the
35 // In the best-performing case, the Render step is bypassed: Capture produces
37 // system is designed so that Capture and Render may run concurrently. A timing
41 // thread1: |-Capture-f1------v |-Capture-f2------v |-Capture-f3----v |-Capt
244 void Capture(const base::TimeTicks& start_time,
484 TRACE_EVENT_ASYNC_STEP_INTO0("mirroring", "Capture", output.get(), "Scale");
492 TRACE_EVENT_ASYNC_STEP_INTO0("mirroring", "Capture", outpu
604 void WebContentsCaptureMachine::Capture( function in class:content::__anon7251::WebContentsCaptureMachine
[all...]

Completed in 447 milliseconds

12