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_Input
(Results
1 - 3
of
3
) sorted by relevance
/interface/sdk_c/multimedia/camera_framework/
H
A
D
camera_input.h
59
typedef struct
Camera_Input
Camera_Input
;
typedef
64
* @param cameraInput the {@link
Camera_Input
} which deliver the callback.
73
typedef void (*OH_CameraInput_OnError)(const
Camera_Input
* cameraInput, Camera_ErrorCode errorCode);
92
* @param cameraInput the {@link
Camera_Input
} instance.
98
Camera_ErrorCode OH_CameraInput_RegisterCallback(
Camera_Input
* cameraInput, CameraInput_Callbacks* callback);
103
* @param cameraInput the {@link
Camera_Input
} instance.
109
Camera_ErrorCode OH_CameraInput_UnregisterCallback(
Camera_Input
* cameraInput, CameraInput_Callbacks* callback);
114
* @param cameraInput the {@link
Camera_Input
} instance to be opened.
122
Camera_ErrorCode OH_CameraInput_Open(
Camera_Input
* cameraInpu
[all...]
H
A
D
capture_session.h
220
* @param cameraInput the target {@link
Camera_Input
} to add.
226
Camera_ErrorCode OH_CaptureSession_AddInput(Camera_CaptureSession* session,
Camera_Input
* cameraInput);
232
* @param cameraInput the target {@link
Camera_Input
} to remove.
238
Camera_ErrorCode OH_CaptureSession_RemoveInput(Camera_CaptureSession* session,
Camera_Input
* cameraInput);
668
* @param cameraInput the target {@link
Camera_Input
} to set.
675
Camera_Input
* cameraInput, bool* isSuccessful);
H
A
D
camera_manager.h
267
* @param camera the {@link Camera_Device} which use to create {@link
Camera_Input
}.
268
* @param cameraInput the {@link
Camera_Input
} will be created if the method call succeeds.
276
const Camera_Device* camera,
Camera_Input
** cameraInput);
282
* @param position the {@link Camera_Position} which use to create {@link
Camera_Input
}.
283
* @param type the {@link Camera_Type} which use to create {@link
Camera_Input
}.
284
* @param cameraInput the {@link
Camera_Input
} will be created if the method call succeeds.
292
Camera_Position position, Camera_Type type,
Camera_Input
** cameraInput);
Completed in 4 milliseconds