/external/tcpdump/ |
setsignal.c | 48 * "pcap_breakloop()" is called in a signal handler in a live capture, 49 * the read/recvfrom/whatever in the live capture doesn't get restarted, 51 * live capture loop.
|
/frameworks/base/media/java/android/media/ |
CameraProfile.java | 27 * capture (jpeg) quality levels (0-100) used for low, medium, and high 50 * Returns a pre-defined still image capture (jpeg) quality level 70 * Returns a pre-defined still image capture (jpeg) quality level
|
MediaSyncEvent.java | 20 * The MediaSyncEvent class defines events that can be used to synchronize playback or capture 22 * <p>For instance, {@link AudioRecord#startRecording(MediaSyncEvent)} is used to start capture 30 * No sync event specified. When used with a synchronized playback or capture method, the
|
/frameworks/rs/java/tests/RsCameraDemo/res/layout/ |
activity_main.xml | 75 android:onClick="capture"
98 android:id="@+id/capture"
100 android:onClick="capture"
|
/packages/apps/Camera/tests/src/com/android/camera/stress/ |
CameraLatency.java | 107 //2) Only count those number with succesful capture. Set the timer to invalid 108 //before capture and ignore them if the value is invalid 138 Log.v(TAG, "The Image capture wait time = " +
|
/packages/apps/Camera2/tests_camera/src/com/android/camera/stress/ |
CameraLatency.java | 107 //2) Only count those number with succesful capture. Set the timer to invalid 108 //before capture and ignore them if the value is invalid 138 Log.v(TAG, "The Image capture wait time = " +
|
/packages/apps/LegacyCamera/tests/src/com/android/camera/stress/ |
CameraLatency.java | 97 //2) Only count those number with succesful capture. Set the timer to invalid 98 //before capture and ignore them if the value is invalid 128 Log.v(TAG, "The Image capture wait time = " +
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/ |
pps.h | 80 #define PPS_CAPTUREASSERT 0x01 /* capture assert events */ 81 #define PPS_CAPTURECLEAR 0x02 /* capture clear events */ 82 #define PPS_CAPTUREBOTH 0x03 /* capture assert and clear events */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/ |
pps.h | 80 #define PPS_CAPTUREASSERT 0x01 /* capture assert events */ 81 #define PPS_CAPTURECLEAR 0x02 /* capture clear events */ 82 #define PPS_CAPTUREBOTH 0x03 /* capture assert and clear events */
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_functools.py | 20 def capture(*args, **kw): function 21 """capture all positional and keyword arguments""" 33 p = self.thetype(capture, 1, 2, a=10, b=20) 40 p = self.thetype(capture, 1, 2, a=10, b=20) 42 self.assertEqual(p.func, capture) 83 p = self.thetype(capture) 86 p = self.thetype(capture, 1, 2) 93 p = self.thetype(capture) 96 p = self.thetype(capture, a=1) 105 p = self.thetype(capture, *args [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_functools.py | 20 def capture(*args, **kw): function 21 """capture all positional and keyword arguments""" 33 p = self.thetype(capture, 1, 2, a=10, b=20) 40 p = self.thetype(capture, 1, 2, a=10, b=20) 42 self.assertEqual(p.func, capture) 83 p = self.thetype(capture) 86 p = self.thetype(capture, 1, 2) 93 p = self.thetype(capture) 96 p = self.thetype(capture, a=1) 105 p = self.thetype(capture, *args [all...] |
/docs/source.android.com/src/devices/camera/ |
camera3.jd | 65 <li>Still Capture</li> 95 encapsulate all configuration information about the capture and processing of a 106 stream. It converts each capture request into one image captured by the sensor, 110 <li>A Result object with metadata about the capture.</li> 122 <p>A request contains all desired capture settings and the list of output Surfaces 124 request can be one-shot ( with capture() ), or it may be repeated indefinitely
|
camera3_requests_methods.jd | 29 <p>Create capture settings for standard camera use cases. The device must return a 44 <p>Send a new capture request to the HAL. The HAL should not return from this call 51 The actual request processing is asynchronous, with the results of capture being 58 it needs to retain for the capture processing. The HAL is responsible for 68 <li>0: On a successful start to processing the capture request</li> 70 there are 0 output buffers, etc) and capture processing cannot start. Failures
|
camera3_error_stream.jd | 36 Transient errors in image capture must be reported through notify() as follows:</p> 38 <li>The failure of an entire capture to occur must be reported by the HAL by 41 <li>If the metadata for a capture cannot be produced, but some image buffers were 88 Before such a new stream can have its buffers included in a capture request, the 97 been signaled by the HAL. The framework will not submit new requests for capture 109 switching from still capture to video recording).</p> 136 buffers from that stream are included in a capture request. If the same stream 140 before it submits the first capture request. This allows quick startup for
|
/hardware/qcom/audio/legacy/libalsa-intf/ |
msm8960_use_cases.h | 272 #define SND_USE_CASE_MOD_CAPTURE_FM "Capture FM" 273 #define SND_USE_CASE_MOD_CAPTURE_LOWLATENCY_MUSIC "Capture Lowlatency Music" 274 #define SND_USE_CASE_MOD_CAPTURE_A2DP_FM "Capture A2DP FM" 277 #define SND_USE_CASE_MOD_CAPTURE_VOIP "Capture VOIP" 278 #define SND_USE_CASE_MOD_CAPTURE_VOICE_DL "Capture Voice Downlink" 279 #define SND_USE_CASE_MOD_CAPTURE_VOICE_UL_DL "Capture Voice Uplink Downlink"
|
/packages/apps/Browser/src/com/android/browser/ |
DataController.java | 54 private ByteBuffer mBuffer; // to capture thumbnails 198 Bitmap capture = tab.getScreenshot(); local 199 if (capture == null) { 202 if (mBuffer == null || mBuffer.limit() < capture.getByteCount()) { 203 mBuffer = ByteBuffer.allocate(capture.getByteCount()); 205 capture.copyPixelsToBuffer(mBuffer);
|
/cts/apps/CameraITS/tests/inprog/ |
test_crop_region.py | 37 # Capture a full frame first. 41 # Capture a frame for each of the regions.
|
/cts/apps/CameraITS/tests/scene1/ |
test_locked_burst.py | 44 # Converge 3A prior to capture. 52 # Capture bursts of YUV shots.
|
test_tonemap_sequence.py | 42 # Capture 3 manual shots with a linear tonemap. 51 # Capture 3 manual shots with the default tonemap.
|
/cts/apps/CameraITS/tools/ |
config.py | 36 tonemap) being at the 0.5 level. This requires camera 3A and capture 41 capture a shot reliably).
|
/cts/tests/tests/hardware/src/android/hardware/camera2/cts/helpers/ |
Camera2Focuser.java | 77 * Construct a focuser object, with given capture requestSurface, listener 80 * The focuser object will use camera and requestSurface to submit capture 86 * @param session The camera capture session associated with this focuser 87 * @param requestSurface The surface to issue the capture request with 187 * active scan. This is suitable for still capture: focus should need to be 220 mSession.capture(requestBuilder.build(), listener, mHandler); 257 mSession.capture(requestBuilder.build(), listener, mHandler); 281 mSession.capture(requestBuilder.build(), listener, mHandler);
|
/external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.type/dcl.spec.auto/ |
p4.cpp | 55 auto parens5 = [p5(2, 3)] {}; // expected-error {{initializer for lambda capture 'p5' contains multiple expressions}} 56 auto parens6 = [p6({4, 5, 6})] {}; // expected-error {{cannot deduce type for lambda capture 'p6' from parenthesized initializer list}}
|
/external/clang/test/CXX/expr/expr.prim/expr.prim.lambda/ |
p23.cpp | 41 auto l2 = [Values...] {}; // expected-error{{'Values' in capture list does not name a variable}} 69 [as(args...)] {} (); // expected-error {{initializer missing for lambda capture 'as'}} expected-error {{multiple}}
|
/external/easymock/src/org/easymock/internal/ |
UnorderedBehavior.java | 55 // actual and expected matched, validate the capture
61 // reset the capture (already validated or expected didn't
|
/external/libpcap/ |
README.sita | 12 capture packets from a SITA ACN device (and potentially others). 28 ACN interfaces and will not capture from the native OS packet stream.
|