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:previewFormats
(Results
1 - 4
of
4
) sorted by relevance
/foundation/multimedia/camera_framework/interfaces/inner_api/native/test/
H
A
D
camera_capture.cpp
142
std::vector<CameraFormat>
previewFormats
;
in main()
local
149
previewFormats
.push_back(i.GetCameraFormat());
in main()
153
for (auto &formatPreview :
previewFormats
) {
in main()
156
if (std::find(
previewFormats
.begin(),
previewFormats
.end(), CAMERA_FORMAT_YUV_420_SP)
in main()
157
!=
previewFormats
.end()) {
in main()
160
} else if (!
previewFormats
.empty()) {
in main()
161
previewFormat =
previewFormats
[0];
in main()
H
A
D
camera_video.cpp
270
std::vector<CameraFormat>
previewFormats
;
in main()
local
277
previewFormats
.push_back(i.GetCameraFormat());
in main()
281
for (auto &formatPreview :
previewFormats
) {
in main()
284
if (std::find(
previewFormats
.begin(),
previewFormats
.end(), CAMERA_FORMAT_YUV_420_SP)
in main()
285
!=
previewFormats
.end()) {
in main()
288
} else if (!
previewFormats
.empty()) {
in main()
289
previewFormat =
previewFormats
[0];
in main()
H
A
D
camera_capture_video.cpp
313
std::vector<CameraFormat>
previewFormats
;
in InitCameraFormatAndResolution()
local
326
previewFormats
.push_back(i.GetCameraFormat());
in InitCameraFormatAndResolution()
330
for (auto &formatPreview :
previewFormats
) {
in InitCameraFormatAndResolution()
333
if (std::find(
previewFormats
.begin(),
previewFormats
.end(), CAMERA_FORMAT_YUV_420_SP)
in InitCameraFormatAndResolution()
334
!=
previewFormats
.end()) {
in InitCameraFormatAndResolution()
337
} else if (!
previewFormats
.empty()) {
in InitCameraFormatAndResolution()
338
previewFormat_ =
previewFormats
[0];
in InitCameraFormatAndResolution()
H
A
D
camera_capture_mode.cpp
372
std::vector<CameraFormat>
previewFormats
;
in main()
local
381
previewFormats
.push_back(i.GetCameraFormat());
in main()
Completed in 5 milliseconds