Searched refs:InputThread (Results 1 – 6 of 6) sorted by relevance
65 inputThread_ = std::make_unique<std::thread>(&YuvViewer::InputThread, this); in Start()99 void YuvViewer::InputThread() in InputThread() function in OHOS::MediaAVCodec::Sample::YuvViewer
35 void InputThread();
59 inputThread_ = std::make_unique<std::thread>(&VideoDecoderSample::InputThread, this); in Prepare()68 void VideoDecoderSample::InputThread() in InputThread() function in OHOS::MediaAVCodec::Sample::VideoDecoderSample
98 static void InputThread(ThreadTaskHandle handle, const ThreadContext *context);
491 void AppSpawnTestCommander::InputThread(ThreadTaskHandle handle, const ThreadContext *context) in InputThread() function in OHOS::AppSpawnModuleTest::AppSpawnTestCommander572 ThreadMgrAddExecutor(threadMgr_, inputHandle_, InputThread, this); in Run()