HomeSort by relevance Sort by last modified time
    Searched full:capture (Results 151 - 175 of 2057) sorted by null

1 2 3 4 5 67 8 91011>>

  /developers/samples/android/media/Camera2Basic/
template-params.xml 84 Still image capture takes several steps. First, you need to lock the
87 sequence. After that, it is ready to capture a picture. Create a new
88 CaptureRequest and call [capture][7]. Don't forget to unlock the focus
97 [7]: https://developer.android.com/reference/android/hardware/camera2/CameraCaptureSession.html#capture(android.hardware.camera2.CaptureRequest, android.hardware.camera2.CameraCaptureSession.CaptureCallback, android.os.Handler)
  /developers/samples/android/media/MediaRecorder/Application/src/main/res/values/
strings.xml 22 <string name="btnCapture">capture</string>
  /development/samples/browseable/Camera2Raw/res/values/
base-strings.xml 24 This sample demonstrates how to use the Camera2 API to capture RAW
  /development/samples/browseable/MediaRecorder/res/values/
strings.xml 22 <string name="btnCapture">capture</string>
  /development/tutorials/MoarRam/
README.txt 17 A new feature is added to force a double free. Both debug libc and Valgrind can capture it.
  /docs/source.android.com/src/devices/camera/
camera3_metadata.jd 41 the real settings used for image capture.</p>
46 properly meter for an HDR burst), it needs to know the settings used to capture
50 parameters used for the capture, as well as additional per-frame metadata such
55 Ideally, the output frame rate should solely be controlled by the capture
  /external/clang/test/CodeGen/
captured-statements.c 52 // Capture array
65 // Capture VLA array
89 // CHECK-GLOBALS: %[[Capture:struct\.anon[\.0-9]*]] = type {}
90 // CHECK-GLOBALS: call void @__captured_stmt[[HelperName:[0-9]+]](%[[Capture]]
  /external/llvm/test/Transforms/MemCpyOpt/
capturing-func.ll 17 ; capture the pointer argument (i.e. the nocapture attribute isn't present)
  /external/mockito/src/org/mockito/
Captor.java 25 * verify(mock.doStuff(captor.capture()));
  /external/skia/site/dev/testing/
index.md 13 Cluster Telemetry is a powerful framework that helps us capture and benchmark
  /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.
91 The default manual capture request, ready to be passed to the
129 """Return a capture request with everything set to auto.
141 """Return an auto capture request for the fastest capture.
147 A capture request with everything set to auto and all filters that
148 may slow down capture set to OFF or FAST if possible
230 """Return a capture request and format spec for the fastest capture.
236 Two values, the first is a capture request, and the second is an outpu
    [all...]
  /external/chromium-trace/
systrace_agent.py 9 capture. Each systrace agent has its own tracing implementation.
17 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/libpcap/
pcap_fileno.3pcap 24 pcap_fileno \- get the file descriptor for a live capture
38 refers to a network device that was opened for a live capture using
pcap_is_swapped.3pcap 40 than the current system. For a live capture, it always returns false
51 if called on a capture handle that has been created but not activated.
  /external/llvm/test/Transforms/Inline/
byval-tail-call.ll 4 ; Calls that capture byval parameters cannot be marked as tail calls. Other
5 ; tails that don't capture byval parameters can still be tail calls.
  /external/webrtc/src/modules/interface/
module.h 42 // reference counting ADM and Video capture module.
53 // reference counting ADM and Video capture module.
  /frameworks/av/include/camera/
CaptureResult.h 26 * CaptureResultExtras is a structure to encapsulate various indices for a capture result.
56 * The partial result count (index) for this capture result.

Completed in 440 milliseconds

1 2 3 4 5 67 8 91011>>