Home
last modified time | relevance | path

Searched defs:Prepare (Results 1 – 7 of 7) sorted by relevance

/test/xts/acts/ai_lite/ai_engine_posix/base/src/sample/source/
Dsample_plugin_2.cpp116 int SamplePlugin2::Prepare(long long transactionId, const DataInfo &inputInfo, DataInfo &outputInfo) in Prepare() function in OHOS::AI::SamplePlugin2
Dsample_plugin_1.cpp116 int SamplePlugin1::Prepare(long long transactionId, const DataInfo &inputInfo, DataInfo &outputInfo) in Prepare() function in OHOS::AI::SamplePlugin1
/test/xts/dcts/distributedhardware/distributedscreentest/
Ddecoder_demo.cpp118 int32_t VDecDemo::Prepare() in Prepare() function in VDecDemo
/test/xts/acts/multimedia/av_codec/audio_decoder/src/
Davcodec_audio_avbuffer_decoder_demo.cpp734 OH_AVErrCode ADecBufferDemo::Prepare(OH_AVCodec *codec) in Prepare() function in ADecBufferDemo
/test/testfwk/xdevice/plugins/devicetest/core/
Dvariables.py342 class Prepare: class
/test/xts/acts/multimedia/av_codec/audio_encoder/src/
Davcodec_audio_avbuffer_encoder_demo.cpp616 OH_AVErrCode AudioBufferAacEncDemo::Prepare(OH_AVCodec *codec) in Prepare() function in AudioBufferAacEncDemo
/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/
Dpthreadndk.cpp72 static void Prepare() { pthread_mutex_lock(&lock); } in Prepare() function