OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:capture
(Results
301 - 325
of
3047
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/external/libgdx/extensions/gdx-controllers/gdx-controllers-desktop/jni/ois-v1-4svn/includes/mac/
MacJoyStick.h
58
/** @copydoc Object::
capture
*/
59
virtual void
capture
();
MacMouse.h
44
/** @copydoc Object::
capture
*/
45
virtual void
capture
();
/external/libgdx/extensions/gdx-controllers/gdx-controllers-desktop/jni/ois-v1-4svn/includes/win32/
Win32Mouse.h
40
/** @copydoc Object::
capture
*/
41
virtual void
capture
();
/external/libpcap/
pcap_fileno.3pcap
22
pcap_fileno \- get the file descriptor for a live
capture
36
refers to a network device that was opened for a live
capture
using
pcap_is_swapped.3pcap
38
than the current system. For a live
capture
, it always returns false
49
if called on a
capture
handle that has been created but not activated.
/external/llvm/test/Transforms/Inline/
byval-tail-call.ll
4
; Calls that
capture
byval parameters cannot be marked as tail calls. Other
5
; tails that don't
capture
byval parameters can still be tail calls.
/external/v8/src/regexp/
regexp-parser.h
195
CAPTURE
, // All positive values represent captures.
221
// Index in captures array of first
capture
in this sub-expression, if any.
222
// Also the
capture
index of this sub-expression itself, if group_type
223
// is
CAPTURE
.
226
// Check whether the parser is inside a
capture
group with the given index.
234
// Stored disjunction type (
capture
, look-ahead or grouping), if any.
238
// Stored disjunction's
capture
index (if any).
263
// The
capture
count is only valid after we have scanned for captures.
/external/webrtc/webrtc/tools/agc/
agc_harness.cc
41
DEFINE_bool(devices, false, "print out
capture
devices and indexes to be used "
42
"with the
capture
flags");
43
DEFINE_int32(capture1, 0, "
capture
device index for the first voice engine");
44
DEFINE_int32(capture2, 0, "
capture
device index for second voice engine");
64
"opposite stereo channels on the default render device. The
capture
\n"
70
"loudspeakers) and records from the selected
capture
device. The second\n"
71
"voice engine receives the
capture
signal and plays it out over the\n"
162
printf("
Capture
devices:\n");
/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/base/core/java/android/webkit/
ServiceWorkerController.java
31
* //
Capture
request here and generate response or allow pass-through
61
* Sets the client to
capture
service worker related callbacks.
/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>
/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. */
/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
42
* - delay_ns is the delay introduced by
capture
buffers
45
* - delay_ns is the delay between the returned frames and the
capture
time derived from
/cts/tests/camera/src/android/hardware/camera2/cts/
CameraDeviceTest.java
156
* Test camera
capture
request preview
capture
template.
182
* Test camera
capture
request still
capture
template.
206
* Test camera
capture
video recording template.
227
*<p>Test camera
capture
video snapshot template.</p>
243
*<p>Test camera
capture
request zero shutter lag template.</p>
257
* Test camera
capture
request manual template.
268
* <li>The manual
capture
parameters (exposure, sensitivity, and so on) are
298
assertNotNull("Failed to create
capture
request", capReq)
[
all
...]
/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/autotest/client/common_lib/cros/network/
tcpdump_analyzer.py
25
"""A frame from a packet
capture
."""
105
capture
= pyshark.FileCapture(
107
capture
.load_packets(timeout=PYSHARK_LOAD_TIMEOUT)
108
return
capture
130
logging.debug('
Capture
: %s, Filter: %s', local_pcap_path, display_filter)
140
logging.debug('Found bad
capture
frame: %s', frame)
Completed in 1318 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>