Home
last modified time | relevance | path

Searched refs:streamCustomerPreview_ (Results 1 - 13 of 13) sorted by relevance

/test/xts/hats/hdf/camera/cameraHdi/v4l2/src/
H A Dcamera_preview_test.cpp75 if (display_->streamCustomerPreview_ == nullptr) { in HWTEST_F()
76 display_->streamCustomerPreview_ = std::make_shared<StreamCustomer>(); in HWTEST_F()
78 OHOS::sptr<OHOS::IBufferProducer> producer = display_->streamCustomerPreview_->CreateProducer(); in HWTEST_F()
193 if (display_->streamCustomerPreview_ == nullptr) { in HWTEST_F()
194 display_->streamCustomerPreview_ = std::make_shared<StreamCustomer>(); in HWTEST_F()
196 OHOS::sptr<OHOS::IBufferProducer> producer = display_->streamCustomerPreview_->CreateProducer(); in HWTEST_F()
248 if (display_->streamCustomerPreview_ == nullptr) { in HWTEST_F()
249 display_->streamCustomerPreview_ = std::make_shared<StreamCustomer>(); in HWTEST_F()
251 OHOS::sptr<OHOS::IBufferProducer> producer = display_->streamCustomerPreview_->CreateProducer(); in HWTEST_F()
291 if (display_->streamCustomerPreview_ in HWTEST_F()
[all...]
H A Ddouble_preview_test.cpp65 if (streamCustomerPreview_ == nullptr) { in CreateStream()
66 streamCustomerPreview_ = std::make_shared<StreamCustomer>(); in CreateStream()
67 SetStreamInfo(streamInfo, streamCustomerPreview_, streamId, intent); in CreateStream()
114 streamCustomerPreview_->ReceiveFrameOn([this](const unsigned char *addr, const uint32_t size) { in StartCapture()
135 streamCustomerPreview_->ReceiveFrameOff(); in StopStream()
H A Dtest_display.cpp97 if (streamCustomerPreview_ == nullptr) { in StartStreamUpdate()
98 streamCustomerPreview_ = std::make_shared<StreamCustomer>(); in StartStreamUpdate()
100 OHOS::sptr<OHOS::IBufferProducer> producer = streamCustomerPreview_->CreateProducer(); in StartStreamUpdate()
549 if (streamCustomerPreview_ == nullptr) { in StartStream()
550 streamCustomerPreview_ = std::make_shared<StreamCustomer>(); in StartStream()
559 streamInfoPre.bufferQueue_ = new BufferProducerSequenceable(streamCustomerPreview_->CreateProducer()); in StartStream()
651 streamCustomerPreview_->ReceiveFrameOn(nullptr); in StartCapture()
675 streamCustomerPreview_->ReceiveFrameOff(); in StopStream()
H A Dcamera_video_test.cpp71 if (streamCustomerPreview_ == nullptr) { in CreateStream()
72 streamCustomerPreview_ = std::make_shared<StreamCustomer>(); in CreateStream()
73 SetStreamInfo(streamInfo, streamCustomerPreview_, streamId, intent); in CreateStream()
129 streamCustomerPreview_->ReceiveFrameOn([this](const unsigned char *addr, const uint32_t size) { in StartCapture()
153 streamCustomerPreview_->ReceiveFrameOff(); in StopStream()
434 display_->streamCustomerPreview_->ReceiveFrameOff(); in HWTEST_F()
H A Dusb_camera_test_mult.cpp61 if (streamCustomerPreview_ == nullptr) { in DefaultInfosPreview()
62 streamCustomerPreview_ = std::make_shared<StreamCustomer>(); in DefaultInfosPreview()
71 streamInfoPre_.bufferQueue_ = new BufferProducerSequenceable(streamCustomerPreview_->CreateProducer()); in DefaultInfosPreview()
237 streamCustomerPreview_->ReceiveFrameOn(nullptr); in StartCapture()
258 streamCustomerPreview_->ReceiveFrameOff(); in StopStream()
H A Dusb_camera_test.cpp887 if (display_->streamCustomerPreview_ == nullptr) { in HWTEST_F()
888 display_->streamCustomerPreview_ = std::make_shared<StreamCustomer>(); in HWTEST_F()
899 streamInfo.bufferQueue_ = new BufferProducerSequenceable(display_->streamCustomerPreview_->CreateProducer()); in HWTEST_F()
1043 if (display_->streamCustomerPreview_ == nullptr) { in HWTEST_F()
1044 display_->streamCustomerPreview_ = std::make_shared<StreamCustomer>(); in HWTEST_F()
1055 streamInfo.bufferQueue_ = new BufferProducerSequenceable(display_->streamCustomerPreview_->CreateProducer()); in HWTEST_F()
1190 if (display_->streamCustomerPreview_ == nullptr) { in HWTEST_F()
1191 display_->streamCustomerPreview_ = std::make_shared<StreamCustomer>(); in HWTEST_F()
1202 streamInfo.bufferQueue_ = new BufferProducerSequenceable(display_->streamCustomerPreview_->CreateProducer()); in HWTEST_F()
H A Dcamera_capture_test.cpp195 display_->streamCustomerPreview_->ReceiveFrameOff(); in HWTEST_F()
238 display_->streamCustomerPreview_->ReceiveFrameOff(); in HWTEST_F()
/test/xts/hats/hdf/camera/cameraHdi/v4l2/include/
H A Ddouble_preview_test.h44 std::shared_ptr<StreamCustomer> streamCustomerPreview_ = nullptr; member in DoublePreviewTest
H A Dcamera_video_test.h35 std::shared_ptr<StreamCustomer> streamCustomerPreview_ = nullptr; member in CameraVideoTest
H A Dusb_camera_test_mult.h56 std::shared_ptr<StreamCustomer> streamCustomerPreview_ = nullptr; member in UtestUSBCameraTestMult
H A Dtest_display.h104 std::shared_ptr<StreamCustomer> streamCustomerPreview_ = nullptr; member in TestDisplay
/test/xts/dcts/distributedhardware/distributedcameratest/
H A Ddcamera_hdf_demo.cpp393 SetStreamInfo(previewStreamInfo, streamCustomerPreview_, STREAM_ID_PREVIEW, OHOS::HDI::Camera::V1_0::PREVIEW); in CreateStreams()
476 if (streamCustomerPreview_ == nullptr) { in StartDualStreams()
477 streamCustomerPreview_ = std::make_shared<StreamCustomer>(); in StartDualStreams()
565 if (streamCustomerPreview_ == nullptr) { in StartPreviewStream()
566 streamCustomerPreview_ = std::make_shared<StreamCustomer>(); in StartPreviewStream()
572 rc = CreateStreamInfo(STREAM_ID_PREVIEW, streamCustomerPreview_, OHOS::HDI::Camera::V1_0::PREVIEW); in StartPreviewStream()
H A Ddcamera_hdf_demo.h160 std::shared_ptr<StreamCustomer> streamCustomerPreview_ = nullptr; member in OHOS::DistributedHardware::DcameraHdfDemo

Completed in 13 milliseconds