Home
last modified time | relevance | path

Searched refs:TestInputFunc (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/multimedia/av_codec/test/moduletest/audio_decoder/Common/include/
H A DAudioDecoderDemoCommon.h155 void TestInputFunc();
/ohos5.0/foundation/multimedia/av_codec/test/moduletest/audio_decoder/Common/src/
H A DAudioDecoderDemoCommon.cpp936 void AudioDecoderDemo::TestInputFunc() in TestInputFunc() function in AudioDecoderDemo
993 inputLoop_ = make_unique<thread>(&AudioDecoderDemo::TestInputFunc, this); in TestRunCase()