/developers/build/prebuilts/gradle/Camera2Basic/ |
README.md | 27 Still image capture takes several steps. First, you need to lock the 30 sequence. After that, it is ready to capture a picture. Create a new 31 CaptureRequest and call [capture][7]. Don't forget to unlock the focus 40 [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/Camera2Basic/ |
README.md | 27 Still image capture takes several steps. First, you need to lock the 30 sequence. After that, it is ready to capture a picture. Create a new 31 CaptureRequest and call [capture][7]. Don't forget to unlock the focus 40 [7]: https://developer.android.com/reference/android/hardware/camera2/CameraCaptureSession.html#capture(android.hardware.camera2.CaptureRequest, android.hardware.camera2.CameraCaptureSession.CaptureCallback, android.os.Handler)
|
/device/moto/shamu/camera/QCamera2/HAL/ |
QCameraStateMachine.h | 71 QCAMERA_SM_EVT_TAKE_PICTURE, // take picutre (zsl, regualr capture, live snapshot 88 QCAMERA_SM_EVT_STOP_CAPTURE_CHANNEL, // stop capture channel 171 bool isCaptureRunning(); // check if image capture is running 172 bool isNonZSLCaptureRunning(); // check if image capture is running in non ZSL mode
|
/docs/source.android.com/src/devices/camera/ |
camera3_requests_hal.jd | 78 <li>Configure outputs for target use case (such as still capture, recording, 81 <li>Capture/repeat requests and bursts.</li> 94 <li>All capture configuration and state (except for the 3A routines) is 123 <li>The framework constructs and sends the first capture request to the HAL with 133 <li>When the capture of a request begins (sensor starts exposing for the 134 capture), the HAL calls camera3_callback_ops_t->notify() with the SHUTTER 183 capture settings (3A control only), high-rate capture of high-resolution images, 189 capture request settings and the actual image data captured. Instead, changes 192 result in some settings never being used for a capture. However, captures that [all...] |
/external/cblas/ |
README.android | 13 the xerbla_ exported by LAPACK to capture the error.
|
/external/clang/test/Driver/ |
cl-link-at-file.c | 15 // it will also capture "--" and our input argument. In this case, Clang will
|
/external/clang/test/SemaObjC/ |
arc-invalid.m | 17 takeBlock(^{ (void) p; }); // expected-error {{cannot capture __autoreleasing variable in a block}}
|
/external/guava/guava/src/com/google/common/reflect/ |
TypeCapture.java | 32 final Type capture() { method in class:TypeCapture
|
/external/libdrm/freedreno/ |
README | 8 capture cmdstream dumps from the binary blob drivers without having
|
/external/libpcap/pcap/ |
sll.h | 66 * for a "cooked" Linux capture, introduce a new DLT_ type (ask 71 * without any change, and so that capture files with different headers 111 * if we don't translate them in "pcap-linux.c", capture files 118 * reading a capture file, so the fixup code run on BPF programs
|
/external/libpcap/ |
pcap-dag.h | 2 * pcap-dag.c: Packet capture interface for Endace DAG card.
|
pcap_close.3pcap | 24 pcap_close \- close a capture device or savefile
|
pcap_next_ex.3pcap | 105 assume that the packets for a given capture or ``savefile`` will have 118 if packets are being read from a live capture and the timeout expired, 134 capture (if, for example, they were discarded because they didn't pass 137 arrive, or if the file descriptor for the capture device is in
|
/external/lldb/test/functionalities/command_source/ |
TestCommandSource.py | 24 # in order to capture the script evaluation output.
|
/external/openssh/ |
start-ssh | 32 # run sshd in debug mode and capture output to logcat
|
/external/tcpdump/ |
sll.h | 66 * for a "cooked" Linux capture, introduce a new DLT_ type (ask 71 * without any change, and so that capture files with different headers 111 * if we don't translate them in "pcap-linux.c", capture files 118 * reading a capture file, so the fixup code run on BPF programs
|
/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,
|
/external/vboot_reference/tests/ |
test_using_qemu.sh | 25 # Don't exit on error, so we can capture the error code
|
/frameworks/av/services/camera/libcameraservice/api1/client2/ |
ZslProcessor3.cpp | 155 ALOGE("%s: Camera %d: Error querying capture output stream info: " 338 ALOGV("%s: ZSL queue frame AE state is %d, need full capture", 367 ALOGE("%s: Unable to update request capture intent", 393 ALOGE("%s: Camera %d: Unable to stop preview for ZSL capture: " 405 "capture request: %s (%d)", __FUNCTION__, 420 res = client->getCameraDevice()->capture(request); 422 ALOGE("%s: Unable to send ZSL reprocess request to capture: %s" 435 // If in middle of capture, can't clear out queue 459 String8 result(" Latest ZSL capture request:\n"); 463 String8 result(" Latest ZSL capture request: none yet\n") [all...] |
/frameworks/base/core/java/android/hardware/camera2/impl/ |
CameraCaptureSessionImpl.java | 133 Log.e(TAG, mIdString + "Failed to create capture session; configuration failed"); 154 public synchronized int capture(CaptureRequest request, CaptureCallback callback, method in class:CameraCaptureSessionImpl 159 throw new IllegalArgumentException("this capture session cannot handle reprocess " + 162 throw new IllegalArgumentException("capture request was created for another session"); 170 Log.v(TAG, mIdString + "capture - request " + request + ", callback " + callback + 174 return addPendingSequence(mDeviceImpl.capture(request, 190 throw new IllegalArgumentException("This capture session cannot handle " + 193 throw new IllegalArgumentException("Capture request was created for another " + 398 * <p>This is used by the implementation to set the capture failure 428 * <p>When a capture sequence finishes, update the pending checked sequences set.</p [all...] |
/frameworks/base/core/java/com/android/internal/alsa/ |
AlsaDevicesParser.java | 69 // " 3: [ 0-30]: digital audio capture" 78 final int kToken_Type2 = 5; // "capture", "playback" 131 if (token.equals("capture")) { 176 sb.append(" Capture");
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/ |
NetworkControllerEthernetTest.java | 38 iconArg.capture());
|
/hardware/libhardware/modules/camera/ |
ExampleCamera.h | 44 // Verify settings are valid for a capture with this device
|
/hardware/libhardware/modules/usbcamera/ |
UsbCamera.h | 50 // Verify settings are valid for a capture with this device
|
/packages/apps/Camera/jni/ |
mosaic_renderer_jni.h | 11 // will pan across the UI during capture. A value of 0.0 will keep the viewfinder
|