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/
Dcamera_preview_test.cpp75 if (display_->streamCustomerPreview_ == nullptr) {
76 display_->streamCustomerPreview_ = std::make_shared<StreamCustomer>();
78 OHOS::sptr<OHOS::IBufferProducer> producer = display_->streamCustomerPreview_->CreateProducer();
193 if (display_->streamCustomerPreview_ == nullptr) {
194 display_->streamCustomerPreview_ = std::make_shared<StreamCustomer>();
196 OHOS::sptr<OHOS::IBufferProducer> producer = display_->streamCustomerPreview_->CreateProducer();
248 if (display_->streamCustomerPreview_ == nullptr) {
249 display_->streamCustomerPreview_ = std::make_shared<StreamCustomer>();
251 OHOS::sptr<OHOS::IBufferProducer> producer = display_->streamCustomerPreview_->CreateProducer();
291 if (display_->streamCustomerPreview_ == nullptr) {
[all …]
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()
114streamCustomerPreview_->ReceiveFrameOn([this](const unsigned char *addr, const uint32_t size) { in StartCapture()
135 streamCustomerPreview_->ReceiveFrameOff(); in StopStream()
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()
129streamCustomerPreview_->ReceiveFrameOn([this](const unsigned char *addr, const uint32_t size) { in StartCapture()
153 streamCustomerPreview_->ReceiveFrameOff(); in StopStream()
434 display_->streamCustomerPreview_->ReceiveFrameOff();
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()
676 streamCustomerPreview_->ReceiveFrameOff(); in StopStream()
Dusb_camera_test_mult.cpp61 if (streamCustomerPreview_ == nullptr) { in DefaultInfosPreview()
62 streamCustomerPreview_ = std::make_shared<StreamCustomer>(); in DefaultInfosPreview()
71 …streamInfoPre_.bufferQueue_ = new BufferProducerSequenceable(streamCustomerPreview_->CreateProduce… in DefaultInfosPreview()
237 streamCustomerPreview_->ReceiveFrameOn(nullptr); in StartCapture()
258 streamCustomerPreview_->ReceiveFrameOff(); in StopStream()
Dusb_camera_test.cpp887 if (display_->streamCustomerPreview_ == nullptr) {
888 display_->streamCustomerPreview_ = std::make_shared<StreamCustomer>();
899 …streamInfo.bufferQueue_ = new BufferProducerSequenceable(display_->streamCustomerPreview_->CreateP…
1043 if (display_->streamCustomerPreview_ == nullptr) {
1044 display_->streamCustomerPreview_ = std::make_shared<StreamCustomer>();
1055 …streamInfo.bufferQueue_ = new BufferProducerSequenceable(display_->streamCustomerPreview_->CreateP…
1190 if (display_->streamCustomerPreview_ == nullptr) {
1191 display_->streamCustomerPreview_ = std::make_shared<StreamCustomer>();
1202 …streamInfo.bufferQueue_ = new BufferProducerSequenceable(display_->streamCustomerPreview_->CreateP…
Dcamera_capture_test.cpp195 display_->streamCustomerPreview_->ReceiveFrameOff();
238 display_->streamCustomerPreview_->ReceiveFrameOff();
/test/xts/hats/hdf/camera/cameraHdi/v4l2/include/
Dcamera_video_test.h35 std::shared_ptr<StreamCustomer> streamCustomerPreview_ = nullptr; variable
Ddouble_preview_test.h44 std::shared_ptr<StreamCustomer> streamCustomerPreview_ = nullptr; variable
Dusb_camera_test_mult.h56 std::shared_ptr<StreamCustomer> streamCustomerPreview_ = nullptr; variable
Dtest_display.h104 std::shared_ptr<StreamCustomer> streamCustomerPreview_ = nullptr; variable
/test/xts/dcts/distributedhardware/distributedcameratest/
Ddcamera_hdf_demo.h159 std::shared_ptr<StreamCustomer> streamCustomerPreview_ = nullptr; variable
Ddcamera_hdf_demo.cpp380 …SetStreamInfo(previewStreamInfo, streamCustomerPreview_, STREAM_ID_PREVIEW, OHOS::HDI::Camera::V1_… in CreateStreams()
463 if (streamCustomerPreview_ == nullptr) { in StartDualStreams()
464 streamCustomerPreview_ = std::make_shared<StreamCustomer>(); in StartDualStreams()
552 if (streamCustomerPreview_ == nullptr) { in StartPreviewStream()
553 streamCustomerPreview_ = std::make_shared<StreamCustomer>(); in StartPreviewStream()
559 …rc = CreateStreamInfo(STREAM_ID_PREVIEW, streamCustomerPreview_, OHOS::HDI::Camera::V1_0::PREVIEW); in StartPreviewStream()