Home
last modified time | relevance | path

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

/test/xts/hats/hdf/camera/cameraHdi/v4l2/src/
H A 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()
137 streamCustomerVideo_->ReceiveFrameOn([this](const unsigned char *addr, const uint32_t size) { in StartCapture()
157 streamCustomerVideo_->ReceiveFrameOff(); in StopStream()
435 display_->streamCustomerVideo_->ReceiveFrameOff(); in HWTEST_F()
H A 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()
658 streamCustomerVideo_->ReceiveFrameOn([this](const unsigned char *addr, const uint32_t size) { in StartCapture()
679 streamCustomerVideo_->ReceiveFrameOff(); in StopStream()
H A Dusb_camera_test_mult.cpp81 if (streamCustomerVideo_ == nullptr) { in DefaultInfosVideo()
82 streamCustomerVideo_ = std::make_shared<StreamCustomer>(); in DefaultInfosVideo()
92 streamInfoVideo_.bufferQueue_ = new BufferProducerSequenceable(streamCustomerVideo_->CreateProducer()); in DefaultInfosVideo()
244 streamCustomerVideo_->ReceiveFrameOn([this](const unsigned char *addr, const uint32_t size) { in StartCapture()
262 streamCustomerVideo_->ReceiveFrameOff(); in StopStream()
H A Ddouble_preview_test.cpp141 display_->streamCustomerVideo_->ReceiveFrameOff(); in StopStream()
H A Dusb_camera_test.cpp1059 if (display_->streamCustomerVideo_ == nullptr) { in HWTEST_F()
1060 display_->streamCustomerVideo_ = std::make_shared<StreamCustomer>(); in HWTEST_F()
1071 streamInfoVideo.bufferQueue_ = new BufferProducerSequenceable(display_->streamCustomerVideo_->CreateProducer()); in HWTEST_F()
/test/xts/hats/hdf/camera/cameraHdi/v4l2/include/
H A Dcamera_video_test.h37 std::shared_ptr<StreamCustomer> streamCustomerVideo_ = nullptr; member in CameraVideoTest
H A Dusb_camera_test_mult.h58 std::shared_ptr<StreamCustomer> streamCustomerVideo_ = nullptr; member in UtestUSBCameraTestMult
H A Dtest_display.h106 std::shared_ptr<StreamCustomer> streamCustomerVideo_ = nullptr; member in TestDisplay
/test/xts/dcts/distributedhardware/distributedcameratest/
H A Ddcamera_hdf_demo.cpp404 SetStreamInfo(secondStreamInfo, streamCustomerVideo_, STREAM_ID_VIDEO, intent); in CreateStreams()
497 if (streamCustomerVideo_ == nullptr) { in StartDualStreams()
498 streamCustomerVideo_ = std::make_shared<StreamCustomer>(); in StartDualStreams()
542 if (streamCustomerVideo_ == nullptr) { in StartVideoStream()
543 streamCustomerVideo_ = std::make_shared<StreamCustomer>(); in StartVideoStream()
549 rc = CreateStreamInfo(STREAM_ID_VIDEO, streamCustomerVideo_, OHOS::HDI::Camera::V1_0::VIDEO); in StartVideoStream()
H A Ddcamera_hdf_demo.h162 std::shared_ptr<StreamCustomer> streamCustomerVideo_ = nullptr; member in OHOS::DistributedHardware::DcameraHdfDemo

Completed in 11 milliseconds