HomeSort by relevance Sort by last modified time
    Searched full:capture (Results 276 - 300 of 3047) sorted by null

<<11121314151617181920>>

  /external/mockito/src/org/mockito/
Captor.java 25 * verify(mock.doStuff(captor.capture()));
  /external/opencv3/samples/winrt/ImageManipulations/
AdvancedCapture.xaml.h 52 void Failed(Windows::Media::Capture::MediaCapture ^ mediaCapture, Windows::Media::Capture::MediaCaptureFailedEventArgs ^ args);
76 Windows::Media::Capture::VideoRotation VideoRotationLookup(
79 Platform::Agile<Windows::Media::Capture::MediaCapture> m_mediaCaptureMgr;
  /external/skia/site/dev/testing/
index.md 13 Cluster Telemetry is a powerful framework that helps us capture and benchmark
  /external/testng/src/test/java/test/pholser/
Captor.java 27 public void capture( String aString ) { method in class:Captor
  /external/v8/test/unittests/compiler/
control-flow-optimizer-unittest.cc 13 using testing::Capture;
59 Capture<Node*> switch_capture;
90 Capture<Node*> switch_capture;
116 Capture<Node*> branch1_capture, branch2_capture;
  /external/webrtc/webrtc/base/objc/
RTCDispatcher.h 17 // capture session to AVCaptureVideoPreviewLayer.
  /external/webrtc/webrtc/modules/desktop_capture/
screen_capturer_mock_objects.h 25 MOCK_METHOD1(Capture, void(const DesktopRegion& region));
screen_capturer_unittest.cc 74 TEST_F(ScreenCapturerTest, Capture) {
85 capturer_->Capture(DesktopRegion());
117 capturer_->Capture(DesktopRegion());
135 capturer_->Capture(DesktopRegion());
  /external/webrtc/webrtc/modules/video_capture/
video_capture_internal.h 19 // In order to be able to use the internal webrtc video capture
  /external/webrtc/webrtc/modules/video_capture/windows/
device_info_mf.h 19 // Provides video capture device information using the Media Foundation API.
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/audio/
MediaVisualizerTest.java 128 //Test case 1.0: check capture rate and sampling rate
136 assertTrue(msg +": insufficient max capture rate",
157 //Test case 1.1: check capture size
165 assertTrue(msg +": insufficient min capture size",
167 assertTrue(msg +": insufficient min capture size",
170 assertEquals(msg +": insufficient min capture size",
173 assertEquals(msg +": insufficient min capture size",
223 // 2 - check capture
226 //Test case 2.0: test capture in polling mode
256 // check capture on silenc
    [all...]
  /packages/apps/Camera2/src/com/android/camera/
CaptureActivity.java 19 // Use a different activity for capture intents, so it can have a different
  /packages/apps/Camera2/src/com/android/camera/captureintent/resource/
ResourceCaptureTools.java 34 * resources to capture a photo.
43 * Sends a photo capture request to the underlying camera system
82 * Obtains the capture session manager to start a new capture.
  /packages/apps/Camera2/src/com/android/camera/one/
PreviewSizeSelector.java 27 * Given an image capture resolution, pick a preview size.
  /packages/apps/Camera2/src/com/android/camera/one/v2/initialization/
PreviewStarter.java 32 * When the preview surface is available, creates a capture session, and then
49 * @param sessionListener A callback to be invoked when the capture session
66 // When we have the preview surface, start the capture session.
70 // Need to create a capture session with the single preview stream first
  /packages/apps/Tag/res/xml/
filter_nfc.xml 17 <!-- capture anything containing NDEF -->
  /cts/apps/CameraITS/pymodules/its/
objects.py 75 """Return a capture request with everything set to manual.
92 The default manual capture request, ready to be passed to the
131 """Return a capture request with everything set to auto.
143 """Return an auto capture request for the fastest capture.
149 A capture request with everything set to auto and all filters that
150 may slow down capture set to OFF or FAST if possible
245 """Return a capture request and format spec for the fastest capture.
251 Two values, the first is a capture request, and the second is an outpu
    [all...]
  /external/webrtc/webrtc/modules/audio_processing/
audio_processing_impl.h 45 // Acquires both the render and capture locks.
65 // Capture-side exclusive methods possibly running APM in a
66 // multi-threaded manner. Acquire the capture lock.
149 ApmDebugDumpThreadState capture; member in struct:webrtc::AudioProcessingImpl::ApmDebugDumpState
154 // the render and capture threads. The check for whether modifications
156 // that the capture thread blocks the render thread.
158 // render and capture locks.
176 // Are called with both the render and capture locks already
197 // Capture-side exclusive methods possibly running APM in a multi-threaded
251 // State that is written to while holding both the render and capture lock
    [all...]
  /external/autotest/client/cros/video/
video_screenshot_collector.py 30 @param timestamp: time_delta, the time value to capture screenshot for.
40 return self.screnshot_capturer.capture(filename)
  /external/chromium-trace/catapult/systrace/systrace/
systrace_agent.py 10 capture. Each systrace agent has its own tracing implementation.
18 categories: The trace categories to capture.
  /external/clang/include/clang/Sema/
SemaLambda.h 24 /// enclosing lambda (to the current lambda) that is 'capture-capable' for
27 /// of the capture-capable lambda's LambdaScopeInfo.
  /external/kernel-headers/original/uapi/linux/
meye.h 34 /* Private API for handling mjpeg capture / playback. */
50 /* queue a buffer for mjpeg capture */
  /external/libgdx/extensions/gdx-controllers/gdx-controllers-desktop/jni/ois-v1-4svn/includes/SDL/
SDLKeyboard.h 55 /** @copydoc Object::capture */
56 virtual void capture();
  /external/libgdx/extensions/gdx-controllers/gdx-controllers-desktop/jni/ois-v1-4svn/includes/iphone/
iPhoneMultiTouch.h 44 /** @copydoc Object::capture */
45 virtual void capture();
  /external/libgdx/extensions/gdx-controllers/gdx-controllers-desktop/jni/ois-v1-4svn/includes/mac/
CocoaJoyStick.h 58 /** @copydoc Object::capture */
59 virtual void capture();

Completed in 783 milliseconds

<<11121314151617181920>>