HomeSort by relevance Sort by last modified time
    Searched refs:Capture (Results 26 - 50 of 143) sorted by null

12 3 4 5 6

  /external/webrtc/webrtc/modules/desktop_capture/
desktop_and_cursor_composer_unittest.cc 79 void Capture(const DesktopRegion& region) override {
110 void Capture() override {
193 blender_.Capture(DesktopRegion());
237 blender_.Capture(DesktopRegion());
mouse_cursor_monitor_win.cc 30 void Capture() override;
83 void MouseCursorMonitorWin::Capture() {
mouse_cursor_monitor_x11.cc 67 void Capture() override;
130 void MouseCursorMonitorX11::Capture() {
window_capturer_mac.mm 58 void Capture(const DesktopRegion& region) override;
176 void WindowCapturerMac::Capture(const DesktopRegion& region) {
window_capturer_win.cc 93 void Capture(const DesktopRegion& region) override;
152 void WindowCapturerWin::Capture(const DesktopRegion& region) {
mouse_cursor_monitor_mac.mm 39 void Capture() override;
74 // Single screen capture is not supported on pre OS X 10.7.
89 void MouseCursorMonitorMac::Capture() {
screen_capturer_x11.cc 47 void Capture(const DesktopRegion& region) override;
61 // Capture screen pixels to the current buffer in the queue. In the DAMAGE
65 // differences between this and the previous capture.
110 // Invalid region from the previous capture. This is used to synchronize the
235 void ScreenCapturerLinux::Capture(const DesktopRegion& region) {
341 // Capture the damaged portions of the desktop.
355 // Doing full-screen polling, or this is the first capture after a
356 // screen-resolution change. In either case, need a full-screen capture.
392 // capture the entire desktop. Note that encoder may be reading from the
window_capturer_x11.cc 101 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/v8/test/unittests/compiler/
js-intrinsic-lowering-unittest.cc 18 using testing::Capture;
121 Capture<Node*> branch, if_false;
152 Capture<Node*> branch, if_false;
183 Capture<Node*> branch, if_false;
231 Capture<Node*> branch0, if_false0, branch1, if_true1;
int64-lowering-unittest.cc 22 using testing::Capture;
135 Capture<Node*> high_word_load;
286 Capture<Node*> call;
340 Capture<Node*> add;
356 Capture<Node*> sub;
372 Capture<Node*> mul_capture;
413 Capture<Node*> shl;
429 Capture<Node*> shr;
445 Capture<Node*> sar;
551 Capture<Node*> stack_slot_capture
    [all...]
js-type-feedback-unittest.cc 21 using testing::Capture;
265 Capture<Node*> cell_capture;
317 Capture<Node*> cell_capture;
  /external/opencv3/modules/videoio/src/
cap_winrt_bridge.cpp 33 using namespace Windows::Media::Capture;
102 // nb. video capture device init must be done on UI thread;
cap_winrt_capture.cpp 0 // Capture support for WinRT
35 using namespace Windows::Media::Capture;
  /external/webrtc/webrtc/modules/desktop_capture/win/
screen_capturer_win_magnifier.h 38 // |fallback_capturer| will be used to capture the screen if a non-primary
47 void Capture(const DesktopRegion& region) override;
83 // It can only capture the primary screen for now. The magnification library
85 // primary screen) if it tries to capture a non-primary screen. The caller
screen_capturer_win_magnifier.cc 84 void ScreenCapturerWinMagnifier::Capture(const DesktopRegion& region) {
107 // So we can continue capture screen bits, just from the wrong desktop.
128 fallback_capturer_->Capture(region);
  /external/clang/lib/AST/
Stmt.cpp 948 CapturedStmt::Capture::Capture(SourceLocation Loc, VariableCaptureKind Kind,
953 assert(!Var && "'this' capture cannot have a variable!");
970 "Variable-length array type capture cannot have a variable!");
975 CapturedStmt::Capture *CapturedStmt::getStoredCaptures() const {
978 // Offset of the first Capture object.
980 llvm::RoundUpToAlignment(Size, llvm::alignOf<Capture>());
982 return reinterpret_cast<Capture *>(
988 ArrayRef<Capture> Captures,
    [all...]
  /external/v8/test/mjsunit/regress/
regress-145201.js 46 // Capture:
54 // Capture:
  /sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/i18n/
messages.properties 39 DeviceView_Screen_Capture=Screen Capture
40 DeviceView_Screen_Capture_Tooltip=Screen Capture
  /external/clang/include/clang/Sema/
Initialization.h 125 /// \brief The source location at which the capture occurs.
158 struct C Capture;
188 /// \brief Create the initialization entity for a lambda capture.
193 Capture.VarID = VarID;
194 Capture.Location = Loc.getRawEncoding();
317 /// \brief Create the initialization entity for a lambda capture.
418 /// \brief For a lambda capture, return the capture's name.
420 assert(getKind() == EK_LambdaCapture && "Not a lambda capture!");
421 return Capture.VarID->getName()
    [all...]
  /external/clang/lib/CodeGen/
CGBlocks.cpp 190 /// A chunk of data that we actually have to capture in the block.
195 const BlockDecl::Capture *Capture; // null for 'this'
200 const BlockDecl::Capture *capture,
203 Capture(capture), Type(type) {}
207 if (!Capture) {
211 info.Captures.insert({Capture->getVariable(),
212 CGBlockInfo::Capture::makeIndex(index, offset)})
589 CGBlockInfo::Capture &capture = blockInfo.getCapture(variable); local
763 const CGBlockInfo::Capture &capture = blockInfo.getCapture(variable); local
1002 const CGBlockInfo::Capture &capture = BlockInfo->getCapture(variable); local
1224 const CGBlockInfo::Capture &capture = blockInfo.getCapture(variable); local
1265 const CGBlockInfo::Capture &capture = blockInfo.getCapture(variable); local
1376 const CGBlockInfo::Capture &capture = blockInfo.getCapture(variable); local
1549 const CGBlockInfo::Capture &capture = blockInfo.getCapture(variable); local
    [all...]
  /frameworks/base/services/tests/servicestests/src/com/android/server/
NetworkPolicyManagerServiceTest.java 43 import static org.easymock.EasyMock.capture;
84 import org.easymock.Capture;
207 final Capture<IProcessObserver> processObserver = new Capture<IProcessObserver>();
208 mActivityManager.registerProcessObserver(capture(processObserver)); method
212 final Capture<INetworkManagementEventObserver> networkObserver = new Capture<
214 mNetworkManager.registerObserver(capture(networkObserver)); method
840 capture(tag.capture), anyInt(), method
920 public Capture<T> capture = new Capture<T>() { field in class:NetworkPolicyManagerServiceTest.FutureCapture
    [all...]
  /external/opencv3/modules/videoio/src/cap_winrt/
CaptureFrameGrabber.cpp 31 using namespace Windows::Media::Capture;
37 task<Media::CaptureFrameGrabber^> Media::CaptureFrameGrabber::CreateAsync(_In_ MediaCapture^ capture, _In_ VideoEncodingProperties^ props, CaptureStreamType streamType)
39 auto reader = ref new Media::CaptureFrameGrabber(capture, props, streamType);
47 task = create_task(capture->StartPreviewToCustomSinkAsync(profile, reader->_mediaExtension));
51 task = create_task(capture->StartRecordToCustomSinkAsync(profile, reader->_mediaExtension));
61 Media::CaptureFrameGrabber::CaptureFrameGrabber(_In_ MediaCapture^ capture, _In_ VideoEncodingProperties^ props, CaptureStreamType streamType)
64 , _capture(capture)
MFIncludes.hpp 52 namespace WMC = ::Windows::Media::Capture;
  /external/opencv3/samples/wp8/OcvImageManipulation/PhoneXamlDirect3DApp1/PhoneXamlDirect3DApp1Comp/
Direct3DInterop.h 87 Windows::Phone::Media::Capture::AudioVideoCaptureDevice ^pAudioVideoCaptureDevice;
  /external/v8/test/mjsunit/
string-match.js 61 assertEquals(captures[i - 1], RegExp["$" + i], name + "-capture-" + i);
107 testMatch("Capture-Nonglobal", stringSample3, re_multicap,
112 // Global regexp (also check that capture from before are cleared)
128 testMatch("Capture-Global", stringSample, re_cap,

Completed in 346 milliseconds

12 3 4 5 6