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:HDI_VERSION_2
(Results
1 - 5
of
5
) sorted by relevance
/foundation/multimedia/camera_framework/services/camera_service/include/
H
A
D
camera_util.h
38
static constexpr int32_t
HDI_VERSION_2
= 2;
member
/foundation/multimedia/camera_framework/services/camera_service/src/
H
A
D
hcamera_device.cpp
658
if (cameraHostManager_->GetVersionByCamera(cameraID_) >= GetVersionId(HDI_VERSION_1,
HDI_VERSION_2
)) {
in GetStatus()
894
} else if (versionRes >= GetVersionId(HDI_VERSION_1,
HDI_VERSION_2
)) {
in InitStreamOperator()
910
} else if (hdiCameraDeviceV1_2 != nullptr && versionRes >= GetVersionId(HDI_VERSION_1,
HDI_VERSION_2
)) {
in InitStreamOperator()
1236
if (major >= HDI_VERSION_1 && minor >=
HDI_VERSION_2
) {
in UpdateStreams()
H
A
D
hcamera_host_manager.cpp
154
if (GetCameraHostVersion() > GetVersionId(HDI_VERSION_1,
HDI_VERSION_2
)) {
in Cast2MultiVersionCameraHost()
188
GetCameraHostVersion() >= GetVersionId(HDI_VERSION_1,
HDI_VERSION_2
)) {
in Init()
302
GetVersionId(HDI_VERSION_1,
HDI_VERSION_2
)) {
in OpenCamera()
H
A
D
hstream_capture.cpp
447
if (major >= HDI_VERSION_1 && minor >=
HDI_VERSION_2
&& !isBursting_) {
in Capture()
/foundation/multimedia/camera_framework/services/deferred_processing_service/src/post_processor/
H
A
D
photo_post_processor.cpp
760
} else if (imageProcessServiceProxyV1_2 != nullptr && versionId >= GetVersionId(HDI_VERSION_1,
HDI_VERSION_2
)) {
in ConnectServiceIfNecessary()
Completed in 11 milliseconds