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:TestDisplay
(Results
1 - 25
of
26
) sorted by relevance
1
2
/test/xts/hats/hdf/camera/cameraHdi/v4l2/src/
H
A
D
test_display.cpp
36
TestDisplay
::
TestDisplay
()
in TestDisplay()
function in TestDisplay
40
uint64_t
TestDisplay
::GetCurrentLocalTimeStamp()
in GetCurrentLocalTimeStamp()
48
void
TestDisplay
::StoreImage(const unsigned char *bufStart, const uint32_t size) const
in StoreImage()
84
void
TestDisplay
::StoreVideo(const unsigned char *bufStart, const uint32_t size) const
in StoreVideo()
95
void
TestDisplay
::StartStreamUpdate(int wide, int hight)
in StartStreamUpdate()
123
void
TestDisplay
::OpenVideoFile()
in OpenVideoFile()
143
void
TestDisplay
::CloseFd()
in CloseFd()
149
void
TestDisplay
::PrintFaceDetectInfo(const unsigned char *bufStart, const uint32_t size) const
in PrintFaceDetectInfo()
198
int32_t
TestDisplay
[all...]
H
A
D
hdfcamera_facedetect.cpp
26
display_ = std::make_shared<
TestDisplay
>();
in SetUp()
H
A
D
camera_stabili_test.cpp
26
display_ = std::make_shared<
TestDisplay
>();
in SetUp()
H
A
D
camera_fps_test.cpp
26
display_ = std::make_shared<
TestDisplay
>();
in SetUp()
H
A
D
camera_ability_test.cpp
26
display_ = std::make_shared<
TestDisplay
>();
in SetUp()
H
A
D
open_camera_test.cpp
29
display_ = std::make_shared<
TestDisplay
>();
in SetUp()
H
A
D
double_preview_test.cpp
27
display_ = std::make_shared<
TestDisplay
>();
in SetUp()
H
A
D
camera_vendor_tag_test.cpp
32
cameraBase_ = std::make_shared<
TestDisplay
>();
in SetUp()
H
A
D
camera_video_test.cpp
26
display_ = std::make_shared<
TestDisplay
>();
in SetUp()
H
A
D
camera_capture_test.cpp
26
display_ = std::make_shared<
TestDisplay
>();
in SetUp()
H
A
D
usb_camera_test_mult.cpp
25
cameraBase_ = std::make_shared<
TestDisplay
>();
in SetUp()
H
A
D
camera_preview_test.cpp
30
display_ = std::make_shared<
TestDisplay
>();
in SetUp()
/test/xts/hats/hdf/camera/cameraHdi/v4l2/include/
H
A
D
test_display.h
86
class
TestDisplay
{
class
146
TestDisplay
();
H
A
D
camera_preview_test.h
28
std::shared_ptr<
TestDisplay
> display_ = nullptr;
H
A
D
camera_capture_test.h
27
std::shared_ptr<
TestDisplay
> display_ = nullptr;
H
A
D
hdfcamera_facedetect.h
27
std::shared_ptr<
TestDisplay
> display_ = nullptr;
H
A
D
open_camera_test.h
26
std::shared_ptr<
TestDisplay
> display_ = nullptr;
H
A
D
camera_stabili_test.h
28
std::shared_ptr<
TestDisplay
> display_ = nullptr;
H
A
D
camera_vendor_tag_test.h
27
std::shared_ptr<
TestDisplay
> cameraBase_ = nullptr;
H
A
D
camera_fps_test.h
28
std::shared_ptr<
TestDisplay
> display_ = nullptr;
H
A
D
usb_camera_test.h
25
std::shared_ptr<
TestDisplay
> display_ = nullptr;
H
A
D
camera_ability_test.h
33
std::shared_ptr<
TestDisplay
> display_ = nullptr;
H
A
D
double_preview_test.h
43
std::shared_ptr<
TestDisplay
> display_ = nullptr;
H
A
D
camera_video_test.h
39
std::shared_ptr<
TestDisplay
> display_ = nullptr;
H
A
D
usb_camera_test_mult.h
50
std::shared_ptr<
TestDisplay
> cameraBase_ = nullptr;
Completed in 15 milliseconds
1
2