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:logicalCameraId
(Results
1 - 4
of
4
) sorted by relevance
/drivers/peripheral/camera/vdi_base/usb_camera/vdi_impl/src/camera_host/
H
A
D
camera_host_usb_config.cpp
78
RetCode CameraHostConfig::AddCameraId(const std::string &
logicalCameraId
,
in AddCameraId()
argument
98
std::string
logicalCameraId
= ReturnLogicalCameraIdToString(physicalCameraIds[0]);
in SubtractCameraId()
local
116
std::string
logicalCameraId
;
ReturnEnableLogicalCameraId()
local
137
std::string
logicalCameraId
= "lcam00" + std::to_string(id);
GenerateNewLogicalCameraId()
local
[all...]
H
A
D
camera_host_usb_vdi_impl.cpp
356
std::string
logicalCameraId
= config->GenerateNewLogicalCameraId();
in OnCameraStatus()
local
374
std::string
logicalCameraId
= config->SubtractCameraId(physicalCameraIds);
OnCameraStatus()
local
[all...]
/drivers/peripheral/camera/vdi_base/v4l2/src/camera_host/
H
A
D
camera_host_config.cpp
119
RetCode CameraHostConfig::AddCameraId(const std::string &
logicalCameraId
,
in AddCameraId()
argument
139
std::string
logicalCameraId
= ReturnLogicalCameraIdToString(physicalCameraIds[0]);
in SubtractCameraId()
local
157
std::string
logicalCameraId
;
ReturnEnableLogicalCameraId()
local
178
std::string
logicalCameraId
= "lcam00" + std::to_string(id);
GenerateNewLogicalCameraId()
local
[all...]
H
A
D
camera_host_vdi_impl.cpp
392
std::string
logicalCameraId
= config->GenerateNewLogicalCameraId();
in OnCameraStatus()
local
410
std::string
logicalCameraId
= config->SubtractCameraId(physicalCameraIds);
OnCameraStatus()
local
[all...]
Completed in 4 milliseconds