/external/libpcap/ |
fad-null.c | 53 * packet capture. 61 * for packet capture.
|
pcap_list_datalinks.3pcap.in | 25 types supported by a capture device, and free that list 59 if called on a capture handle that has been created but not activated,
|
pcap_list_tstamp_types.3pcap.in | 24 stamp types supported by a capture device, and free that list 58 you are limited to the capture device's default time stamp type.
|
pcap_open_live.3pcap | 44 is used to obtain a packet capture handle to look 52 can be used to capture packets from all interfaces.
|
/external/llvm/utils/Target/ARM/ |
analyze-match-table.py | 49 from lit.Util import capture namespace 50 llvm_obj_root = capture(["llvm-config", "--obj-root"])
|
/external/opencv/otherlibs/highgui/ |
highgui.h | 167 /* "black box" capture structure */ 175 CVAPI(int) cvGrabFrame( CvCapture* capture ); variable 181 CVAPI(IplImage*) cvRetrieveFrame( CvCapture* capture ); variable 185 CVAPI(IplImage*) cvQueryFrame( CvCapture* capture ); variable 188 CVAPI(void) cvReleaseCapture( CvCapture** capture ); variable 208 /* retrieve or set capture properties */ 209 CVAPI(double) cvGetCaptureProperty( CvCapture* capture, int property_id ); 210 CVAPI(int) cvSetCaptureProperty( CvCapture* capture, int property_id, double value );
|
/external/v8/test/mjsunit/regress/ |
regress-145201.js | 46 // Capture: 54 // Capture:
|
/frameworks/base/core/java/android/hardware/camera2/legacy/ |
BurstHolder.java | 25 * Immutable container for a burst of capture results. 34 * Immutable container for a burst of capture results.
|
/frameworks/base/packages/SettingsLib/tests/src/com/android/settingslib/wifi/ |
AccessPointTest.java | 86 .onLevelChanged(accessPoint.capture()); 93 .onAccessPointChanged(accessPoint.capture());
|
/frameworks/ex/camera2/portability/src/com/android/ex/camera2/portability/ |
AndroidCameraSettings.java | 51 // Capture: Focus, flash, zoom, exposure, scene mode. 62 // Video capture.
|
/packages/apps/Camera2/src/com/android/camera/burst/ |
BurstFacade.java | 42 * @param captureSessionCreator can create and start empty capture sessions 88 * The instance of {@link BurstTaker} is available only when the capture
|
EvictionHandler.java | 45 * Called when the capture result for a frame is available. 49 * @param captureResult the capture result of the image.
|
/packages/apps/Camera2/src/com/android/camera/processing/imagebackend/ |
ImageToProcess.java | 39 * @param metadata The capture result metadata associated with this image. 58 * @param metadata The capture result metadata associated with this image.
|
/external/v8/src/ia32/ |
regexp-macro-assembler-ia32.cc | 26 * index of capture start after a matching pass for a global regexp. 44 * - capture array size (may fit multiple sets of matches) 58 * position -1). Used to initialize capture registers to a non-position. 205 __ mov(edx, register_location(start_reg)); // Index of start of capture 206 __ mov(ebx, register_location(start_reg + 1)); // Index of end of capture 207 __ sub(ebx, edx); // Length of capture. 209 // The length of a capture should not be negative. This can only happen 210 // if the end of the capture is unrecorded, or at a point earlier than 211 // the start of the capture. 214 // If length is zero, either the capture is empty or it is completel [all...] |
/external/v8/src/x87/ |
regexp-macro-assembler-x87.cc | 25 * index of capture start after a matching pass for a global regexp. 43 * - capture array size (may fit multiple sets of matches) 57 * position -1). Used to initialize capture registers to a non-position. 204 __ mov(edx, register_location(start_reg)); // Index of start of capture 205 __ mov(ebx, register_location(start_reg + 1)); // Index of end of capture 206 __ sub(ebx, edx); // Length of capture. 208 // The length of a capture should not be negative. This can only happen 209 // if the end of the capture is unrecorded, or at a point earlier than 210 // the start of the capture. 213 // If length is zero, either the capture is empty or it is completel [all...] |
/cts/tests/tests/hardware/src/android/hardware/camera2/cts/testcases/ |
Camera2AndroidTestCase.java | 59 // Default capture size: VGA size is required by CDD. 131 * Start capture with given {@link #CaptureRequest}. 134 * @param repeating If the capture is single capture or repeating. 140 if (VERBOSE) Log.v(TAG, "Starting capture from device"); 145 mCameraSession.capture(request, listener, handler); 150 * Stop the current active capture. 152 * @param fast When it is true, {@link CameraDevice#flush} is called, the stop capture 156 if (VERBOSE) Log.v(TAG, "Stopping capture"); 160 * Flush is useful for canceling long exposure single capture, it also could hel [all...] |
/external/kernel-headers/original/uapi/sound/ |
emu10k1.h | 60 #define FXBUS2(x) (0x30 + (x)) /* x = 0x00 - 0x0f copies of fx buses for capture -> FXWC high 16 bits */ 108 #define A_FXBUS2(x) (0x80 + (x)) /* x = 0x00 - 0x1f extra outs used for EFX capture -> A_FXWC2 */ 142 #define EXTIN_AC97_L 0x00 /* AC'97 capture channel - left */ 143 #define EXTIN_AC97_R 0x01 /* AC'97 capture channel - right */ 168 #define EXTOUT_ADC_CAP_L 0x0a /* ADC Capture buffer - left */ 169 #define EXTOUT_ADC_CAP_R 0x0b /* ADC Capture buffer - right */ 170 #define EXTOUT_MIC_CAP 0x0c /* MIC Capture buffer */ 177 #define A_EXTIN_AC97_L 0x00 /* AC'97 capture channel - left */ 178 #define A_EXTIN_AC97_R 0x01 /* AC'97 capture channel - right */ 209 #define A_EXTOUT_ADC_CAP_L 0x16 /* ADC capture buffer left * [all...] |
/frameworks/av/services/camera/libcameraservice/api1/client2/ |
ZslProcessor.cpp | 108 // Erase entire ZSL queue since we've now completed the capture and preview 152 ALOGE("%s: Camera %d: Error querying capture output stream info: " 308 ALOGV("%s: ZSL queue frame AE state is %d, need full capture", 337 ALOGE("%s: Camera %d: Unable to stop preview for ZSL capture: " 357 "capture request: %s (%d)", __FUNCTION__, 365 res = client->getCameraDevice()->capture(request); 367 ALOGE("%s: Unable to send ZSL reprocess request to capture: %s (%d)", 382 // If in middle of capture, can't clear out queue 403 String8 result(" Latest ZSL capture request:\n"); 407 String8 result(" Latest ZSL capture request: none yet\n") [all...] |
/frameworks/base/tests/Camera2Tests/CameraToo/src/com/example/android/camera2/cameratoo/ |
CameraTooActivity.java | 79 /** Our image capture session. */ 192 mCaptureSession.capture(requester.build(), /*listener*/null, /*handler*/null); 194 Log.e(TAG, "Failed to file actual capture request", ex); 197 Log.e(TAG, "Failed to build actual capture request", ex); 200 Log.e(TAG, "User attempted to perform a capture outside our session"); 251 // Prepare an ImageReader in case the user wants to capture images 252 Log.i(TAG, "Capture size: " + largestSize); 260 // gorgeous previews but the storage of garbage capture data. 320 Log.e(TAG, "Failed to create a capture session", ex); 403 public CapturedImageSaver(Image capture) { [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/sound/ |
emu10k1.h | 60 #define FXBUS2(x) (0x30 + (x)) /* x = 0x00 - 0x0f copies of fx buses for capture -> FXWC high 16 bits */ 108 #define A_FXBUS2(x) (0x80 + (x)) /* x = 0x00 - 0x1f extra outs used for EFX capture -> A_FXWC2 */ 142 #define EXTIN_AC97_L 0x00 /* AC'97 capture channel - left */ 143 #define EXTIN_AC97_R 0x01 /* AC'97 capture channel - right */ 168 #define EXTOUT_ADC_CAP_L 0x0a /* ADC Capture buffer - left */ 169 #define EXTOUT_ADC_CAP_R 0x0b /* ADC Capture buffer - right */ 170 #define EXTOUT_MIC_CAP 0x0c /* MIC Capture buffer */ 177 #define A_EXTIN_AC97_L 0x00 /* AC'97 capture channel - left */ 178 #define A_EXTIN_AC97_R 0x01 /* AC'97 capture channel - right */ 209 #define A_EXTOUT_ADC_CAP_L 0x16 /* ADC capture buffer left * [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/sound/ |
emu10k1.h | 60 #define FXBUS2(x) (0x30 + (x)) /* x = 0x00 - 0x0f copies of fx buses for capture -> FXWC high 16 bits */ 108 #define A_FXBUS2(x) (0x80 + (x)) /* x = 0x00 - 0x1f extra outs used for EFX capture -> A_FXWC2 */ 142 #define EXTIN_AC97_L 0x00 /* AC'97 capture channel - left */ 143 #define EXTIN_AC97_R 0x01 /* AC'97 capture channel - right */ 168 #define EXTOUT_ADC_CAP_L 0x0a /* ADC Capture buffer - left */ 169 #define EXTOUT_ADC_CAP_R 0x0b /* ADC Capture buffer - right */ 170 #define EXTOUT_MIC_CAP 0x0c /* MIC Capture buffer */ 177 #define A_EXTIN_AC97_L 0x00 /* AC'97 capture channel - left */ 178 #define A_EXTIN_AC97_R 0x01 /* AC'97 capture channel - right */ 209 #define A_EXTOUT_ADC_CAP_L 0x16 /* ADC capture buffer left * [all...] |
/external/antlr/antlr-3.4/runtime/Ruby/test/functional/tree-parser/ |
basic.rb | 28 {self.capture("\%s, \%s" \% [$ID, $INT])} 65 {capture('\%s, \%s' \% [$ID, $INT])} 103 b : ID INT {capture("\%s \%s\n" \% [$ID, $INT])} 104 | ^(ID INT) {capture("^(\%s \%s)" \% [$ID, $INT])} 142 | ^(x=ID (y=INT)+) {capture("^(#{$x} #{$y})")} 178 a : ID INT+ PERIOD {capture("alt 1")} 179 | ID INT+ SEMI {capture("alt 2")} 214 {capture($ID.to_s)} 250 {capture($ID.to_s)} 286 {self.capture($ID.to_s + ", " + $b.text.to_s) [all...] |
/external/v8/src/mips64/ |
regexp-macro-assembler-mips64.cc | 24 * - t3 : Temporarily stores the index of capture start after a matching pass 51 * - fp[64] capture array size (may fit multiple sets of matches) 66 * position -1). Used to initialize capture registers to a 89 * - fp[-24] capture array size (may fit multiple sets of matches) kNumOutputRegisters 97 * position -1). Used to initialize capture registers to a 268 __ ld(a0, register_location(start_reg)); // Index of start of capture. 269 __ ld(a1, register_location(start_reg + 1)); // Index of end of capture. 270 __ Dsubu(a1, a1, a0); // Length of capture. 272 // If length is zero, either the capture is empty or it is not participating. 285 // a0 - offset of start of capture [all...] |
/cts/apps/CameraITS/tests/inprog/ |
test_test_patterns.py | 32 # Capture the shot twice, and use the second one, so the pattern
|
/cts/apps/CameraITS/tests/scene3/ |
test_reprocess_edge_enhancement.py | 30 """Return sharpness of the output image and the capture result metadata 31 for a capture request with the given edge mode, sensitivity, exposure 79 Capture non-reprocess images for each edge mode and calculate their 82 Capture reprocessed images for each supported reprocess format and edge_mode
|