Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:captureInfo_
(Results
1 - 8
of
8
) sorted by relevance
/test/xts/hats/hdf/camera/cameraHdi/v4l2/src/
H
A
D
double_preview_test.cpp
102
captureInfo_
.streamIds_ = {streamId};
in StartCapture()
103
captureInfo_
.captureSetting_ = display_->ability_;
in StartCapture()
104
captureInfo_
.enableShutterCallback_ = shutterCallback;
in StartCapture()
106
result_ = (CamRetCode)display_->streamOperator->Capture(captureId,
captureInfo_
, isStreaming);
in StartCapture()
H
A
D
camera_video_test.cpp
111
captureInfo_
.streamIds_ = {streamId};
in StartCapture()
112
captureInfo_
.captureSetting_ = display_->ability_;
in StartCapture()
113
captureInfo_
.enableShutterCallback_ = shutterCallback;
in StartCapture()
118
result = (CamRetCode)display_->streamOperator->Capture(captureId,
captureInfo_
, isStreaming);
in StartCapture()
H
A
D
usb_camera_test_mult.cpp
225
captureInfo_
.streamIds_ = {streamId};
in StartCapture()
226
captureInfo_
.captureSetting_ = vecAbility_;
in StartCapture()
227
captureInfo_
.enableShutterCallback_ = shutterCallback;
in StartCapture()
228
cameraBase_->rc = (CamRetCode)streamOperator_->Capture(captureId,
captureInfo_
, isStreaming);
in StartCapture()
/test/xts/hats/hdf/camera/cameraHdi/v4l2/include/
H
A
D
double_preview_test.h
47
CaptureInfo
captureInfo_
= {};
member in DoublePreviewTest
H
A
D
camera_video_test.h
34
CaptureInfo
captureInfo_
= {};
member in CameraVideoTest
H
A
D
usb_camera_test_mult.h
63
CaptureInfo
captureInfo_
= {};
member in UtestUSBCameraTestMult
/test/xts/dcts/distributedhardware/distributedcameratest/
H
A
D
dcamera_hdf_demo.cpp
137
captureInfo_
.streamIds_ = {streamId};
in CaptureON()
139
captureInfo_
.captureSetting_ = setting;
in CaptureON()
142
captureInfo_
.captureSetting_ = cameraAbility_;
in CaptureON()
145
captureInfo_
.enableShutterCallback_ = false;
in CaptureON()
146
int rc = streamOperator_->Capture(captureId,
captureInfo_
, iscapture);
in CaptureON()
149
streamOperator_->ReleaseStreams(
captureInfo_
.streamIds_);
in CaptureON()
H
A
D
dcamera_hdf_demo.h
158
CaptureInfo
captureInfo_
;
member in OHOS::DistributedHardware::DcameraHdfDemo
Completed in 8 milliseconds