OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:capture
(Results
226 - 250
of
3047
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/frameworks/av/services/camera/libcameraservice/api1/client2/
CaptureSequencer.cpp
156
result = "
Capture
request:\n";
160
result = "
Capture
request: undefined\n";
163
result = String8::format(" Current
capture
state: %s\n",
225
ALOGV("Camera %d: New
capture
state %s",
231
ALOGE("Camera %d: Stopping
capture
sequencer due to error",
280
ALOGE("%s: Camera %d: Can't idle after still
capture
: "
336
ALOGE("%s: Camera %d: Can't update still image
capture
request: %s (%d)",
368
// We don't want to get partial results for ZSL
capture
.
378
"falling back to normal
capture
", __FUNCTION__,
413
// We don't want to get partial results for normal
capture
, as we nee
[
all
...]
/cts/tests/camera/src/android/hardware/camera2/cts/
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/autotest/client/site_tests/camera_V4L2/src/
media_v4l2_test.cc
20
"--frames=[NUM] Maximum frame to
capture
\n"
21
"--width=[NUM] Picture width to
capture
\n"
22
"--height=[NUM] Picture height to
capture
\n"
24
"--fps=[NUM] Frame rate for
capture
\n"
25
"--time=[NUM] Time to
capture
in seconds\n",
116
printf("
capture
%dx%d %c%c%c%c picture for %d seconds at %d fps\n",
120
printf("
capture
%dx%d %c%c%c%c picture for %d frames at %d fps\n",
/external/opencv3/modules/videoio/src/cap_winrt/
CaptureFrameGrabber.cpp
31
using namespace Windows::Media::
Capture
;
37
task<Media::CaptureFrameGrabber^> Media::CaptureFrameGrabber::CreateAsync(_In_ MediaCapture^
capture
, _In_ VideoEncodingProperties^ props, CaptureStreamType streamType)
39
auto reader = ref new Media::CaptureFrameGrabber(
capture
, props, streamType);
47
task = create_task(
capture
->StartPreviewToCustomSinkAsync(profile, reader->_mediaExtension));
51
task = create_task(
capture
->StartRecordToCustomSinkAsync(profile, reader->_mediaExtension));
61
Media::CaptureFrameGrabber::CaptureFrameGrabber(_In_ MediaCapture^
capture
, _In_ VideoEncodingProperties^ props, CaptureStreamType streamType)
64
, _capture(
capture
)
/external/opencv3/samples/cpp/tutorial_code/video/
bg_sub.cpp
93
//create the
capture
object
94
VideoCapture
capture
(videoFilename);
95
if(!
capture
.isOpened()){
103
if(!
capture
.read(frame)) {
114
ss <<
capture
.get(CAP_PROP_POS_FRAMES);
124
//delete
capture
object
125
capture
.release();
/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
");
/external/webrtc/webrtc/base/
sigslottester.h
24
// They are meant to be used in tests. Tests must provide "
capture
" pointers
33
// const std::string&, but
capture
-type is std::string.
Capture
type
35
// std::string
capture
;
36
// SigslotTester1<const std::string&, std::string> slot(&foo, &
capture
);
39
// EXPECT_EQ("hello",
capture
);
50
// - C1-C5 is the type of the variable to
capture
argument i. These should be
/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
161
class
Capture
{
192
static
Capture
makeIndex(unsigned index, CharUnits offset) {
193
Capture
v;
199
static
Capture
makeConstant(llvm::Value *value) {
200
Capture
v;
226
llvm::DenseMap<const VarDecl*,
Capture
> Captures;
254
const
Capture
&getCapture(const VarDecl *var) const {
257
Capture
&getCapture(const VarDecl *var) {
258
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]
51
# Converge 3A prior to
capture
.
60
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/autotest/server/cros/network/
packet_capturer.py
121
"""Fails to start a packet
capture
.
149
"""@return True iff we have at least one ongoing packet
capture
."""
277
"""Check if a packet
capture
has completed initialization.
279
@param remote_log_file string path to the
capture
's log file
289
"""Start a packet
capture
on an existing interface.
291
@param interface string existing interface to
capture
on.
293
@param remote_file string full path on remote host to hold the
capture
.
295
@return int pid of started packet
capture
.
311
logging.debug('Starting managed packet
capture
')
327
"""Stop an ongoing packet
capture
, or all ongoing packet captures
[
all
...]
/external/clang/test/Analysis/
lambdas.mm
18
// Explicit
capture
.
23
// Implicit
capture
.
54
(void)(void(^)())[v]() { // This
capture
should count as a use, so no dead store warning above.
/external/libgdx/extensions/gdx-controllers/gdx-controllers-desktop/jni/ois-v1-4svn/src/extras/LIRC/
OISLIRC.h
64
/** copydoc Object::
capture
*/
65
void
capture
();
80
//! Ringbuffer is used to store events from thread and be read from
capture
/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
35
returns the link-layer header type for the live
capture
or ``savefile''
52
assume that the packets for a given
capture
or ``savefile`` will have
66
if called on a
capture
handle that has been created but not activated.
pcap_setdirection.3pcap
43
will only
capture
packets received by the device,
45
will only
capture
packets sent by the device and
47
will
capture
packets received by or sent by the device.
/external/opencv3/cmake/templates/
cvconfig.h.in
64
/* DirectShow Video
Capture
library */
116
/* Microsoft Media Foundation
Capture
library */
160
/* Unicap video
capture
library */
/external/opencv3/
cvconfig.h
64
/* DirectShow Video
Capture
library */
116
/* Microsoft Media Foundation
Capture
library */
160
/* Unicap video
capture
library */
/external/opencv3/opencv2/
cvconfig.h
64
/* DirectShow Video
Capture
library */
116
/* Microsoft Media Foundation
Capture
library */
160
/* Unicap video
capture
library */
/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
/external/webrtc/talk/app/webrtc/java/src/org/webrtc/
VideoSource.java
34
* where there is no support for multiple open
capture
devices and the cost of
44
// Stop
capture
feeding this source.
49
// Restart
capture
feeding this source. stop() must have been called since
/external/webrtc/talk/app/webrtc/objc/
avfoundationvideocapturer.h
57
// Returns the active
capture
session.
65
// frame for
capture
.
69
// Used to signal frame
capture
on the thread that capturer was started on.
Completed in 4139 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>