HomeSort by relevance Sort by last modified time
    Searched defs:Capture (Results 1 - 25 of 46) sorted by null

1 2

  /external/chromium_org/remoting/host/
ipc_mouse_cursor_monitor.cc 29 void IpcMouseCursorMonitor::Capture() {
30 // Ignore. DesktopSessionAgent will capture the cursor at the same time it
31 // captures a screen frame when |IpcVideoFrameCapturer::Capture()| is called.
ipc_video_frame_capturer.cc 31 void IpcVideoFrameCapturer::Capture(const webrtc::DesktopRegion& region) {
fake_mouse_cursor_monitor.cc 31 void FakeMouseCursorMonitor::Capture() {
shaped_desktop_capturer.cc 28 void ShapedDesktopCapturer::Capture(const webrtc::DesktopRegion& region) {
29 desktop_capturer_->Capture(region);
  /external/chromium_org/chrome/browser/ui/views/
crypto_module_password_dialog_view_unittest.cc 22 void Capture(const std::string& text) {
38 base::Bind(&CryptoModulePasswordDialogViewTest::Capture,
  /external/chromium_org/chrome/common/extensions/docs/server2/
test_util.py 18 class Capture(object):
22 cf = Capture()
  /external/chromium_org/third_party/webrtc/modules/desktop_capture/
window_capturer_null.cc 33 virtual void Capture(const DesktopRegion& region) OVERRIDE;
70 void WindowCapturerNull::Capture(const DesktopRegion& region) {
desktop_and_cursor_composer.cc 139 void DesktopAndCursorComposer::Capture(const DesktopRegion& region) {
141 mouse_monitor_->Capture();
142 desktop_capturer_->Capture(region);
mouse_cursor_monitor_win.cc 30 virtual void Capture() OVERRIDE;
83 void MouseCursorMonitorWin::Capture() {
mouse_cursor_monitor_x11.cc 67 virtual void Capture() OVERRIDE;
130 void MouseCursorMonitorX11::Capture() {
window_capturer_win.cc 81 virtual void Capture(const DesktopRegion& region) OVERRIDE;
163 void WindowCapturerWin::Capture(const DesktopRegion& region) {
screen_capturer_x11.cc 55 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
78 // differences between this and the previous capture.
124 // Invalid region from the previous capture. This is used to synchronize the
262 void ScreenCapturerLinux::Capture(const DesktopRegion& region) {
416 // Capture the damaged portions of the desktop.
430 // Doing full-screen polling, or this is the first capture after a
431 // screen-resolution change. In either case, need a full-screen capture.
467 // capture the entire desktop. Note that encoder may be reading from th
    [all...]
window_capturer_x11.cc 101 virtual void Capture(const DesktopRegion& region) OVERRIDE;
280 void WindowCapturerLinux::Capture(const DesktopRegion& region) {
290 // Without the Xcomposite extension we capture when the whole window is
  /external/chromium_org/v8/testing/
gmock-support.h 13 class Capture {
15 Capture() : value_(), has_value_(false) {}
37 explicit CaptureEqMatcher(Capture<T>* capture) : capture_(capture) {}
57 Capture<T>* capture_;
63 // CaptureEq(capture) captures the value passed in during matching as long as it
66 Matcher<T> CaptureEq(Capture<T>* capture) {
67 return MakeMatcher(new internal::CaptureEqMatcher<T>(capture));
    [all...]
  /external/easymock/src/org/easymock/
Capture.java 23 * Will contain what was captured by the <code>capture()</code> matcher. Knows
24 * if something was captured or not (allows to capture a null value).
29 public class Capture<T> implements Serializable {
40 public Capture() {
45 * Constructor allowing to select the capture type
48 * capture type
50 public Capture(CaptureType type) {
55 * Will reset capture to a "nothing captured yet" state
123 throw new IllegalArgumentException("Unknown capture type: " + type);
  /external/chromium_org/content/renderer/media/
webrtc_local_audio_track.cc 41 void WebRtcLocalAudioTrack::Capture(const int16* audio_data,
101 // If the source is restarted, we might have changed to another capture
151 // Clear the delegate to ensure that no more capture callbacks will
184 // Clear the delegate to ensure that no more capture callbacks will
webrtc_audio_capturer.cc 57 void Capture(const int16* audio_data,
65 delegate_->Capture(audio_data,
288 // Clear the delegate to ensure that no more capture callbacks will
326 DVLOG(1) << "Switching to a new capture source.";
458 void WebRtcAudioCapturer::Capture(const media::AudioBus* audio_source,
528 "WAC::Capture: current_audio_power=%.2fdBFS.", result.first));
551 (*it)->Capture(output, audio_delay, current_volume, key_pressed,
  /external/chromium_org/remoting/host/chromeos/
aura_desktop_capturer.cc 20 // DesktopFrame implementation used by screen capture on ChromeOS.
86 void AuraDesktopCapturer::Capture(const webrtc::DesktopRegion&) {
  /external/chromium_org/tools/cr/cr/base/
host.py 52 shell=False, capture=False, silent=False,
63 capture: controls wether the output of the command is captured.
73 the status if return_status is true, or the output if capture is true,
88 if capture:
136 shell=True, capture=True, ignore_dry_run=True)
139 def Capture(self, *command):
140 return self._Execute(command, capture=True, ignore_dry_run=True)
  /external/chromium_org/third_party/webrtc/modules/desktop_capture/win/
screen_capturer_win_gdi.cc 74 void ScreenCapturerWinGdi::Capture(const DesktopRegion& region) {
88 // Make sure the GDI capture resources are up-to-date.
189 // So we can continue capture screen bits, just from the wrong desktop.
221 // Create GDI device contexts to capture from the desktop into memory.
screen_capturer_win_magnifier.cc 83 void ScreenCapturerWinMagnifier::Capture(const DesktopRegion& region) {
106 // So we can continue capture screen bits, just from the wrong desktop.
127 fallback_capturer_->Capture(region);
  /external/chromium_org/third_party/webrtc/video_engine/
vie_input_manager.cc 172 // Make sure this is a capture device.
216 LOG(LS_ERROR) << "Capture device not found: " << device_unique_idUTF8;
222 LOG(LS_ERROR) << "All capture devices already allocated.";
243 LOG(LS_ERROR) << "All capture devices already allocated.";
269 LOG(LS_ERROR) << "No such capture device id: " << capture_id;
275 LOG(LS_WARNING) << num_callbacks << " still registered to capture id "
276 << capture_id << " when destroying capture device.";
280 // Leave cs before deleting the capture object. This is because deleting the
295 LOG(LS_ERROR) << "All capture devices already allocated.";
315 // We found a free capture device id
    [all...]
  /external/chromium_org/content/browser/media/capture/
desktop_capture_device_aura.cc 5 #include "content/browser/media/capture/desktop_capture_device_aura.h"
13 #include "content/browser/media/capture/content_video_capture_device_core.h"
14 #include "content/browser/media/capture/desktop_capture_device_uma_types.h"
19 #include "media/video/capture/video_capture_types.h"
127 void Capture(bool dirty);
129 // Update capture size. Must be called on the UI thread.
167 // The capture parameters for this capture.
211 // Update capture size.
227 base::Bind(&DesktopVideoCaptureMachine::Capture, AsWeakPtr()
    [all...]
web_contents_video_capture_device.cc 14 // frame capture should be throttled back.
16 // 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
51 #include "content/browser/media/capture/web_contents_video_capture_device.h"
65 #include "content/browser/media/capture/content_video_capture_device_core.h
    [all...]
  /external/clang/lib/CodeGen/
CGBlocks.h 152 class Capture {
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

Completed in 457 milliseconds

1 2