Home
last modified time | relevance | path

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

/test/xts/dcts/distributedhardware/distributedscreentest/
Ddecoder_demo.cpp130 outputLoop_ = make_unique<thread>(&VDecDemo::OutputFunc, this); in Start()
148 if (outputLoop_ != nullptr && outputLoop_->joinable()) { in Stop()
154 outputLoop_->join(); in Stop()
155 outputLoop_.reset(); in Stop()
Ddecoder_demo.h84 std::unique_ptr<std::thread> outputLoop_; variable