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:camera
(Results
1 - 3
of
3
) sorted by relevance
/interface/sdk_c/multimedia/camera_framework/
H
A
D
camera_manager.h
20
* @brief Provide the definition of the C interface for the
camera
module.
31
* @brief Declare the
camera
manager concepts.
45
#include "
camera
.h"
61
* @param status the {@link Camera_StatusInfo} of each
camera
device.
86
* @brief A listener for
camera
devices status.
100
* @brief Register
camera
status change event callback.
111
* @brief Unregister
camera
status change event callback.
170
* @brief Gets supported
camera
descriptions.
185
* @brief Delete supported
camera
.
197
* @brief Gets the supported output capability for the specific
camera
an
[all...]
H
A
D
camera_device.h
20
* @brief Provide the definition of the C interface for the
camera
module.
31
* @brief Declare the
camera
device concepts.
45
#include "
camera
.h"
52
* @brief Gets the sensor orientation attribute for a
camera
device.
54
* @param
camera
the {@link Camera_Device} which use to get attributes.
58
* {@link #CAMERA_SERVICE_FATAL_ERROR} if
camera
service fatal error.
61
Camera_ErrorCode OH_CameraDevice_GetCameraOrientation(Camera_Device*
camera
, uint32_t* orientation);
H
A
D
camera.h
20
* @brief Provide the definition of the C interface for the
camera
module.
29
* @file
camera
.h
31
* @brief Declare the
camera
base concepts.
52
* @brief
camera
manager object.
62
* @brief Enum for
camera
error code.
104
* Can not use
camera
cause of conflict.
114
* Can not use
camera
cause of preempted.
131
* @brief Enum for
camera
status.
182
* @brief Enum for
camera
position.
205
* @brief Enum for
camera
typ
745
Camera_Device*
camera
;
global()
member
[all...]
Completed in 3 milliseconds