Home
last modified time | relevance | path

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

/test/xts/hats/hdf/camera/cameraHdi/v4l2/src/
Dtest_display.cpp602 if (streamCustomerAnalyze_ == nullptr) { in StartStream()
603 streamCustomerAnalyze_ = std::make_shared<StreamCustomer>(); in StartStream()
612 …streamInfoAnalyze.bufferQueue_ = new BufferProducerSequenceable(streamCustomerAnalyze_->CreateProd… in StartStream()
662streamCustomerAnalyze_->ReceiveFrameOn([this](const unsigned char *addr, const uint32_t size) { in StartCapture()
684 streamCustomerAnalyze_->ReceiveFrameOff(); in StopStream()
/test/xts/hats/hdf/camera/cameraHdi/v4l2/include/
Dtest_display.h107 std::shared_ptr<StreamCustomer> streamCustomerAnalyze_ = nullptr; variable