Home
last modified time | relevance | path

Searched refs:streamCustomerPreviewDouble_ (Results 1 - 2 of 2) sorted by relevance

/test/xts/hats/hdf/camera/cameraHdi/v4l2/src/
H A Ddouble_preview_test.cpp72 if (streamCustomerPreviewDouble_ == nullptr) { in CreateStream()
73 streamCustomerPreviewDouble_ = std::make_shared<StreamCustomer>(); in CreateStream()
74 SetStreamInfo(streamInfo, streamCustomerPreviewDouble_, streamId, intent); in CreateStream()
118 streamCustomerPreviewDouble_->ReceiveFrameOn([this](const unsigned char *addr, const uint32_t size) { in StartCapture()
137 streamCustomerPreviewDouble_->ReceiveFrameOff(); in StopStream()
/test/xts/hats/hdf/camera/cameraHdi/v4l2/include/
H A Ddouble_preview_test.h45 std::shared_ptr<StreamCustomer> streamCustomerPreviewDouble_ = nullptr; member in DoublePreviewTest

Completed in 1 milliseconds