Home
last modified time | relevance | path

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 Dimage_sink_processor_test.cpp29 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 Dimage_sink_decoder_test.cpp31 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 Dvideo_param_test.cpp24 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 Dscreen_sink_trans_test.cpp29 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 Dscreen_source_trans_test.cpp26 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 Dscreen_manager_adapter_test.cpp32 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 Ddscreen_test.cpp35 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 Dscreen_client_test.cpp22 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 Dscreen_client_window_adapter_test.cpp22 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 Dscreenregionmgr_test.cpp24 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 Dscreenregion_test.cpp25 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 Ddscreen_test.cpp33 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 Dscreenregion_test.cpp28 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