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:g_cameraInput
(Results
1 - 2
of
2
) sorted by relevance
/foundation/distributedhardware/distributed_camera/test/distributedcameraclienttest/
H
A
D
dcamera_client_demo.cpp
42
static sptr<CaptureInput>
g_cameraInput
= nullptr;
member
93
rv = g_cameraManager->CreateCameraInput(g_cameraInfo, &((sptr<CameraInput> &)
g_cameraInput
));
in InitCameraStandard()
98
int32_t ret = ((sptr<CameraInput> &)
g_cameraInput
)->Open();
in InitCameraStandard()
100
DHLOGE("InitCameraStandard
g_cameraInput
Open failed, ret: %{public}d", ret);
in InitCameraStandard()
104
((sptr<CameraInput> &)
g_cameraInput
)->SetErrorCallback(inputCallback);
in InitCameraStandard()
218
g_captureSession->AddInput(
g_cameraInput
);
in ConfigCaptureSession()
299
if (
g_cameraInput
!= nullptr) {
in ReleaseResource()
300
g_cameraInput
->Close();
in ReleaseResource()
301
g_cameraInput
->Release();
in ReleaseResource()
302
g_cameraInput
in ReleaseResource()
[all...]
/foundation/distributedhardware/distributed_camera/services/cameraservice/cameraoperator/client/test/sample/
H
A
D
main.cpp
44
static sptr<CaptureInput>
g_cameraInput
= nullptr;
variable
95
rv = g_cameraManager->CreateCameraInput(g_cameraInfo, &((sptr<CameraInput> &)
g_cameraInput
));
in InitCameraStandard()
100
int32_t ret = ((sptr<CameraInput> &)
g_cameraInput
)->Open();
in InitCameraStandard()
102
DHLOGE("InitCameraStandard
g_cameraInput
Open failed, ret: %{public}d", ret);
in InitCameraStandard()
106
((sptr<CameraInput> &)
g_cameraInput
)->SetErrorCallback(inputCallback);
in InitCameraStandard()
215
g_captureSession->AddInput(
g_cameraInput
);
in ConfigCaptureSession()
332
if (
g_cameraInput
->Close() != DCAMERA_OK) {
in main()
333
DHLOGE("main
g_cameraInput
Close failed");
in main()
336
if (
g_cameraInput
->Release() != DCAMERA_OK) {
in main()
337
DHLOGE("main
g_cameraInput
Clos
in main()
[all...]
Completed in 2 milliseconds