OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:capture
(Results
101 - 125
of
2057
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/packages/apps/Camera2/src/com/android/camera/one/
OneCamera.java
100
* take a picture of if setting up the
capture
pipeline failed.
103
/** After this is called, the system is ready for
capture
requests. */
108
* not ready for
capture
requests.
115
*
capture
changes.
134
*
capture
.
147
* @param session the
capture
session
164
* Called when
capture
session is reporting a processing update. This
165
* should only be called by
capture
sessions that require the user to
263
* Parameters to be given to
capture
requests.
266
/** The title/filename (without suffix) for this
capture
. *
[
all
...]
/packages/apps/Exchange/src/com/android/exchange/adapter/
SendMailParser.java
20
* The only useful info in the SendMail response is the status; we
capture
and save it
/external/clang/lib/Sema/
SemaLambda.cpp
28
/// enclosing lambda (to the current lambda) that is '
capture
-ready' for
31
/// of the
capture
-ready lambda's LambdaScopeInfo.
35
/// lambda that is ready to
capture
the \p VarToCapture being referenced in
38
/// that is the lambda with the highest index that is '
capture
-ready'.
40
/// A lambda 'L' is
capture
-ready for 'V' (var or this) if:
44
/// stack), can all
capture
or have already captured V.
45
/// If \p VarToCapture is 'null' then we are trying to
capture
'this'.
47
/// Note that a lambda that is deemed '
capture
-ready' still needs to be checked
48
/// for whether it is '
capture
-capable' (see
50
///
capture
[
all
...]
/frameworks/base/core/java/android/hardware/camera2/legacy/
CaptureCollector.java
91
// Send a request error if the
capture
has not yet started.
129
"setJpegTimestamp called for
capture
with no jpeg targets.");
157
"setJpegProduced called for
capture
with no jpeg targets.");
188
"setPreviewTimestamp called for
capture
with no preview targets.");
218
"setPreviewProduced called for
capture
with no preview targets.");
458
* Called to alert the {@link CaptureCollector} that the jpeg
capture
has begun.
460
* @param timestamp the time of the jpeg
capture
.
461
* @return the {@link RequestHolder} for the request associated with this
capture
.
480
* Called to alert the {@link CaptureCollector} that the jpeg
capture
has completed.
482
* @return a pair containing the {@link RequestHolder} and the timestamp of the
capture
[
all
...]
/cts/tests/tests/hardware/src/android/hardware/camera2/cts/
StillCaptureTest.java
79
* Test JPEG
capture
exif fields for each camera.
100
* Test normal still
capture
sequence.
102
* Preview and and jpeg output streams are configured. Max still
capture
103
* size is used for jpeg
capture
. The sequence of still
capture
being test
105
* converged), then
capture
jpeg. The AWB and AE are in auto modes. AF mode
127
* Test basic Raw
capture
. Raw buffer avaiablility is checked, but raw buffer data is not.
132
Log.i(TAG, "Testing raw
capture
for Camera " + mCameraIds[i]);
152
* Test the full raw
capture
use case.
162
Log.i(TAG, "Testing raw
capture
for Camera " + mCameraIds[i])
[
all
...]
PerformanceTest.java
72
// ZSL queue depth should be bigger than the max simultaneous reprocessing
capture
request
215
* Test camera
capture
KPI for YUV_420_888 format: the time duration between
216
* sending out a single image
capture
request and receiving image data and
217
*
capture
result.
219
* It enumerates the following metrics:
capture
latency, computed by
220
* measuring the time between sending out the
capture
request and getting
222
* between sending out the
capture
request and getting the partial result;
223
*
capture
result latency, computed by measuring the time between sending
224
* out the
capture
request and getting the full
capture
result
[
all
...]
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
...]
/external/libpcap/
INSTALL.txt
13
configure: warning: cannot determine packet
capture
interface
16
then your system either does not support packet
capture
or your system
17
does support packet
capture
but libpcap does not support that
19
packet
capture
not supported by libpcap, please send us patches; don't
23
It is possible to override the default packet
capture
type, although
29
Another example is to force a supported packet
capture
type in the case
101
If you are trying to do packet
capture
with a FORE ATM card, you may or
103
code so unless their driver supports packet
capture
, there's not much
113
Under {DEC OSF/1, Digital UNIX, Tru64 UNIX}, packet
capture
must be
119
Look for the "How do I configure the Berkeley Packet Filter and
capture
[
all
...]
pcap_loop.3pcap
24
pcap_loop, pcap_dispatch \- process packets from a live
capture
or savefile
48
processes packets from a live
capture
or ``savefile'' until
63
processes packets from a live
capture
or ``savefile'' until
66
reached when doing a live
capture
, the end of the ``savefile'' is
70
Thus, when doing a live
capture
,
73
a minimum number; when reading a live
capture
, only one
79
reading a live
capture
, and causes all the packets in the file to be
143
assume that the packets for a given
capture
or ``savefile`` will have
169
packets were read from a live
capture
(if, for example, they were
173
descriptor for the
capture
device is in non-blocking mode and no packet
[
all
...]
/frameworks/base/core/java/android/hardware/camera2/
CameraDevice.java
34
* Android device, allowing for fine-grain control of image
capture
and
69
* Create a request suitable for still image
capture
. Specifically, this
71
* commonly be used with the {@link CameraCaptureSession#
capture
} method.
90
* Create a request suitable for still image
capture
while recording
93
* with the {@link CameraCaptureSession#
capture
} method while a request based on
104
* Create a request suitable for zero shutter lag still
capture
. This means
118
* A basic template for direct application control of
capture
121
* quality. The manual
capture
parameters (exposure, sensitivity, and so on)
165
* <p>Create a new camera
capture
session by providing the target output set of Surfaces to the
168
* <p>The active
capture
session determines the set of potential output Surfaces fo
[
all
...]
/cts/libs/deviceutillegacy/src/android/webkit/cts/
WebViewOnUiThread.java
253
public Boolean
capture
() {
262
public Boolean
capture
() {
271
public Boolean
capture
() {
280
public Boolean
capture
() {
316
public WebMessagePort[]
capture
() {
557
public String
capture
() {
566
public WebSettings
capture
() {
575
public WebBackForwardList
capture
() {
584
public Bitmap
capture
() {
593
public String
capture
() {
[
all
...]
/development/samples/ApiDemos/res/xml/
filter_nfc.xml
17
<!--
capture
anything using NfcF -->
22
<!--
capture
all MIFARE Classics with NDEF payloads -->
/external/antlr/antlr-3.4/runtime/Python/tests/
t026actions.py
16
def
capture
(self, t):
member in class:t026actions.parserClass.TParser
36
def
capture
(self, t):
member in class:t026actions.lexerClass.TLexer
/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
/frameworks/av/services/camera/libcameraservice/api1/client2/
CaptureSequencer.cpp
150
result = "
Capture
request:\n";
154
result = "
Capture
request: undefined\n";
157
result = String8::format(" Current
capture
state: %s\n",
223
ALOGV("Camera %d: New
capture
state %s",
229
ALOGE("Camera %d: Stopping
capture
sequencer due to error",
278
ALOGE("%s: Camera %d: Can't idle after still
capture
: "
334
ALOGE("%s: Camera %d: Can't update still image
capture
request: %s (%d)",
370
// We don't want to get partial results for ZSL
capture
.
380
"falling back to normal
capture
", __FUNCTION__,
415
// We don't want to get partial results for normal
capture
, as we nee
[
all
...]
/frameworks/base/docs/html/tools/help/
gltracer.jd
20
The tool allows you to
capture
OpenGL ES commands and frame by frame images to help you understand
52
<p>Tracer captures OpenGL ES command execution logs and can also
capture
progressive images of the
60
<p class="img-caption"><strong>Figure 1.</strong> Trace
capture
dialog box.</p>
62
<p>To
capture
an OpenGL ES trace for an Android application:</p>
69
<li>On the toolbar, click the trace
capture
button (<img
70
src="{@docRoot}images/gltracer/icon-
capture
.png">).</li>
80
<p class="note"><strong>Note:</strong> If you want to
capture
progressive frame images for each
85
<li>Click <strong>Trace</strong> to start the trace
capture
.</li>
/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/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/tests/hardware/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
...]
/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
...]
Completed in 946 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>