OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:capture
(Results
176 - 200
of
2057
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/frameworks/av/services/audioflinger/
FastCaptureState.h
26
// Represent a single state of the fast
capture
37
size_t mFrameCount; // number of frames per fast
capture
buffer
/frameworks/av/services/camera/libcameraservice/api1/client2/
ZslProcessorInterface.h
46
* Submits a ZSL
capture
request (id = requestId)
50
* A
capture
request is created and submitted on behalf of the client.
/frameworks/base/docs/html/guide/topics/media/
audio-capture.jd
1
page.title=Audio
Capture
10
<li><a href="#audiocapture">Performing Audio
Capture
</a>
39
<p class="note"><strong>Note:</strong> The Android Emulator does not have the ability to
capture
42
<h2 id="audiocapture">Performing Audio
Capture
</h2>
44
<p>Audio
capture
from the device is a bit more complicated than audio and video playback, but still
63
<li>To start audio
capture
, call
65
<li>To stop audio
capture
, call {@link android.media.MediaRecorder#stop MediaRecorder.stop()}.
73
<p>The example class below illustrates how to set up, start and stop audio
capture
, and to play the
/frameworks/base/media/tests/EffectsTest/res/values/
strings.xml
33
<string name="waveform_name">PCM
capture
</string>
34
<string name="fft_name">FFT
Capture
</string>
/frameworks/native/services/surfaceflinger/tests/screencap/
screencap.cpp
48
fprintf(stderr, "screen
capture
failed: %s\n", strerror(-err));
52
printf("screen
capture
success: w=%u, h=%u, pixels=%p\n",
/packages/apps/Camera2/src/com/android/camera/
PhotoController.java
74
/**********************
Capture
animation **********************/
77
* Starts the pre-
capture
animation.
/packages/apps/Camera2/src/com/android/camera/debug/
DebugPropertyHelper.java
30
* Enable additional
capture
debug UI.
37
/** Write data about each
capture
request to disk. */
/packages/apps/Camera2/src/com/android/camera/one/v2/commands/
CameraCommand.java
27
*
capture
session, image reader, and other resources.
37
* @throws CameraCaptureSessionClosedException If the
capture
session was
/packages/apps/Camera2/src/com/android/camera/session/
CaptureSession.java
39
/** Classes implementing this interface can produce a
capture
session. */
41
/** Creates and starts a new
capture
session. */
71
* Occurs when, for a particular image type, an image
capture
has
104
* This occurs if a
capture
session is created but is later canceled for
110
* This occurs if a
capture
session is created but failed to persist the
156
* For an ongoing session, this updates the
capture
indicator thumbnail.
159
* update the
capture
indicator
239
*
capture
session.
SessionNotifier.java
23
* Internal interface that e.g. a
capture
session can use to update about the
49
/** The
capture
indicator should be updated. */
CaptureSessionManager.java
27
* Modules use this manager to store
capture
results.
47
* Called when the
capture
indicator for the given session has changed
50
* @param bitmap the
capture
indicator bitmap
90
* Creates a new
capture
session.
108
* Add a listener to be informed about
capture
session updates.
128
* Removes a previously added listener from receiving further
capture
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
meye.h
34
/* Private API for handling mjpeg
capture
/ playback. */
50
/* queue a buffer for mjpeg
capture
*/
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
meye.h
34
/* Private API for handling mjpeg
capture
/ playback. */
50
/* queue a buffer for mjpeg
capture
*/
/system/extras/tests/workloads/
capture.sh
0
#
Capture
and display input events and coordinates
3
# Usage: ./
capture
.sh
/system/media/audio_utils/include/audio_utils/
echo_reference.h
41
* - delay_ns is the delay introduced by
capture
buffers
44
* - delay_ns is the delay between the returned frames and the
capture
time derived from
/cts/apps/CameraITS/tests/scene1/
test_crop_region_raw.py
63
#
Capture
without a crop region.
70
#
Capture
with a crop region.
86
# Convert the
capture
to RGB and dump to a file.
91
# Get the crop region that is reported in the
capture
result.
99
# one, for a non-cropped
capture
, and is close to the expected one,
100
# for a cropped
capture
.
/device/htc/flounder/
nvaudio_conf.xml
13
<!ELEMENT alsa_device (pcm_config, playback,
capture
, voice-call)>
15
<!ELEMENT
capture
(pcm_config, device, path)>
93
<
capture
>
117
</
capture
>
170
<
capture
>
173
</
capture
>
/external/clang/test/SemaCXX/
cxx1y-init-captures.cpp
50
{ // should not
capture
110
{ // should not
capture
117
{ // will need to
capture
x in outer lambda
127
{ // will need to
capture
x in outer lambda
137
{ // will need to
capture
x in outer lambda
146
{ // will need to
capture
x in outer lambda
/external/libpcap/
README
24
interface for user-level packet
capture
. libpcap provides a portable
28
for packet
capture
, and since we've developed several tools that
31
system-dependent packet
capture
modules in each application.
34
with the OS's interface for packet
capture
on those platforms, such as
41
User-level Packet
Capture
''. A compressed PostScript version can be
58
Although most packet
capture
interfaces support in-kernel filtering,
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/
NetworkControllerWifiTest.java
142
inArg.
capture
(), outArg.
capture
(), Mockito.anyString());
154
enabledArg.
capture
(), Mockito.any(IconState.class),
155
iconArg.
capture
(), Mockito.anyBoolean(),
157
descArg.
capture
());
169
Mockito.anyBoolean(), iconArg.
capture
(), Mockito.any(IconState.class),
/external/guava/guava-tests/test/com/google/common/reflect/
TypeTokenTest.java
138
TypeToken<?> f = TypeToken.of(new TypeCapture<F>() {}.
capture
());
149
TypeToken<?> e = TypeToken.of(new TypeCapture<E>() {}.
capture
());
156
new TypeCapture<Comparable<? extends Iterable<String>>>() {}.
capture
();
249
TypeToken<?>.TypeSet types = TypeToken.of(new TypeCapture<B>() {}.
capture
()).getTypes();
264
TypeToken<?>.TypeSet types = TypeToken.of(new TypeCapture<B>() {}.
capture
()).getTypes();
277
TypeToken<?>.TypeSet types = TypeToken.of(new TypeCapture<A>() {}.
capture
()).getTypes();
409
TypeToken.of(new TypeCapture<T>() {}.
capture
()).getGenericSuperclass());
416
TypeToken.of(new TypeCapture<T>() {}.
capture
()).getGenericSuperclass());
423
TypeToken.of(new TypeCapture<T>() {}.
capture
()).getGenericSuperclass());
429
assertNull(TypeToken.of(new TypeCapture<T>() {}.
capture
()).getGenericSuperclass())
[
all
...]
TypesTest.java
50
new TypeCapture<Map.Entry<String, Integer>>() {}.
capture
();
59
new TypeCapture<HashMap<String, int[][]>>() {}.
capture
();
98
new TypeCapture<Map.Entry<String, int[][]>>() {}.
capture
();
104
.addEqualityGroup(new TypeCapture<Map.Entry<String, String>>() {}.
capture
())
105
.addEqualityGroup(new TypeCapture<Map<String, Integer>>() {}.
capture
())
151
Type jvmType1 = new TypeCapture<List<String>[]>() {}.
capture
();
154
Type jvmType2 = new TypeCapture<List[]>() {}.
capture
();
160
assertEquals(new TypeCapture<List<String>>() {}.
capture
(),
167
Type jvmType = new TypeCapture<int[][]>() {}.
capture
();
176
Type jvmType = new TypeCapture<int[]>() {}.
capture
();
[
all
...]
/cts/tests/tests/hardware/src/android/hardware/camera2/cts/
CaptureResultTest.java
87
* Basic non-null check test for multiple
capture
results.
92
* runs a typical flexible yuv
capture
many times, and checks if there is any null entries in
93
* a
capture
result.
118
assertNotNull("Failed to create
capture
request", requestBuilder);
121
// Start
capture
184
assertNotNull("Failed to create
capture
request", requestBuilder);
189
// Start
capture
199
// Verify
capture
results
232
"TotalCaptureResult must be a super set of partial
capture
results",
266
* Check that the timestamps passed in the results, buffers, and
capture
callbacks match fo
[
all
...]
CameraDeviceTest.java
150
* Test camera
capture
request preview
capture
template.
176
* Test camera
capture
request still
capture
template.
200
* Test camera
capture
video recording template.
221
*<p>Test camera
capture
video snapshot template.</p>
237
*<p>Test camera
capture
request zero shutter lag template.</p>
251
* Test camera
capture
request manual template.
262
* <li>The manual
capture
parameters (exposure, sensitivity, and so on) are
292
assertNotNull("Failed to create
capture
request", capReq)
[
all
...]
/hardware/ti/omap4-aah/camera/V4LCameraAdapter/
V4LCameraAdapter.cpp
159
CAMHAL_LOGEB("StartStreaming: Unable to start
capture
: %s", strerror(errno));
176
CAMHAL_LOGEB("StopStreaming: Unable to stop
capture
: %s", strerror(errno));
258
streamParams.parm.
capture
.capability = V4L2_CAP_TIMEPERFRAME;
259
streamParams.parm.
capture
.capturemode = V4L2_MODE_HIGHQUALITY;
260
streamParams.parm.
capture
.timeperframe.denominator = FPS_PERIOD;
261
streamParams.parm.
capture
.timeperframe.numerator= 1;
320
CAMHAL_LOGEA("Error while adapter initialization: video
capture
not supported.");
326
CAMHAL_LOGEA("Error while adapter initialization:
Capture
device does not support streaming i/o");
348
// Signal end of image
capture
350
CAMHAL_LOGDB("===========Signal End Image
Capture
==========")
[
all
...]
Completed in 469 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>