/frameworks/base/core/java/android/hardware/camera2/ |
CaptureFailure.java | 25 * A report of failed capture for a single image capture from the image sensor. 29 * to determine the specific nature of the failed capture.</p> 45 * The capture has failed due to a {@link CameraCaptureSession#abortCaptures} call from the 78 * Get the request associated with this failed capture. 82 * the {@code failed capture}'s {@code getRequest()} will return that {@code request}. 86 * <code><pre>cameraDevice.capture(someRequest, new CaptureCallback() { 95 * @return The request associated with this failed capture. Never {@code null}. 103 * Get the frame number associated with this failed capture. 105 * <p>Whenever a request has been processed, regardless of failed capture or success [all...] |
TotalCaptureResult.java | 28 * <p>The total assembled results of a single image capture from the image sensor.</p> 30 * <p>Contains the final configuration for the capture hardware (sensor, lens, 35 * {@link CaptureRequest}. All properties listed for capture requests can also 36 * be queried on the capture result, to determine the final values used for 37 * capture. The result also includes additional metadata about the state of the 38 * camera device during the capture.</p> 106 * Get the ID of the session where the capture request of this result was submitted.
|
CameraConstrainedHighSpeedCaptureSession.java | 25 * A constrained high speed capture session for a {@link CameraDevice}, used for capturing high 33 * An active high speed capture session is a specialized capture session that is only targeted at 55 * Any capture requests (repeating or non-repeating) submitted before the session is ready will be 56 * queued up and will begin capture once the session becomes ready. In case the session cannot be 58 * called, all queued capture requests are discarded. </p> 68 * but will still complete all of its in-progress capture requests as normal, before a newly created 75 * <p>Create a unmodifiable list of requests that is suitable for constrained high speed capture 96 * capture session to achieve high speed video recording. When only preview or recording 100 * <p>Submitting a request list created by this method to a normal capture session will resul [all...] |
/external/libpcap/ |
pcap_set_tstamp_type.3pcap.in | 24 capture device 45 will give a list of the time stamp types supported by a given capture 53 supported by the capture device, 56 capture device, 58 if called on a capture handle that has been activated, and 60 if the capture device doesn't support setting the time stamp type.
|
pcap_activate.3pcap | 24 pcap_activate \- activate a capture handle 37 is used to activate a packet capture handle to look 49 call isn't supported by the capture source (the time stamp type is 56 if the capture source specified when the handle was created doesn't 59 if the process doesn't have permission to open the capture source, 61 if the process has permission to open the capture source but doesn't 64 if monitor mode was specified but the capture source doesn't support 67 if the capture source is not up, and
|
pcap-tstamp.manmisc.in | 30 the operating system running on the host on which the capture is being 41 capture device and when the networking stack time-stamps the packet; 68 Some capture devices on some platforms can provide time stamps for 77 Depending on the capture device and the software on the host, libpcap 80 routine provides, for a packet capture handle created by 84 a list of time stamp types supported by the capture device for that 87 offered for that capture device. If the list is not empty, the 102 Time stamp provided by the host on which the capture is being done. The 107 Time stamp provided by the host on which the capture is being done. 112 Time stamp provided by the host on which the capture is being done. [all...] |
/packages/apps/Camera2/src/com/android/camera/one/v2/initialization/ |
CaptureSessionCreator.java | 31 * Asynchronously creates capture sessions. 38 * @param device The device on which to create the capture session. 39 * @param cameraHandler The handler on which to process capture session 48 * Asynchronously creates a capture session, returning a future to it. 50 * @param surfaces The set of output surfaces for the camera capture 52 * @return A Future for the camera capture session.
|
/external/v8/test/mjsunit/ |
regexp-global.js | 29 // Test that an optional capture is cleared between two matches. 31 str = str.replace(/(\w)?X/g, function(match, capture) { 32 assertTrue(match.indexOf(capture) >= 0 || 33 capture === undefined); 34 return capture ? capture.toLowerCase() : "-"; 40 str = str.replace(/\b/g, function(match, capture) { 47 str = str.replace(/(?=(\w+))\b/g, function(match, capture) { 48 return capture.length; 80 //Test that an optional capture is cleared between two matches [all...] |
/external/clang/test/CXX/expr/expr.prim/expr.prim.lambda/ |
p12.cpp | 46 [i] {}(); // expected-error{{variable 'i' cannot be implicitly captured in a lambda with no capture-default specified}} 68 auto m4 = [&,j] { // expected-error{{variable 'j' cannot be implicitly captured in a lambda with no capture-default specified}} 69 int x = n; // expected-error{{variable 'n' cannot be implicitly captured in a lambda with no capture-default specified}} 71 x += i; // expected-error{{variable 'i' cannot be implicitly captured in a lambda with no capture-default specified}}
|
p11-1y.cpp | 16 // the identifier in the init-capture hides any declaration 23 (void) [c("bar")] () -> decltype(c) { // outer c, not init-capture 47 auto bad_init_2 = [a(1, 2)] {}; // expected-error {{initializer for lambda capture 'a' contains multiple expressions}} 50 auto bad_init_5 = [a(overload_fn)] {}; // expected-error {{cannot deduce type for lambda capture 'a' from initializer of type '<overloaded function}} 51 auto bad_init_6 = [a{overload_fn}] {}; // expected-error {{cannot deduce type for lambda capture 'a' from initializer list}} expected-warning {{will change meaning in a future version of Clang}} 53 template<typename...T> void pack_1(T...t) { (void)[a(t...)] {}; } // expected-error {{initializer missing for lambda capture 'a'}}
|
/external/skia/src/gpu/ |
GrClipMaskCache.cpp | 14 // We need an initial frame to capture the clip state prior to
|
/packages/apps/Camera2/src_pd/com/android/camera/stats/ |
CaptureStats.java | 6 * Simple statistics of internal app behavior during capture.
|
/system/media/audio_effects/include/audio_effects/ |
effect_visualizer.h | 32 #define VISUALIZER_CAPTURE_SIZE_MAX 1024 // maximum capture size in samples 33 #define VISUALIZER_CAPTURE_SIZE_MIN 128 // minimum capture size in samples 48 VISUALIZER_PARAM_CAPTURE_SIZE, // Sets the number PCM samples in the capture. 57 VISUALIZER_CMD_CAPTURE = EFFECT_CMD_FIRST_PROPRIETARY, // Gets the latest PCM capture.
|
/cts/apps/CameraITS/tests/scene0/ |
test_capture_result_dump.py | 23 """Test that a capture result is returned from a manual capture; dump it. 27 # Arbitrary capture request exposure values; image content is not
|
/external/libpcap/ChmodBPF/ |
ChmodBPF | 13 # group can use programs that capture or send raw packets. 17 # so only that user and the super-user can capture or send raw 20 # admin group can capture packets.
|
/sdk/hierarchyviewer/src/com/android/hierarchyviewer/ui/action/ |
CaptureLayersAction.java | 31 putValue(NAME, "Capture PSD"); 32 putValue(SHORT_DESCRIPTION, "Capture PSD"); 33 putValue(LONG_DESCRIPTION, "Capture current window into a Photoshop PSD file");
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/ |
NetworkControllerBaseTest.java | 263 Mockito.verify(mCallbackHandler, Mockito.atLeastOnce()).setNoSims(hasNoSimsArg.capture()); 275 ArgumentCaptor.forClass(IconState.class).capture(), 276 iconArg.capture(), 277 ArgumentCaptor.forClass(Integer.class).capture(), 278 typeIconArg.capture(), dataInArg.capture(), dataOutArg.capture(), 279 ArgumentCaptor.forClass(String.class).capture(), 280 ArgumentCaptor.forClass(String.class).capture(), 281 ArgumentCaptor.forClass(Boolean.class).capture(), [all...] |
/external/antlr/antlr-3.4/runtime/Python/tests/ |
t049treeparser.py | 16 def capture(self, t): member in class:T.walkerClass.TWalker 72 {self.capture("\%s, \%s" \% ($ID, $INT))} 106 {self.capture(str($ID)+", "+str($INT))} 141 b : ID INT {self.capture(str($ID)+" "+str($INT)+'\n')} 142 | ^(ID INT) {self.capture("^("+str($ID)+" "+str($INT)+')');} 176 b : ID INT+ {self.capture(str($ID)+" "+str($INT)+"\n")} 177 | ^(x=ID (y=INT)+) {self.capture("^("+str($x)+' '+str($y)+')')} 210 a : ID INT+ PERIOD {self.capture("alt 1")} 211 | ID INT+ SEMI {self.capture("alt 2")} 265 {self.capture(str($ID)) [all...] |
/external/libpcap/packaging/ |
pcap.spec.in | 4 Summary: A system-independent interface for user-level packet capture 20 vendor provides a different interface for packet capture, the libpcap 22 alleviate the need for several system-dependent packet capture modules 36 vendor provides a different interface for packet capture, the libpcap 38 alleviate the need for several system-dependent packet capture modules
|
/device/htc/flounder/ |
mixer_paths_0.xml | 9 <ctl name="Mono ADC Capture Volume" value="77"/> 36 <ctl name="Mono ADC Capture Volume" value="93"/> 43 <ctl name="Mono ADC Capture Volume" value="93"/> 51 <ctl name="Mono ADC Capture Volume" value="82"/> 68 <ctl name="Mono ADC Capture Volume" value="66"/> 81 <ctl name="Mono ADC Capture Volume" value="47"/> 90 <ctl name="Mono ADC Capture Volume" value="66"/>
|
/packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/ |
CrossProfileIntentFiltersHelper.java | 187 IntentFilter capture = new IntentFilter(); local 188 capture.addAction(MediaStore.ACTION_IMAGE_CAPTURE); 189 capture.addAction(MediaStore.ACTION_IMAGE_CAPTURE_SECURE); 190 capture.addAction(MediaStore.ACTION_VIDEO_CAPTURE); 191 capture.addAction(MediaStore.Audio.Media.RECORD_SOUND_ACTION); 192 capture.addAction(MediaStore.INTENT_ACTION_STILL_IMAGE_CAMERA); 193 capture.addAction(MediaStore.INTENT_ACTION_STILL_IMAGE_CAMERA_SECURE); 194 capture.addAction(MediaStore.INTENT_ACTION_VIDEO_CAMERA); 195 capture.addCategory(Intent.CATEGORY_DEFAULT); 196 pm.addCrossProfileIntentFilter(capture, managedProfileUserId, parentUserId, 0) [all...] |
/system/media/audio/include/system/ |
sound_trigger.h | 75 to capture */ 78 bool concurrent_capture; /* supports capture by other use cases while 80 bool trigger_in_event; /* returns the trigger capture in event */ 143 bool capture_available; /* it is possible to capture audio from this 149 for capture. A negative value is possible 151 capture */ 155 bool trigger_in_data; /* the opaque data is the capture of 158 event data or to use for capture of the 194 * configuration for sound trigger capture session passed to start_recognition() 197 audio_io_handle_t capture_handle; /* IO handle that will be used for capture [all...] |
/external/regex-re2/re2/ |
nfa.cc | 62 const char** capture; member in struct:re2::NFA::Thread 69 const char* cap_j; // if j>=0, set capture[j] = cap_j before processing ip 88 // to the workqueue q with associated capture info. 90 const char* p, const char** capture); 100 // Returns text version of capture information, for debugging. 101 string FormatCapture(const char** capture); 152 delete[] t->capture; 168 t->capture = new const char*[ncapture_]; 187 const char* p, const char** capture) { 204 capture[a.j] = a.cap_j [all...] |
/external/clang/include/clang/Sema/ |
ScopeInfo.h | 375 class Capture { 376 // There are three categories of capture: capturing 'this', capturing 378 // arbitrary initializer, and don't really capture in the traditional 381 // There are three ways to capture a local variable: 382 // - capture by copy in the C++11 sense, 383 // - capture by reference in the C++11 sense, and 384 // - __block capture. 385 // Lambdas explicitly specify capture by copy or capture by reference. 386 // For blocks, __block capture applies to variables with that annotation [all...] |
/external/clang/test/CodeGenCXX/ |
cxx1y-init-captures.cpp | 47 // Initialize init-capture 'b(a)' by reference. 51 // Initialize init-capture 'c(a)' by copy. 63 // Capture outer 'c' by reference. 69 // Capture outer 'b' by copy. 86 // Load capture of 'b' 90 // Load capture of 'c'
|