Searched refs:streamThread_ (Results 1 – 4 of 4) sorted by relevance
385 …streamThread_ = new (std::nothrow) std::thread([this, cameraId, type] {this->LoopBuffers(cameraId,… in StartStream()386 if (streamThread_ == nullptr) { in StartStream()409 if (streamThread_ == nullptr) { in StopStream()418 streamThread_->join(); in StopStream()435 delete streamThread_; in StopStream()436 streamThread_ = nullptr; in StopStream()
375 streamThread_ = new (std::nothrow) std::thread([this] {this->loopBuffers();}); in StartStream()376 if (streamThread_ == nullptr) { in StartStream()389 if (myStreams_ == nullptr || streamThread_ == nullptr) { in StopStream()414 streamThread_->join(); in StopStream()429 delete streamThread_; in StopStream()430 streamThread_ = nullptr; in StopStream()
86 std::thread *streamThread_ = nullptr; variable
111 std::thread* streamThread_ = nullptr; variable