OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:capture
(Results
126 - 150
of
2139
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/chromium_org/remoting/host/
chromoting_host_context.h
33
// Task runner for the thread used for audio
capture
and encoding.
56
// Task runner for the thread used by the ScreenRecorder to
capture
68
// Thread for audio
capture
and encoding.
83
// Thread for screen
capture
.
/external/clang/test/Parser/
cxx0x-lambda-expressions.cpp
11
[+] {}; // expected-error {{expected variable name or 'this' in lambda
capture
list}}
12
[foo+] {}; // expected-error {{expected ',' or ']' in lambda
capture
list}}
15
[&,] {}; // expected-error {{expected variable name or 'this' in lambda
capture
list}}
16
[=,] {}; // expected-error {{expected variable name or 'this' in lambda
capture
list}}
/external/clang/test/SemaObjC/
arc-invalid.m
17
takeBlock(^{ (void) p; }); // expected-error {{cannot
capture
__autoreleasing variable in a block}}
/external/jmonkeyengine/engine/src/desktop/com/jme3/app/state/
ScreenshotAppState.java
28
private boolean
capture
= false;
field in class:ScreenshotAppState
54
capture
= true;
80
if (
capture
){
81
capture
= false;
/external/libpcap/
pcap-dag.h
2
* pcap-dag.c: Packet
capture
interface for Endace DAG card.
pcap-septel.h
2
* pcap-septel.c: Packet
capture
interface for Intel Septel card
/external/zxing/qr_scanner/
README.google
7
Android library that exposes an activity to
capture
QR codes. It is basically
/packages/apps/Browser/
Android.mk
22
# We need the sound recorder for the Media
Capture
API.
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/
ak4xxx-adda.h
51
char *name; /*
capture
gain volume label */
52
char *switch_name; /*
capture
switch */
54
char *selector_name; /*
capture
source select label */
55
const char **input_names; /*
capture
source names (NULL terminated) */
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/
ak4xxx-adda.h
51
char *name; /*
capture
gain volume label */
52
char *switch_name; /*
capture
switch */
54
char *selector_name; /*
capture
source select label */
55
const char **input_names; /*
capture
source names (NULL terminated) */
/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
...]
/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/chromium_org/chrome/browser/ui/views/
crypto_module_password_dialog_view_unittest.cc
22
void
Capture
(const char* text) {
38
base::Bind(&CryptoModulePasswordDialogViewTest::
Capture
,
/external/chromium_org/content/browser/renderer_host/media/
OWNERS
13
# Tab
capture
OWNERS.
24
# Screen
capture
OWNERS.
/external/chromium_org/content/public/browser/
media_observer.h
17
// Called when a audio
capture
device is plugged in or unplugged.
21
// Called when a video
capture
device is plugged in or unplugged.
/external/chromium_org/content/public/common/
file_chooser_params.h
50
// See http://www.w3.org/TR/html-media-
capture
for more information.
52
bool
capture
;
member in struct:content::FileChooserParams
/external/chromium_org/media/video/capture/
video_capture_types.h
22
// Parameters for starting video
capture
and device information.
37
// Capabilities describe the format a camera
capture
video in.
/external/chromium_org/media/video/capture/win/
sink_filter_win.cc
5
#include "media/video/
capture
/win/sink_filter_win.h"
8
#include "media/video/
capture
/win/sink_input_pin_win.h"
/external/chromium_org/tools/gyp/tools/emacs/testdata/
media.gyp
246
'video/
capture
/fake_video_capture_device.cc',
247
'video/
capture
/fake_video_capture_device.h',
248
'video/
capture
/linux/video_capture_device_linux.cc',
249
'video/
capture
/linux/video_capture_device_linux.h',
250
'video/
capture
/mac/video_capture_device_mac.h',
251
'video/
capture
/mac/video_capture_device_mac.mm',
252
'video/
capture
/mac/video_capture_device_qtkit_mac.h',
253
'video/
capture
/mac/video_capture_device_qtkit_mac.mm',
254
'video/
capture
/video_capture.h',
255
'video/
capture
/video_capture_device.h'
[
all
...]
/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/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>
/cts/tests/tests/hardware/src/android/hardware/camera2/cts/
CameraDeviceTest.java
74
// VGA size
capture
is required by CDD.
150
assertNotNull("Failed to create
capture
request", capReq);
217
* TODO: verify more required
capture
result metadata fields.
242
// Test: that a single
capture
of each template type succeeds.
287
assertEquals("Bad initial state for preparing to
capture
",
291
assertNotNull("Failed to create
capture
request", requestBuilder);
301
camera.
capture
(requestBuilder.build(), mockCaptureListener, mCallbackHandler);
325
assertEquals("Bad initial state for preparing to
capture
",
328
assertTrue("Invalid args to
capture
function", len <= templates.length);
332
assertNotNull("Failed to create
capture
request", requestBuilder)
[
all
...]
/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
...]
/external/chromium_org/third_party/WebKit/public/web/
WebFileChooserParams.h
67
// See http://www.w3.org/TR/html-media-
capture
/ for the semantics of the
68
//
capture
attribute. If |useMediaCapture| is true, the media types
70
// environment using a media
capture
mechanism. |
capture
| is deprecated and
72
WebString
capture
;
member in struct:WebKit::WebFileChooserParams
Completed in 463 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>