HomeSort by relevance Sort by last modified time
    Searched full:capture (Results 126 - 150 of 2057) sorted by null

1 2 3 4 56 7 8 91011>>

  /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...]
  /cts/tests/tests/hardware/src/android/hardware/camera2/cts/
ImageReaderTest.java 60 * <p>JPEG: used for JPEG still capture, also mandatory format. </p>
138 Log.v(TAG, "Testing jpeg capture for Camera " + id);
150 Log.v(TAG, "Testing raw capture for camera " + id);
163 Log.v(TAG, "Testing repeating jpeg capture for Camera " + id);
175 Log.v(TAG, "Testing repeating raw capture for camera " + id);
231 * Test two image stream (YUV420_888 and JPEG) capture by using ImageReader.
253 * Test two image stream (YUV420_888 and RAW_SENSOR) capture by using ImageReader.
363 // Capture image.
373 // Verify capture result and images
456 "capture size " + captureSz + " for the same frame are "
    [all...]
ReprocessCaptureTest.java 63 // The image reader for the first regular capture
65 // The image reader for the reprocess capture
67 // A flag indicating whether the regular capture and the reprocess capture share the same image
221 * Verify issuing cross session capture requests is invalid.
269 // issue and wait on reprocess capture request
278 "session reprocess capture as expected: " + e.getMessage());
337 * Test aborting reprocess capture requests of the largest input and output sizes for each
555 * Test burst that is mixed with regular and reprocess capture requests.
588 // Prepare an array of booleans indicating each capture's type (regular or reprocess
    [all...]
  /external/v8/test/mjsunit/
arguments-read-and-assignment.js 75 // Capture parameters in nested contexts.
85 "capture value returned");
91 "capture value ignored");
97 "capture to boolean");
103 "capture short-circuit boolean or true");
109 "capture short-circuit boolean and false");
121 "deep nested capture");
  /packages/apps/Camera2/src/com/android/camera/ui/
StickyBottomCaptureLayout.java 37 * The goal of this class is to ensure mode options and capture indicator is
93 * Sets a capture layout helper to query layout rect from.
102 Log.e(TAG, "Capture layout helper needs to be set first.");
110 // Layout capture indicator.
128 * Calculates the desired layout of capture indicator.
131 * overlay and capture indicator.
134 * @return the desired view bound for capture indicator.
  /external/clang/lib/CodeGen/
