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

<<11121314151617181920>>

  /external/libpcap/
pcap-libdlpi.c 24 * Packet capture routines for DLPI using libdlpi under SunOS 5.11.
147 * "You don't have permission to capture on
149 * to capture in promiscuous mode on this
152 * capture in promiscuous mode, they can at
153 * least try to capture in non-promiscuous
156 * XXX - you might have to capture in
README.Win32 1 Under Win32, libpcap is integrated in the WinPcap packet capture system.
2 WinPcap provides a framework that allows libpcap to capture the packets
  /external/parameter-framework/bindings/c/
Test.cpp 62 CAPTURE(pfwGetLastError(pfw));
72 CAPTURE(pfwGetLastError(pfw));
85 CAPTURE(errno);
304 CAPTURE(criterionName);
322 CAPTURE(criterionName);
328 CAPTURE(criterionName);
  /external/v8/src/arm64/
regexp-macro-assembler-arm64.cc 36 * Used to initialize capture registers.
47 * - x0-x7 : Used as a cache to store 32 bit capture registers. These
76 * - fp[-44] register N Capture registers initialized with
289 // Save the capture length in a callee-saved register so it will
294 // Find length of back-referenced capture.
303 // Succeed on empty capture (including no capture).
337 __ Orr(w10, w10, 0x20); // Convert capture character to lower-case.
380 // w2: size_t byte_length - length of capture in bytes(!)
383 // Address of start of capture
    [all...]
regexp-macro-assembler-arm64.h 126 // A capture is a 64 bit value holding two position.
137 // contain one capture, that is two 32 bit registers. We can cache at most
157 // Location of a 64 bit capture, combining two position registers.
191 // Register holding the value used for clearing capture registers.
249 // Returns a hardware W register that holds the value of the capture
259 // Returns the harware register (x0-x7) holding the value of the capture
  /frameworks/av/services/camera/libcameraservice/common/
CameraDeviceBase.h 61 * Submit request for capture. The CameraDevice takes ownership of the
65 virtual status_t capture(CameraMetadata &request, int64_t *lastFrameNumber = NULL) = 0;
235 * Get next capture result frame from the result queue. Returns NOT_ENOUGH_DATA
237 * the capture result object's metadata field.
257 * Trigger pre-capture metering. The latest ID used in a trigger pre-capture
  /packages/apps/Camera2/src/com/android/camera/app/
AppController.java 285 /********************** Capture animation **********************/
295 * Starts normal pre-capture animation.
300 * Cancels the pre-capture animation.
305 * Starts the post-capture animation with the current preview image.
310 * Starts the post-capture animation with the given thumbnail.
317 * Cancels the post-capture animation.
  /cts/tests/tests/hardware/src/android/hardware/camera2/cts/
CameraTestUtils.java 382 // Pair<CaptureRequest, Long> is a pair of capture request and timestamp.
443 "Wait for a capture result timed out in " + timeout + "ms");
459 assertNotNull("Wait for a capture result timed out in " + timeout + "ms", result);
467 * Get the {@link #CaptureResult capture result} for a given
468 * {@link #CaptureRequest capture request}.
470 * @param myRequest The {@link #CaptureRequest capture request} whose
471 * corresponding {@link #CaptureResult capture result} was
473 * @param numResultsWait Number of frames to wait for the capture result
486 * Get the {@link #TotalCaptureResult total capture result} for a given
487 * {@link #CaptureRequest capture request}
    [all...]
SurfaceViewPreviewTest.java 70 * For the first {@link #NUM_FRAMES_VERIFIED} of capture results,
71 * the {@link CaptureCallback} callback availability and the capture timestamp
95 * Only test the test pattern preview and capture result, the image buffer
302 * provided capture listener. If prevTimestamp is positive, it is used for the first interval
478 timestamps.capture(),
479 frameNumbers.capture());
498 // Should receive expected number of capture results.
506 // Should not receive any capture failed callbacks.
  /hardware/libhardware/include/hardware/
camera3.h 80 * - Not tested for any new features such manual capture control, Bayer RAW
81 * capture, reprocessing of RAW data.
121 * use this template to control the capture settings directly.
176 * 7. The framework constructs and sends the first capture request to the HAL,
198 * 9. When the capture of a request begins (sensor starts exposing for the
199 * capture) or processing a reprocess request begins, the HAL
291 * of capture settings (3A control only), high-rate capture of high-resolution
298 * between capture request settings and the actual image data
302 * used for a capture. However, captures that include high-resolution outpu
    [all...]
  /cts/apps/CameraITS/tests/inprog/
test_blc_lsc.py 39 # Get AE+AWB lock first, so the auto values in the capture result are
51 # Capture range of exposures from 1/100x to 4x of AE estimate.
  /cts/apps/CameraITS/tests/scene0/
test_metadata.py 24 Looks at capture results and at the camera characteristics objects.
29 # Arbitrary capture request exposure values; image content is not
  /cts/apps/CameraITS/tests/scene1/
test_raw_burst_sensitivity.py 25 """Capture a set of raw images with increasing gains and measure the noise.
27 Capture raw-only, in a burst.
test_raw_sensitivity.py 25 """Capture a set of raw images with increasing gains and measure the noise.
55 # Capture raw+yuv, but only look at the raw.
  /developers/build/prebuilts/gradle/ScreenCapture/
README.md 5 This sample demonstrates how to use Media Projection API to capture device screen in real time and
11 Media Projection API lets you capture the current screen through Surface.
  /developers/samples/android/media/ScreenCapture/
template-params.xml 58 This sample demonstrates how to use Media Projection API to capture device screen in real time and
65 Media Projection API lets you capture the current screen through Surface.
  /developers/samples/android/security/FingerprintDialog/Application/src/test/java/com/example/android/fingerprintdialog/
FingerprintUiHelperTest.java 90 verify(mockIcon).postDelayed(mRunnableArgumentCaptor.capture(),
104 verify(mockIcon).postDelayed(mRunnableArgumentCaptor.capture(),
  /development/samples/devbytes/animation/CurvedMotion/src/com/example/android/curvedmotion/
CurvedMotion.java 55 // Capture current location of button
68 // Capture new location
  /external/llvm/include/llvm/Analysis/
CaptureTracking.h 1 //===----- llvm/Analysis/CaptureTracking.h - Pointer capture ----*- C++ -*-===//
61 /// capture) return false. To search it, return true.
  /external/llvm/test/Unit/
lit.cfg 71 llvm_src_root = lit.util.capture(['llvm-config', '--src-root']).strip()
72 llvm_obj_root = lit.util.capture(['llvm-config', '--obj-root']).strip()
  /external/nanohttpd/websocket/src/test/java/fi/iki/elonen/
WebSocketResponseHandlerTest.java 67 verify(response, atLeast(1)).addHeader(headerNameCaptor.capture(), headerCaptor.capture());
  /frameworks/av/include/camera/
Camera.h 120 // set preview/capture parameters - key/value pairs
123 // get preview/capture parameters - key/value pairs
ICamera.h 103 // set preview/capture parameters - key/value pairs
106 // get preview/capture parameters - key/value pairs
  /frameworks/av/services/audioflinger/
RecordTracks.h 72 // sync event triggering actual audio capture. Frames read before this event will
77 // when < 0, maximum frames to drop before starting capture even if sync event is
  /frameworks/base/core/java/android/webkit/
PermissionRequest.java 42 * Resource belongs to video capture device, like camera.
46 * Resource belongs to audio capture device, like microphone.

Completed in 1323 milliseconds

<<11121314151617181920>>