/device/google/dragon/audio/hal/ |
cras_dsp_ini.h | 48 const char *purpose; /* like "playback" or "capture" */
|
/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/autotest/client/cros/chameleon/ |
usb_controller.py | 43 """Sets the capture configurations for the USB gadget driver.
|
/external/autotest/client/site_tests/audio_AlsaLoopback/ |
audio_AlsaLoopback.py | 16 """Verifies audio playback and capture function."""
|
control | 20 Test that audio playback and capture are working.
|
/external/autotest/client/site_tests/audio_CrasLoopback/ |
control | 20 Test that audio playback and capture are working.
|
/external/autotest/client/site_tests/telemetry_AFDOGenerateClient/ |
control | 26 the DUT before starting this test. It will also capture the chrome
|
/external/cblas/ |
README.android | 13 the xerbla_ exported by LAPACK to capture the error.
|
/external/clang/test/Driver/ |
cl-link-at-file.c | 12 // 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/clang/utils/perf-training/ |
lit.cfg | 12 out = lit.util.capture(['xcrun', '--show-sdk-path']).strip()
|
/external/guava/guava/src/com/google/common/reflect/ |
TypeCapture.java | 32 final Type capture() { method in class:TypeCapture
|
/external/libbrillo/ |
gen_coverage_html.sh | 13 lcov --base-directory . --directory . --capture --output-file app.info
|
/external/libdrm/freedreno/ |
README | 8 capture cmdstream dumps from the binary blob drivers without having
|
/external/libgdx/gdx/src/com/badlogic/gdx/utils/ |
ScreenUtils.java | 51 * @param x the x position of the framebuffer contents to capture
52 * @param y the y position of the framebuffer contents to capture
53 * @param w the width of the framebuffer contents to capture
54 * @param h the height of the framebuffer contents to capture */
|
/external/libpcap/pcap/ |
sll.h | 64 * for a "cooked" Linux capture, introduce a new DLT_ type (ask 69 * without any change, and so that capture files with different headers 109 * if we don't translate them in "pcap-linux.c", capture files 116 * 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-null.c | 36 static char nosup[] = "live packet capture not supported on this system";
|
pcap_close.3pcap | 22 pcap_close \- close a capture device or savefile
|
pcap_next_ex.3pcap | 103 assume that the packets for a given capture or ``savefile`` will have 116 if packets are being read from a live capture and the timeout expired, 132 capture (if, for example, they were discarded because they didn't pass 135 arrive, or if the file descriptor for the capture device is in
|
/external/llvm/test/Feature/OperandBundles/ |
function-attrs.ll | 27 ; The "deopt" operand bundle does not capture or write to %x.
|
/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
|
/external/webrtc/webrtc/examples/androidapp/res/values/ |
strings.xml | 50 <string name="pref_capturequalityslider_title">Capture quality slider.</string> 51 <string name="pref_capturequalityslider_dlg">Enable slider for changing capture quality.</string> 75 <string name="pref_capturetotexture_title">Video capture to surface texture.</string> 76 <string name="pref_capturetotexture_dlg">Capture video to textures (if available).</string>
|