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:photoFormats
(Results
1 - 5
of
5
) sorted by relevance
/foundation/multimedia/camera_framework/interfaces/inner_api/native/test/
H
A
D
camera_capture.cpp
143
std::vector<CameraFormat>
photoFormats
;
in main()
local
166
photoFormats
.push_back(i.GetCameraFormat());
in main()
170
for (auto &formatPhoto :
photoFormats
) {
in main()
173
if (!
photoFormats
.empty()) {
in main()
174
photoFormat =
photoFormats
[0];
in main()
H
A
D
camera_capture_video.cpp
314
std::vector<CameraFormat>
photoFormats
;
in InitCameraFormatAndResolution()
local
343
photoFormats
.push_back(i.GetCameraFormat());
in InitCameraFormatAndResolution()
347
for (auto &formatPhoto :
photoFormats
) {
in InitCameraFormatAndResolution()
350
if (!
photoFormats
.empty()) {
in InitCameraFormatAndResolution()
351
photoFormat_ =
photoFormats
[0];
in InitCameraFormatAndResolution()
H
A
D
camera_capture_mode.cpp
373
std::vector<CameraFormat>
photoFormats
;
in main()
local
396
photoFormats
.push_back(i.GetCameraFormat());
in main()
/foundation/multimedia/camera_framework/frameworks/native/camera/src/input/
H
A
D
camera_manager.cpp
1782
vector<CameraFormat>
photoFormats
= {};
in GetSupportPhotoFormat()
local
1789
return
photoFormats
;
in GetSupportPhotoFormat()
1804
return
photoFormats
;
in GetSupportPhotoFormat()
1809
photoFormats
.push_back(metaToFwCameraFormat_.at(hdiFomart));
in GetSupportPhotoFormat()
1813
Container2String(
photoFormats
.begin(),
photoFormats
.end()).c_str());
in GetSupportPhotoFormat()
1814
return
photoFormats
;
in GetSupportPhotoFormat()
/foundation/multimedia/camera_framework/frameworks/native/camera/test/unittest/src/v1_1/
H
A
D
camera_framework_unittest.cpp
415
int32_t
photoFormats
[2] = {OHOS_CAMERA_FORMAT_YCRCB_420_SP, OHOS_CAMERA_FORMAT_JPEG};
member in OHOS::CameraStandard::MockHCameraHostManager
580
ability->addEntry(OHOS_STREAM_AVAILABLE_FORMATS, &
photoFormats
,
in MockHCameraHostManager()
581
sizeof(
photoFormats
) / sizeof(
photoFormats
[0]));
in MockHCameraHostManager()
Completed in 21 milliseconds