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
defs:captureSettings
(Results
1 - 5
of
5
) sorted by relevance
/foundation/multimedia/camera_framework/services/camera_service/binder/client/src/
H
A
D
hstream_capture_proxy.cpp
26
int32_t HStreamCaptureProxy::Capture(const std::shared_ptr<Camera::CameraMetadata> &
captureSettings
)
in Capture()
argument
/foundation/distributedhardware/distributed_camera/services/cameraservice/base/src/
H
A
D
dcamera_capture_info_cmd.cpp
53
cJSON *
captureSettings
= cJSON_CreateArray();
in Marshal()
local
154
cJSON *
captureSettings
= cJSON_GetObjectItemCaseSensitive(capInfo, "CaptureSettings");
in UmarshalValue()
local
/foundation/distributedhardware/distributed_camera/services/cameraservice/cameraoperator/client/src/
H
A
D
dcamera_client.cpp
549
std::vector<std::shared_ptr<DCameraSettings>>
captureSettings
= info->captureSettings_;
in StartPhotoOutput()
local
/foundation/multimedia/camera_framework/services/camera_service/src/
H
A
D
hstream_capture.cpp
351
int32_t HStreamCapture::CheckBurstCapture(const std::shared_ptr<OHOS::Camera::CameraMetadata>&
captureSettings
,
in CheckBurstCapture()
argument
377
int32_t HStreamCapture::Capture(const std::shared_ptr<OHOS::Camera::CameraMetadata>&
captureSettings
)
in Capture()
argument
454
ProcessCaptureInfoPhoto(CaptureInfo& captureInfoPhoto, const std::shared_ptr<OHOS::Camera::CameraMetadata>&
captureSettings
, int32_t captureId)
ProcessCaptureInfoPhoto()
argument
[all...]
/foundation/multimedia/camera_framework/frameworks/native/camera/test/moduletest/src/
H
A
D
camera_framework_moduletest.cpp
6152
std::shared_ptr<OHOS::Camera::CameraMetadata>
captureSettings
= nullptr;
in HWTEST_F()
local
6176
std::shared_ptr<OHOS::Camera::CameraMetadata>
captureSettings
= cameras_[0]->GetMetadata();
in HWTEST_F()
local
Completed in 19 milliseconds