Home
last modified time | relevance | path

Searched refs:streamCustomerSnapshot_ (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/drivers/peripheral/camera/test/ut/v4l2/
H A Dmeta_data_test.cpp96 if (streamCustomerSnapshot_ == nullptr) { in CreateStream()
97 streamCustomerSnapshot_ = std::make_shared<StreamCustomer>(); in CreateStream()
98 SetStreamInfo(streamInfo, streamCustomerSnapshot_, streamId, intent); in CreateStream()
152streamCustomerSnapshot_->ReceiveFrameOn([this](const unsigned char *addr, const uint32_t size) { in StartCapture()
174 streamCustomerSnapshot_->ReceiveFrameOff(); in StopStream()
H A Dcamera_video_test.cpp77 if (streamCustomerSnapshot_ == nullptr) { in CreateStream()
78 streamCustomerSnapshot_ = std::make_shared<StreamCustomer>(); in CreateStream()
79 SetStreamInfo(streamInfo, streamCustomerSnapshot_, streamId, intent); in CreateStream()
133streamCustomerSnapshot_->ReceiveFrameOn([this](const unsigned char *addr, const uint32_t size) { in StartCapture()
155 streamCustomerSnapshot_->ReceiveFrameOff(); in StopStream()
H A Dcamera_video_test.h36 std::shared_ptr<StreamCustomer> streamCustomerSnapshot_ = nullptr; variable
H A Dmeta_data_test.h50 std::shared_ptr<StreamCustomer> streamCustomerSnapshot_ = nullptr; variable