Home
last modified time | relevance | path

Searched refs:streamCustomerVideo_ (Results 1 – 10 of 10) sorted by relevance

/test/xts/hats/hdf/camera/cameraHdi/v4l2/include/
Dcamera_video_test.h37 std::shared_ptr<StreamCustomer> streamCustomerVideo_ = nullptr; variable
Dusb_camera_test_mult.h58 std::shared_ptr<StreamCustomer> streamCustomerVideo_ = nullptr; variable
Dtest_display.h106 std::shared_ptr<StreamCustomer> streamCustomerVideo_ = nullptr; variable
/test/xts/hats/hdf/camera/cameraHdi/v4l2/src/
Dcamera_video_test.cpp82 if (streamCustomerVideo_ == nullptr) { in CreateStream()
83 streamCustomerVideo_ = std::make_shared<StreamCustomer>(); in CreateStream()
84 SetStreamInfo(streamInfo, streamCustomerVideo_, streamId, intent); in CreateStream()
137streamCustomerVideo_->ReceiveFrameOn([this](const unsigned char *addr, const uint32_t size) { in StartCapture()
157 streamCustomerVideo_->ReceiveFrameOff(); in StopStream()
435 display_->streamCustomerVideo_->ReceiveFrameOff();
Dusb_camera_test_mult.cpp81 if (streamCustomerVideo_ == nullptr) { in DefaultInfosVideo()
82 streamCustomerVideo_ = std::make_shared<StreamCustomer>(); in DefaultInfosVideo()
92 …streamInfoVideo_.bufferQueue_ = new BufferProducerSequenceable(streamCustomerVideo_->CreateProduce… in DefaultInfosVideo()
244streamCustomerVideo_->ReceiveFrameOn([this](const unsigned char *addr, const uint32_t size) { in StartCapture()
262 streamCustomerVideo_->ReceiveFrameOff(); in StopStream()
Dtest_display.cpp566 if (streamCustomerVideo_ == nullptr) { in StartStream()
567 streamCustomerVideo_ = std::make_shared<StreamCustomer>(); in StartStream()
577 …streamInfoVideo.bufferQueue_ = new BufferProducerSequenceable(streamCustomerVideo_->CreateProducer… in StartStream()
658streamCustomerVideo_->ReceiveFrameOn([this](const unsigned char *addr, const uint32_t size) { in StartCapture()
680 streamCustomerVideo_->ReceiveFrameOff(); in StopStream()
Ddouble_preview_test.cpp141 display_->streamCustomerVideo_->ReceiveFrameOff(); in StopStream()
Dusb_camera_test.cpp1059 if (display_->streamCustomerVideo_ == nullptr) {
1060 display_->streamCustomerVideo_ = std::make_shared<StreamCustomer>();
1071 …InfoVideo.bufferQueue_ = new BufferProducerSequenceable(display_->streamCustomerVideo_->CreateProd…
/test/xts/dcts/distributedhardware/distributedcameratest/
Ddcamera_hdf_demo.h161 std::shared_ptr<StreamCustomer> streamCustomerVideo_ = nullptr; variable
Ddcamera_hdf_demo.cpp391 SetStreamInfo(secondStreamInfo, streamCustomerVideo_, STREAM_ID_VIDEO, intent); in CreateStreams()
484 if (streamCustomerVideo_ == nullptr) { in StartDualStreams()
485 streamCustomerVideo_ = std::make_shared<StreamCustomer>(); in StartDualStreams()
529 if (streamCustomerVideo_ == nullptr) { in StartVideoStream()
530 streamCustomerVideo_ = std::make_shared<StreamCustomer>(); in StartVideoStream()
536 … rc = CreateStreamInfo(STREAM_ID_VIDEO, streamCustomerVideo_, OHOS::HDI::Camera::V1_0::VIDEO); in StartVideoStream()