Searched refs:Prepare (Results 1 – 12 of 12) sorted by relevance
/test/xts/acts/multimedia_lite/media_lite_posix/player_native/src/ |
D | ActsMediaPlayerVideoTest.cpp | 84 ret = g_tagTestSample.adaptr->Prepare(); in HWTEST_F() 107 ret = g_tagTestSample.adaptr->Prepare(); in HWTEST_F() 109 ret = g_tagTestSample.adaptr->Prepare(); in HWTEST_F() 126 ret = g_tagTestSample.adaptr->Prepare(); in HWTEST_F() 150 ret = g_tagTestSample.adaptr->Prepare(); in HWTEST_F() 178 ret = g_tagTestSample.adaptr->Prepare(); in HWTEST_F() 199 ret = g_tagTestSample.adaptr->Prepare(); in HWTEST_F() 225 ret = g_tagTestSample.adaptr->Prepare(); in HWTEST_F() 244 ret = g_tagTestSample.adaptr->Prepare(); in HWTEST_F() 269 ret = g_tagTestSample.adaptr->Prepare(); in HWTEST_F() [all …]
|
D | ActsMediaPlayerAudioTest.cpp | 246 ret = g_tagTestSample.adaptr->Prepare(); in HWTEST_F() 269 ret = g_tagTestSample.adaptr->Prepare(); in HWTEST_F() 297 ret = g_tagTestSample.adaptr->Prepare(); in HWTEST_F() 323 ret = g_tagTestSample.adaptr->Prepare(); in HWTEST_F() 343 ret = g_tagTestSample.adaptr->Prepare(); in HWTEST_F() 345 ret = g_tagTestSample.adaptr->Prepare(); in HWTEST_F() 365 ret = g_tagTestSample.adaptr->Prepare(); in HWTEST_F() 389 ret = g_tagTestSample.adaptr->Prepare(); in HWTEST_F() 415 ret = g_tagTestSample.adaptr->Prepare(); in HWTEST_F() 439 ret = g_tagTestSample.adaptr->Prepare(); in HWTEST_F() [all …]
|
/test/xts/acts/ai_lite/ai_engine_posix/base/src/sample/include/ |
D | sample_plugin_2.h | 41 int Prepare(long long transactionId, const DataInfo &inputInfo, DataInfo &outputInfo) override;
|
D | sample_plugin_1.h | 39 int Prepare(long long transactionId, const DataInfo &inputInfo, DataInfo &outputInfo) override;
|
/test/xts/dcts/distributedhardware/distributedscreentest/ |
D | decoder_demo.cpp | 91 Prepare(); in RunCase() 117 int32_t VDecDemo::Prepare() in Prepare() function in VDecDemo 119 return vdec_->Prepare(); in Prepare()
|
D | decoder_demo.h | 66 int32_t Prepare();
|
/test/xts/acts/multimedia_lite/media_lite_posix/recorder_native/src/ |
D | ActsMediaRecorderTest.cpp | 80 retStatus = recInstance->Prepare(); in HWTEST_F() 136 retStatus = recInstance->Prepare(); in HWTEST_F() 167 retStatus = recInstance->Prepare(); in HWTEST_F() 200 retStatus = recInstance->Prepare(); in HWTEST_F() 234 retStatus = recInstance->Prepare(); in HWTEST_F() 270 retStatus = recInstance->Prepare(); in HWTEST_F() 301 retStatus = recInstance->Prepare(); in HWTEST_F() 334 retStatus = recInstance->Prepare(); in HWTEST_F() 365 retStatus = recInstance->Prepare(); in HWTEST_F() 398 retStatus = recInstance->Prepare(); in HWTEST_F() [all …]
|
/test/xts/acts/ai_lite/ai_engine_posix/base/src/sample/source/ |
D | sample_plugin_1.cpp | 116 int SamplePlugin1::Prepare(long long transactionId, const DataInfo &inputInfo, DataInfo &outputInfo) in Prepare() function in OHOS::AI::SamplePlugin1
|
D | sample_plugin_2.cpp | 116 int SamplePlugin2::Prepare(long long transactionId, const DataInfo &inputInfo, DataInfo &outputInfo) in Prepare() function in OHOS::AI::SamplePlugin2
|
/test/testfwk/developer_test/ |
D | README.md | 228 - Prepare the test environment. \(Check that the test environment is ready if the tested device o…
|
/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/ |
D | pthreadndk.cpp | 72 static void Prepare() { pthread_mutex_lock(&lock); } in Prepare() function 79 err = pthread_atfork(Prepare, Parent, child); in TestAtFork()
|
/test/xts/acts/multimedia_lite/camera_lite_posix/camera_native/src/ |
D | ActsMediaCameraTest.cpp | 338 ret = recorder_->Prepare(); in StartRecord()
|