/external/autotest/client/virt/tests/ |
pxe.py | 11 3) Check whether we could capture TFTP packets. 23 logging.debug, "(pxe capture) ", timeout)[1]
|
/external/chromium-trace/catapult/systrace/profile_chrome/ |
flags.py | 9 systrace_opts.add_option('-s', '--systrace', help='Capture a systrace with ' 11 ' can also capture a combined Chrome + systrace by '
|
/external/libgdx/extensions/gdx-controllers/gdx-controllers-desktop/jni/ois-v1-4svn/Win32/CommandLine/ |
CommandLine.rc | 61 CAPTION "Capture Window" 64 LTEXT "This window is used as Input Capture Window, and to display some info. Press Q or ESC to exit or hit button 1 of joystick",
|
/external/libgdx/extensions/gdx-controllers/gdx-controllers-desktop/jni/ois-v1-4svn/Win32/DemoFFTest/ |
FF.rc | 61 CAPTION "Capture Window" 64 LTEXT "This window is used as Input Capture Window, and to display some info. Press Q or ESC to exit or hit button 1 of joystick",
|
/external/libgdx/extensions/gdx-controllers/gdx-controllers-desktop/jni/ois-v1-4svn/includes/SDL/ |
SDLMouse.h | 40 /** @copydoc Object::capture */ 41 virtual void capture();
|
/external/littlemock/src/com/google/testing/littlemock/ |
Captor.java | 27 * <p>Just annotate your capture field on your test as follows: 33 * done in your setUp() call, or in a test base class) all your capture objects will be
|
/external/webrtc/webrtc/modules/desktop_capture/ |
window_capturer_null.cc | 33 void Capture(const DesktopRegion& region) override; 70 void WindowCapturerNull::Capture(const DesktopRegion& region) {
|
/external/webrtc/webrtc/modules/video_capture/mac/qtkit/ |
video_capture_qtkit.h | 36 * Create a video capture module object 38 * id - unique identifier of this video capture module object
|
/frameworks/base/tests/SoundTriggerTestApp/res/values/ |
strings.xml | 25 <string name="capture">Capture Audio</string>
|
/packages/apps/Camera2/src/com/android/camera/session/ |
CaptureSessionFactory.java | 23 * Creates a new capture session. 25 * @param sessionManager the capture session manager.
|
/system/bt/hci/include/ |
btsnoop.h | 33 // Capture |packet| and dump it to the btsnoop logs. If |is_received| is 36 void (*capture)(const BT_HDR *packet, bool is_received); member in struct:btsnoop_t
|
/hardware/qcom/audio/legacy/libalsa-intf/ |
alsa_ucm.h | 62 * a conversation etc. The device describes the physical audio capture and playback 83 * o Get the ALSA PCM playback and capture device PCMs for use case verb, 87 * o Get the ALSA master playback and capture volume/switch kcontrols 97 * and capture. 114 * Physical system devices the render and capture audio. Devices can be OR'ed 138 * 2. Set modifier SND_USE_CASE_MOD_CAPTURE_VOICE when capture required. 148 #define SND_USE_CASE_MOD_CAPTURE_VOICE "Capture Voice" 149 #define SND_USE_CASE_MOD_CAPTURE_MUSIC "Capture Music" 260 * CapturePCM - full PCM capture device name 264 * CaptureCTL - capture control device nam [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/alsa/ |
use-case.h | 62 * a conversation etc. The device describes the physical audio capture and playback 83 * o Get the ALSA PCM playback and capture device PCMs for use case verb, 87 * o Get the ALSA master playback and capture volume/switch kcontrols 97 * and capture. 114 * Physical system devices the render and capture audio. Devices can be OR'ed 138 * 2. Set modifier SND_USE_CASE_MOD_CAPTURE_VOICE when capture required. 148 #define SND_USE_CASE_MOD_CAPTURE_VOICE "Capture Voice" 149 #define SND_USE_CASE_MOD_CAPTURE_MUSIC "Capture Music" 260 * CapturePCM - full PCM capture device name 264 * CaptureCTL - capture control device nam [all...] |
/cts/apps/CameraITS/tests/scene1/ |
test_auto_vs_manual.py | 23 """Capture auto and manual shots that should look the same. 47 # Auto capture. 58 # Manual capture 1: WB 71 # Manual capture 2: WB + tonemap 86 # Check that the WB gains and transform reported in each capture
|
/external/autotest/client/site_tests/power_CameraSuspend/ |
power_CameraSuspend.py | 50 # capture images concurrently with suspend 66 # capture one frame 70 logging.error('failed capture at image %d', image_count) 71 raise error.TestFail('image capture failed from %s', cam_name) 78 # verify camera produces a unique image on each capture
|
/external/clang/test/Parser/ |
cxx0x-lambda-expressions.cpp | 13 [+] {}; // expected-error {{expected variable name or 'this' in lambda capture list}} 14 [foo+] {}; // expected-error {{expected ',' or ']' in lambda capture list}} 17 [&,] {}; // expected-error {{expected variable name or 'this' in lambda capture list}} 18 [=,] {}; // expected-error {{expected variable name or 'this' in lambda capture list}} 104 void m (T x =[0); // expected-error{{expected variable name or 'this' in lambda capture list}}
|
/external/clang/test/SemaObjCXX/ |
arc-0x.mm | 41 (void) [p] {}; // expected-error {{cannot capture __autoreleasing variable in a lambda by copy}} 42 (void) [=] { (void) p; }; // expected-error {{cannot capture __autoreleasing variable in a lambda by copy}} 48 (void) [p] {}; // expected-error {{cannot capture __autoreleasing variable in a lambda by copy}} 49 (void) [=] { (void) p; }; // expected-error {{cannot capture __autoreleasing variable in a lambda by copy}} 55 (void) ^{ (void) v; }; // expected-error {{cannot capture __autoreleasing variable in a block}}
|
/cts/tests/camera/src/android/hardware/camera2/cts/helpers/ |
CameraSessionUtils.java | 101 * Capture a new result with the given {@link CameraCaptureSession}. 109 * @param request the {@link CaptureRequest} to capture with. 111 * @return a {@link Pair} containing the capture result and capture time. 119 session.capture(request, this, handler); 195 * Capture and return a new {@link TotalCaptureResult}. 198 * This will verify that the correct capture callbacks are called if a mocked listener is 205 * @param request the {@link CaptureRequest} to capture with. 207 * @return a {@link Pair} containing the capture result and capture time [all...] |
/packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/ |
CrossProfileIntentFiltersHelper.java | 195 IntentFilter capture = new IntentFilter(); local 196 capture.addAction(MediaStore.ACTION_IMAGE_CAPTURE); 197 capture.addAction(MediaStore.ACTION_IMAGE_CAPTURE_SECURE); 198 capture.addAction(MediaStore.ACTION_VIDEO_CAPTURE); 199 capture.addAction(MediaStore.Audio.Media.RECORD_SOUND_ACTION); 200 capture.addAction(MediaStore.INTENT_ACTION_STILL_IMAGE_CAMERA); 201 capture.addAction(MediaStore.INTENT_ACTION_STILL_IMAGE_CAMERA_SECURE); 202 capture.addAction(MediaStore.INTENT_ACTION_VIDEO_CAMERA); 203 capture.addCategory(Intent.CATEGORY_DEFAULT); 204 pm.addCrossProfileIntentFilter(capture, managedProfileUserId, parentUserId, 0) [all...] |
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/ |
CallAudioManagerTest.java | 94 eq(CallAudioModeStateMachine.NO_MORE_RINGING_CALLS), captor.capture()); 106 eq(CallAudioModeStateMachine.NEW_ACTIVE_OR_DIALING_CALL), captor.capture()); 127 eq(CallAudioModeStateMachine.MT_AUDIO_SPEEDUP_FOR_RINGING_CALL), captor.capture()); 161 eq(CallAudioModeStateMachine.NEW_ACTIVE_OR_DIALING_CALL), captor.capture()); 176 eq(CallAudioModeStateMachine.NEW_ACTIVE_OR_DIALING_CALL), captor.capture()); 185 eq(CallAudioModeStateMachine.NEW_ACTIVE_OR_DIALING_CALL), captor.capture()); 208 eq(CallAudioModeStateMachine.NEW_RINGING_CALL), captor.capture()); 241 eq(CallAudioModeStateMachine.NO_MORE_ACTIVE_OR_DIALING_CALLS), captor.capture()); 244 eq(CallAudioModeStateMachine.TONE_STARTED_PLAYING), captor.capture()); 262 eq(CallAudioModeStateMachine.TONE_STOPPED_PLAYING), captor.capture()); [all...] |
/pdk/apps/TestingCamera2/ |
README.txt | 33 5. Start capturing images with either 'capture' (one-shot) or 'repeat' (continuous) buttons on 54 configuration, it cannot be used as a target for capture requests to that camera. 63 This is the basic still capture output, used for JPEG or uncompressed data that needs to be 78 Request panes are used to set up the configuration for a single camera capture request. It includes 79 all the settings required for the camera device to capture a frame of data. It contains selectors 88 request, the request can be sent to the camera with either the capture or repeat buttons. 90 Capture is a one-shot operation, which simply instructs the camera to capture a single frame of 96 repeating, other requests can still use the 'capture' action to trigger single captures. Another 113 such as implementing simple autofocus operation, still capture sequencing, or other high-leve [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/ |
videodev.h | 20 #define VID_TYPE_CAPTURE 1 /* Can capture */ 29 #define VID_TYPE_SUBCAPTURE 512 /* Can capture subareas of the image */ 91 __u16 depth; /* Capture depth */ 99 #define VIDEO_PALETTE_YUV422 7 /* YUV422 capture */ 103 #define VIDEO_PALETTE_YUV411 11 /* YUV411 capture */ 104 #define VIDEO_PALETTE_RAW 12 /* RAW capture (BT848) */ 160 __u32 width, height; /* Area to capture */ 162 __u16 flags; /* Flags for capture */ 254 #define VIDIOCCAPTURE _IOW('v',8,int) /* Start, end capture */ 259 #define VIDIOCKEY _IOR('v',13, struct video_key) /* Video key event - to dev 255 is to all - cuts capture on all DMA windows with this key (0xFFFFFFFF == all) * [all...] |
/cts/tests/camera/src/android/hardware/camera2/cts/ |
BurstCaptureRawTest.java | 40 * Basic tests for burst capture in RAW formats. 82 assertTrue("No capture sizes available for RAW format!", rawSizes.length != 0); 111 * Make sure switching between manual and auto setting would not make the capture results out of 139 * A structure encapsulates all the parameters for setting up preview, and RAW capture. 223 // build burst capture 243 "Received capture result, exposure = %d, sensitivity = %d. " 273 // create a capture request builder to preserve all the original values 278 // build burst capture 284 // drain the capture result 287 // reset and build capture with 3 [all...] |
ImageReaderTest.java | 64 * <p>JPEG: used for JPEG still capture, also mandatory format. </p> 145 Log.v(TAG, "Testing jpeg capture for Camera " + id); 157 Log.v(TAG, "Testing raw capture for camera " + id); 170 Log.v(TAG, "Testing raw capture for camera " + id); 184 Log.v(TAG, "Testing repeating jpeg capture for Camera " + id); 196 Log.v(TAG, "Testing repeating raw capture for camera " + id); 209 Log.v(TAG, "Testing repeating raw capture for camera " + id); 277 * Test two image stream (YUV420_888 and JPEG) capture by using ImageReader. 299 * Test two image stream (YUV420_888 and RAW_SENSOR) capture by using ImageReader. 433 // Capture image [all...] |
/hardware/ti/omap4xxx/camera/OMXCameraAdapter/ |
OMXCapture.cpp | 20 * This file contains functionality for handling image capture. 109 // JPEG capture is not supported in video mode by OMX Camera 110 // Set capture format to yuv422i...jpeg encode will 405 //Otherwise, it is normal HQ capture 422 CAMHAL_LOGEB("Error while configuring capture mode 0x%x", eError); 426 CAMHAL_LOGDA("Camera capture mode configured successfully"); 456 CAMHAL_LOGEB("Error while configuring extended capture mode 0x%x", eError); 460 CAMHAL_LOGDA("Extended camera capture mode configured successfully"); 638 CAMHAL_LOGEB("Image capture buffers set to %d", imgCaptureData->mNumBufs); 729 ///Image capture was cancelled before we could star [all...] |