Searched refs:decodeThread_ (Results 1 – 2 of 2) sorted by relevance
451 decodeThread_ = std::thread([this] { this->DecodeScreenData(); }); in StartInputThread()459 if (decodeThread_.joinable()) { in StopInputThread()460 decodeThread_.join(); in StopInputThread()
86 std::thread decodeThread_; variable