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:previewSizes
(Results
1 - 4
of
4
) sorted by relevance
/foundation/multimedia/camera_framework/interfaces/inner_api/native/test/
H
A
D
camera_capture.cpp
144
std::vector<Size>
previewSizes
;
in main()
local
150
previewSizes
.push_back(i.GetSize());
in main()
177
for (auto &size :
previewSizes
) {
in main()
184
if (!
previewSizes
.empty()) {
in main()
185
previewWidth =
previewSizes
[0].width;
in main()
186
previewHeight =
previewSizes
[0].height;
in main()
H
A
D
camera_capture_video.cpp
316
std::vector<Size>
previewSizes
;
in InitCameraFormatAndResolution()
local
327
previewSizes
.push_back(i.GetSize());
in InitCameraFormatAndResolution()
371
for (auto &sizePreview :
previewSizes
) {
in InitCameraFormatAndResolution()
391
if (!
previewSizes
.empty()) {
in InitCameraFormatAndResolution()
392
previewWidth_ =
previewSizes
[0].width;
in InitCameraFormatAndResolution()
393
previewHeight_ =
previewSizes
[0].height;
in InitCameraFormatAndResolution()
395
if (
previewSizes
.size() > 1) {
in InitCameraFormatAndResolution()
396
previewWidth2_ =
previewSizes
[1].width;
in InitCameraFormatAndResolution()
397
previewHeight2_ =
previewSizes
[1].height;
in InitCameraFormatAndResolution()
H
A
D
camera_video.cpp
272
std::vector<Size>
previewSizes
;
in main()
local
278
previewSizes
.push_back(i.GetSize());
in main()
311
for (auto &size :
previewSizes
) {
in main()
318
if (!
previewSizes
.empty()) {
in main()
319
previewWidth =
previewSizes
[0].width;
in main()
320
previewHeight =
previewSizes
[0].height;
in main()
H
A
D
camera_capture_mode.cpp
374
std::vector<Size>
previewSizes
;
in main()
local
382
previewSizes
.push_back(i.GetSize());
in main()
Completed in 4 milliseconds