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_Profile
(Results
1 - 4
of
4
) sorted by relevance
/interface/sdk_c/multimedia/camera_framework/
H
A
D
camera.h
606
typedef struct
Camera_Profile
{
struct
616
}
Camera_Profile
;
typedef
669
Camera_Profile
** previewProfiles;
679
Camera_Profile
** photoProfiles;
H
A
D
camera_manager.h
298
* @param profile the {@link
Camera_Profile
} to create {@link Camera_PreviewOutput}.
306
Camera_ErrorCode OH_CameraManager_CreatePreviewOutput(Camera_Manager* cameraManager, const
Camera_Profile
* profile,
327
* @param profile the {@link
Camera_Profile
} to create {@link Camera_PhotoOutput}.
335
Camera_ErrorCode OH_CameraManager_CreatePhotoOutput(Camera_Manager* cameraManager, const
Camera_Profile
* profile,
356
* @param profile the {@link
Camera_Profile
} to create {@link Camera_PhotoOutput}.
364
const
Camera_Profile
*profile, Camera_PhotoOutput **photoOutput);
H
A
D
preview_output.h
175
* @param profile the active {@link
Camera_Profile
} to be filled if the method call succeeds.
181
Camera_ErrorCode OH_PreviewOutput_GetActiveProfile(Camera_PreviewOutput* previewOutput,
Camera_Profile
** profile);
186
* @param profile the {@link
Camera_Profile
} instance to deleted.
191
Camera_ErrorCode OH_PreviewOutput_DeleteProfile(
Camera_Profile
* profile);
H
A
D
photo_output.h
460
* @param profile the active {@link
Camera_Profile
} to be filled if the method call succeeds.
466
Camera_ErrorCode OH_PhotoOutput_GetActiveProfile(Camera_PhotoOutput* photoOutput,
Camera_Profile
** profile);
471
* @param profile the {@link
Camera_Profile
} instance to deleted.
476
Camera_ErrorCode OH_PhotoOutput_DeleteProfile(
Camera_Profile
* profile);
Completed in 3 milliseconds