Home
last modified time | relevance | path

Searched refs:InputThread (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/multimedia/av_codec/test/unittest/video_test/video_test/sample/yuv_viewer/
H A Dyuv_viewer.cpp65 inputThread_ = std::make_unique<std::thread>(&YuvViewer::InputThread, this); in Start()
99 void YuvViewer::InputThread() in InputThread() function in OHOS::MediaAVCodec::Sample::YuvViewer
H A Dyuv_viewer.h35 void InputThread();
/ohos5.0/foundation/multimedia/av_codec/test/unittest/video_test/video_test/sample/decoder/
H A Dvideo_decoder_sample.cpp59 inputThread_ = std::make_unique<std::thread>(&VideoDecoderSample::InputThread, this); in Prepare()
68 void VideoDecoderSample::InputThread() in InputThread() function in OHOS::MediaAVCodec::Sample::VideoDecoderSample
H A Dvideo_decoder_sample.h35 void InputThread();
/ohos5.0/base/startup/appspawn/test/moduletest/
H A Dappspawn_test_cmder.h98 static void InputThread(ThreadTaskHandle handle, const ThreadContext *context);
H A Dappspawn_test_cmder.cpp491 void AppSpawnTestCommander::InputThread(ThreadTaskHandle handle, const ThreadContext *context) in InputThread() function in OHOS::AppSpawnModuleTest::AppSpawnTestCommander
572 ThreadMgrAddExecutor(threadMgr_, inputHandle_, InputThread, this); in Run()