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:VIDEO_DATA_NUM
(Results
1 - 13
of
13
) sorted by relevance
/foundation/distributedhardware/distributed_screen/services/screentransport/test/unittest/screensinkprocessor/src/
H
A
D
image_sink_processor_test.cpp
29
constexpr static uint32_t
VIDEO_DATA_NUM
= 480;
member
36
param_.screenWidth_ =
VIDEO_DATA_NUM
;
in SetUp()
37
param_.screenHeight_ =
VIDEO_DATA_NUM
;
in SetUp()
38
param_.videoWidth_ =
VIDEO_DATA_NUM
;
in SetUp()
39
param_.videoHeight_ =
VIDEO_DATA_NUM
;
in SetUp()
H
A
D
image_sink_decoder_test.cpp
31
constexpr static uint32_t
VIDEO_DATA_NUM
= 480;
member
38
param_.screenWidth_ =
VIDEO_DATA_NUM
;
in SetUp()
39
param_.screenHeight_ =
VIDEO_DATA_NUM
;
in SetUp()
40
param_.videoWidth_ =
VIDEO_DATA_NUM
;
in SetUp()
41
param_.videoHeight_ =
VIDEO_DATA_NUM
;
in SetUp()
/foundation/distributedhardware/distributed_screen/services/common/test/unittest/utils/
H
A
D
video_param_test.cpp
24
constexpr static uint32_t
VIDEO_DATA_NUM
= 480;
member
162
videoParam.SetScreenWidth(
VIDEO_DATA_NUM
);
in HWTEST_F()
163
videoParam.SetScreenHeight(
VIDEO_DATA_NUM
);
in HWTEST_F()
164
videoParam.SetVideoWidth(
VIDEO_DATA_NUM
);
in HWTEST_F()
165
videoParam.SetVideoHeight(
VIDEO_DATA_NUM
);
in HWTEST_F()
173
EXPECT_EQ(
VIDEO_DATA_NUM
, jsonVideoWidth);
in HWTEST_F()
/foundation/distributedhardware/distributed_screen/services/screentransport/test/unittest/screensinktrans/src/
H
A
D
screen_sink_trans_test.cpp
29
constexpr static uint32_t
VIDEO_DATA_NUM
= 480;
member
46
param_.screenWidth_ =
VIDEO_DATA_NUM
;
in SetUp()
47
param_.screenHeight_ =
VIDEO_DATA_NUM
;
in SetUp()
48
param_.videoWidth_ =
VIDEO_DATA_NUM
;
in SetUp()
49
param_.videoHeight_ =
VIDEO_DATA_NUM
;
in SetUp()
/foundation/distributedhardware/distributed_screen/services/screentransport/test/unittest/screensourcetrans/src/
H
A
D
screen_source_trans_test.cpp
26
constexpr static uint32_t
VIDEO_DATA_NUM
= 480;
member
121
localParam.SetVideoHeight(
VIDEO_DATA_NUM
);
in HWTEST_F()
122
localParam.SetVideoWidth(
VIDEO_DATA_NUM
);
in HWTEST_F()
123
localParam.SetScreenHeight(
VIDEO_DATA_NUM
);
in HWTEST_F()
124
localParam.SetScreenWidth(
VIDEO_DATA_NUM
);
in HWTEST_F()
128
remoteParam.SetVideoHeight(
VIDEO_DATA_NUM
);
in HWTEST_F()
129
remoteParam.SetVideoWidth(
VIDEO_DATA_NUM
);
in HWTEST_F()
130
remoteParam.SetScreenHeight(
VIDEO_DATA_NUM
);
in HWTEST_F()
131
remoteParam.SetScreenWidth(
VIDEO_DATA_NUM
);
in HWTEST_F()
/foundation/distributedhardware/distributed_screen/services/screenservice/test/unittest/sourceservice/dscreenmgr/1.0/src/
H
A
D
screen_manager_adapter_test.cpp
32
constexpr static uint32_t
VIDEO_DATA_NUM
= 480;
member
257
videoParam->SetScreenWidth(
VIDEO_DATA_NUM
);
in HWTEST_F()
258
videoParam->SetScreenHeight(
VIDEO_DATA_NUM
);
in HWTEST_F()
H
A
D
dscreen_test.cpp
35
constexpr static uint32_t
VIDEO_DATA_NUM
= 480;
member
49
dScreen_->videoParam_->SetVideoHeight(
VIDEO_DATA_NUM
);
in SetUp()
50
dScreen_->videoParam_->SetVideoWidth(
VIDEO_DATA_NUM
);
in SetUp()
51
dScreen_->videoParam_->SetScreenHeight(
VIDEO_DATA_NUM
);
in SetUp()
52
dScreen_->videoParam_->SetScreenWidth(
VIDEO_DATA_NUM
);
in SetUp()
/foundation/distributedhardware/distributed_screen/services/screenclient/test/unittest/src/
H
A
D
screen_client_test.cpp
22
constexpr static uint32_t
VIDEO_DATA_NUM
= 480;
member
31
windowProperty_->width =
VIDEO_DATA_NUM
;
in SetUp()
32
windowProperty_->height =
VIDEO_DATA_NUM
;
in SetUp()
H
A
D
screen_client_window_adapter_test.cpp
22
constexpr static uint32_t
VIDEO_DATA_NUM
= 480;
member
31
windowProperty_->width =
VIDEO_DATA_NUM
;
in SetUp()
32
windowProperty_->height =
VIDEO_DATA_NUM
;
in SetUp()
/foundation/distributedhardware/distributed_screen/services/screenservice/test/unittest/sinkservice/screenregionmgr/1.0/src/
H
A
D
screenregionmgr_test.cpp
24
constexpr static uint32_t
VIDEO_DATA_NUM
= 480;
member
104
windowProperty->width =
VIDEO_DATA_NUM
;
in HWTEST_F()
105
windowProperty->height =
VIDEO_DATA_NUM
;
in HWTEST_F()
H
A
D
screenregion_test.cpp
25
constexpr static uint32_t
VIDEO_DATA_NUM
= 480;
member
142
screenRegion_->windowProperty_->width =
VIDEO_DATA_NUM
;
in HWTEST_F()
143
screenRegion_->windowProperty_->height =
VIDEO_DATA_NUM
;
in HWTEST_F()
/foundation/distributedhardware/distributed_screen/services/screenservice/test/unittest/sourceservice/dscreenmgr/2.0/src/
H
A
D
dscreen_test.cpp
33
constexpr static uint32_t
VIDEO_DATA_NUM
= 480;
member
47
dScreen_->videoParam_->SetVideoHeight(
VIDEO_DATA_NUM
);
in SetUp()
48
dScreen_->videoParam_->SetVideoWidth(
VIDEO_DATA_NUM
);
in SetUp()
49
dScreen_->videoParam_->SetScreenHeight(
VIDEO_DATA_NUM
);
in SetUp()
50
dScreen_->videoParam_->SetScreenWidth(
VIDEO_DATA_NUM
);
in SetUp()
/foundation/distributedhardware/distributed_screen/services/screenservice/test/unittest/sinkservice/screenregionmgr/2.0/src/
H
A
D
screenregion_test.cpp
28
constexpr static uint32_t
VIDEO_DATA_NUM
= 480;
member
337
screenRect.width =
VIDEO_DATA_NUM
;
in HWTEST_F()
338
screenRect.height =
VIDEO_DATA_NUM
;
in HWTEST_F()
374
screenRect.width =
VIDEO_DATA_NUM
;
in HWTEST_F()
375
screenRect.height =
VIDEO_DATA_NUM
;
in HWTEST_F()
Completed in 8 milliseconds