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:faceRectangles
(Results
1 - 3
of
3
) sorted by relevance
/drivers/peripheral/camera/vdi_base/usb_camera/pipeline_core/src/node/
H
A
D
face_node.cpp
111
constexpr float rect_one_x = 0.0; // dummy data:
faceRectangles
data
in GetCameraFaceRectangles()
116
constexpr float rect_two_x = 0.3; // dummy data:
faceRectangles
data
in GetCameraFaceRectangles()
121
constexpr float rect_three_x = 0.6; // dummy data:
faceRectangles
data
in GetCameraFaceRectangles()
126
float
faceRectangles
[row][col];
in GetCameraFaceRectangles()
local
127
faceRectangles
[INDEX_0][INDEX_0] = rect_one_x;
in GetCameraFaceRectangles()
128
faceRectangles
[INDEX_0][INDEX_1] = rect_one_y;
in GetCameraFaceRectangles()
129
faceRectangles
[INDEX_0][INDEX_2] = rect_one_width;
in GetCameraFaceRectangles()
130
faceRectangles
[INDEX_0][INDEX_3] = rect_one_height;
in GetCameraFaceRectangles()
132
faceRectangles
[INDEX_1][INDEX_0] = rect_two_x;
in GetCameraFaceRectangles()
133
faceRectangles
[INDEX_
in GetCameraFaceRectangles()
[all...]
/drivers/peripheral/camera/test/ut/v4l2/
H
A
D
test_camera_base.cpp
146
std::vector<std::vector<float>>
faceRectangles
;
in PrintFaceDetectInfo()
local
151
faceRectangles
.push_back(faceRectangle);
in PrintFaceDetectInfo()
152
for (std::vector<std::vector<float>>::iterator it =
faceRectangles
.begin(); it <
faceRectangles
.end(); it++) {
in PrintFaceDetectInfo()
/drivers/peripheral/camera/test/ut/usb_camera/
H
A
D
test_camera_base.cpp
160
std::vector<std::vector<float>>
faceRectangles
;
in PrintFaceDetectInfo()
local
165
faceRectangles
.push_back(faceRectangle);
in PrintFaceDetectInfo()
166
for (std::vector<std::vector<float>>::iterator it =
faceRectangles
.begin(); it <
faceRectangles
.end(); it++) {
in PrintFaceDetectInfo()
Completed in 6 milliseconds