Home
last modified time | relevance | path

Searched refs:Prepare (Results 1 – 12 of 12) sorted by relevance

/test/xts/acts/multimedia_lite/media_lite_posix/player_native/src/
DActsMediaPlayerVideoTest.cpp84 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 …]
DActsMediaPlayerAudioTest.cpp246 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/
Dsample_plugin_2.h41 int Prepare(long long transactionId, const DataInfo &inputInfo, DataInfo &outputInfo) override;
Dsample_plugin_1.h39 int Prepare(long long transactionId, const DataInfo &inputInfo, DataInfo &outputInfo) override;
/test/xts/dcts/distributedhardware/distributedscreentest/
Ddecoder_demo.cpp91 Prepare(); in RunCase()
117 int32_t VDecDemo::Prepare() in Prepare() function in VDecDemo
119 return vdec_->Prepare(); in Prepare()
Ddecoder_demo.h66 int32_t Prepare();
/test/xts/acts/multimedia_lite/media_lite_posix/recorder_native/src/
DActsMediaRecorderTest.cpp80 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/
Dsample_plugin_1.cpp116 int SamplePlugin1::Prepare(long long transactionId, const DataInfo &inputInfo, DataInfo &outputInfo) in Prepare() function in OHOS::AI::SamplePlugin1
Dsample_plugin_2.cpp116 int SamplePlugin2::Prepare(long long transactionId, const DataInfo &inputInfo, DataInfo &outputInfo) in Prepare() function in OHOS::AI::SamplePlugin2
/test/testfwk/developer_test/
DREADME.md228 - 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/
Dpthreadndk.cpp72 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/
DActsMediaCameraTest.cpp338 ret = recorder_->Prepare(); in StartRecord()