CGBlocks.h 152 class Capture {
173 static Capture makeIndex(unsigned index) {
174 Capture v;
179 static Capture makeConstant(llvm::Value *value) {
180 Capture v;
206 llvm::DenseMap<const VarDecl*, Capture> Captures;
233 const Capture &getCapture(const VarDecl *var) const {
236 Capture &getCapture(const VarDecl *var) {
237 llvm::DenseMap<const VarDecl*, Capture>::iterator
  /hardware/ti/omap4-aah/camera/OMXCameraAdapter/
OMXCapture.cpp 20 * This file contains functionality for handling image capture.
133 // JPEG capture is not supported in video mode by OMX Camera
134 // Set capture format to yuv422i...jpeg encode will
588 CAMHAL_LOGEB("Error while configuring capture mode 0x%x", eError);
591 CAMHAL_LOGDA("Camera capture mode configured successfully");
606 CAMHAL_LOGEB("Error while configuring extended capture mode 0x%x", eError);
609 CAMHAL_LOGDA("Extended camera capture mode configured successfully");
615 // set vector stop method to stop in capture
723 // Handle burst capture (no any bracketing) case
725 CAMHAL_LOGE("Handle burst capture (no any bracketing) case")
    [all...]
  /cts/apps/CameraITS/tools/
validate_scene.py 23 """capture a yuv image and save it to argv[1]
48 # Converge 3A prior to capture.
57 print "Capture an image to check the test scene"
  /cts/tests/tests/permission2/src/android/permission2/cts/
NoCaptureAudioOutputPermissionTest.java 27 * Verify the capture system video output permission requirements.
32 * when the app does not have permission to capture audio output.
34 * record permission, just not the capture audio output permission.
  /external/libpcap/
README.septel 32 packet capture stream and for capturing from Septel cards. To build
33 libpcap with only Septel support specify the capture type as 'septel'
39 cards and will not capture from the native OS packet stream.
pcap_datalink.3pcap.in 37 returns the link-layer header type for the live capture or ``savefile''
54 assume that the packets for a given capture or ``savefile`` will have
68 if called on a capture handle that has been created but not activated.
pcap_setdirection.3pcap 45 will only capture packets received by the device,
47 will only capture packets sent by the device and
49 will capture packets received by or sent by the device.
  /external/v8/src/compiler/
change-lowering-unittest.cc 16 using testing::Capture;
132 Capture<Node*> branch;
159 Capture<Node*> heap_number;
203 Capture<Node*> add, branch, heap_number, if_true;
233 Capture<Node*> branch, if_true;
262 Capture<Node*> branch, if_true;
288 Capture<Node*> branch, if_true;
314 Capture<Node*> branch, heap_number, if_false;
370 Capture<Node*> branch, if_true;
399 Capture<Node*> branch, if_true
    [all...]
  /external/v8/test/mjsunit/regress/
regress-176.js 32 "zero length match in (?:) with capture in lookahead");
35 "zero length match in (?=) with capture in lookahead");
38 "non-zero length match with capture in lookahead");
regress-regexp-construct-result.js 28 // Create a huge regexp with many alternative capture groups, most of
29 // which do not capture anything, but the corresponding capture slot
  /frameworks/base/core/java/android/hardware/camera2/legacy/
LegacyRequest.java 27 * Hold important data necessary to build the camera1 parameters up from a capture request.
32 /** Immutable capture request, as requested by the user */
43 * @param captureRequest immutable user-defined capture request
  /hardware/libhardware/tests/camera2/
CameraFrameTests.cpp 109 ALOGV("Submitting capture request %d", i);
111 ASSERT_EQ(OK, mDevice->capture(tmpRequest));
115 ALOGV("Reading capture request %d", i);
  /external/clang/test/SemaCXX/
lambda-expressions.cpp 49 []() { return a; }; // expected-error {{variable 'a' cannot be implicitly captured in a lambda with no capture-default specified}} expected-note {{begins here}}
54 []() { return [&]() { return a; }; }; // expected-error {{variable 'a' cannot be implicitly captured in a lambda with no capture-default specified}} expected-note {{lambda expression begins here}}
55 []() { return ^{ return a; }; };// expected-error {{variable 'a' cannot be implicitly captured in a lambda with no capture-default specified}} expected-note {{lambda expression begins here}}
56 []() { return [&a] { return a; }; }; // expected-error 2 {{variable 'a' cannot be implicitly captured in a lambda with no capture-default specified}} expected-note 2 {{lambda expression begins here}}
75 (void) ^{ return []() { return f[2]; }; }; // expected-error {{variable 'f' cannot be implicitly captured in a lambda with no capture-default specified}} \
85 []() { return h; }; // expected-error {{variable 'h' cannot be implicitly captured in a lambda with no capture-default specified}} expected-note {{lambda expression begins here}}
91 [] { return ref_i; }; // expected-error {{variable 'ref_i' cannot be implicitly captured in a lambda with no capture-default specified}} expected-note {{lambda expression begins here}}
208 // Capture all 'ts', use only one.
210 // Capture each 'ts', use it.
212 // Capture all 'ts', use all of them
    [all...]
  /external/v8/src/x64/
regexp-macro-assembler-x64.cc 27 * Temporarily stores the index of capture start after a matching pass
60 * - capture array size (may fit multiple sets of matches)
70 * position -1). Used to initialize capture registers to a non-position.
221 ReadPositionFromRegister(rdx, start_reg); // Offset of start of capture
222 ReadPositionFromRegister(rbx, start_reg + 1); // Offset of end of capture
223 __ subp(rbx, rdx); // Length of capture.
226 // rdx = Start offset of capture.
227 // rbx = Length of capture
230 // illegal capture where start of capture after end of capture)
    [all...]
  /external/antlr/antlr-3.4/runtime/Python/tests/
t052import.py 26 def capture(self, t): member in class:T.parserClass.TParser
53 def capture(self, t): member in class:T.lexerClass.TLexer
137 def capture(self, t):
138 self.gM1.capture(t)
142 a : B { self.capture("S.a") } ;
195 def capture(self, t):
196 self.gM2.capture(t)
198 a[x] returns [y] : B {self.capture("S.a"); $y="1000";} ;
208 s : label=a[3] {self.capture($label.y);} ;
230 def capture(self, t)
    [all...]
  /cts/apps/CameraITS/tests/inprog/
test_burst_sameness_auto.py 28 throughout capture.
40 # Capture at the smallest resolution.
48 # Converge 3A prior to capture.
57 # Capture bursts of YUV shots.
test_burst_sameness_fullres_auto.py 31 throughout capture.
43 # Capture at full resolution.
49 # Converge 3A prior to capture.
58 # Capture bursts of YUV shots.
  /cts/apps/CameraITS/tests/scene1/
test_ae_precapture_trigger.py 43 # Capture 5 manual requests, with AE disabled, and the last request
59 # Capture an auto request and verify the AE state; no trigger.
67 # Capture with auto request with a precapture trigger.
74 # Capture some more auto requests, and AE should converge.
  /developers/build/prebuilts/gradle/Camera2Raw/Application/src/main/res/values/
base-strings.xml 24 This sample demonstrates how to use the Camera2 API to capture RAW
  /developers/build/prebuilts/gradle/MediaRecorder/Application/src/main/res/values/
strings.xml 22 <string name="btnCapture">capture</string>

Completed in 593 milliseconds

1 2 3 4 56 7 8 91011>>