Searched refs:streamCustomerAnalyze_ (Results 1 – 2 of 2) sorted by relevance
602 if (streamCustomerAnalyze_ == nullptr) { in StartStream()603 streamCustomerAnalyze_ = std::make_shared<StreamCustomer>(); in StartStream()612 …streamInfoAnalyze.bufferQueue_ = new BufferProducerSequenceable(streamCustomerAnalyze_->CreateProd… in StartStream()662 … streamCustomerAnalyze_->ReceiveFrameOn([this](const unsigned char *addr, const uint32_t size) { in StartCapture()684 streamCustomerAnalyze_->ReceiveFrameOff(); in StopStream()
107 std::shared_ptr<StreamCustomer> streamCustomerAnalyze_ = nullptr; variable