Searched refs:streamCustomerPreview_ (Results 1 – 13 of 13) sorted by relevance
/test/xts/hats/hdf/camera/cameraHdi/v4l2/src/ |
D | camera_preview_test.cpp | 75 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 …]
|
D | double_preview_test.cpp | 65 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()
|
D | camera_video_test.cpp | 71 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();
|
D | test_display.cpp | 97 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()
|
D | usb_camera_test_mult.cpp | 61 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()
|
D | usb_camera_test.cpp | 887 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…
|
D | camera_capture_test.cpp | 195 display_->streamCustomerPreview_->ReceiveFrameOff(); 238 display_->streamCustomerPreview_->ReceiveFrameOff();
|
/test/xts/hats/hdf/camera/cameraHdi/v4l2/include/ |
D | camera_video_test.h | 35 std::shared_ptr<StreamCustomer> streamCustomerPreview_ = nullptr; variable
|
D | double_preview_test.h | 44 std::shared_ptr<StreamCustomer> streamCustomerPreview_ = nullptr; variable
|
D | usb_camera_test_mult.h | 56 std::shared_ptr<StreamCustomer> streamCustomerPreview_ = nullptr; variable
|
D | test_display.h | 104 std::shared_ptr<StreamCustomer> streamCustomerPreview_ = nullptr; variable
|
/test/xts/dcts/distributedhardware/distributedcameratest/ |
D | dcamera_hdf_demo.h | 159 std::shared_ptr<StreamCustomer> streamCustomerPreview_ = nullptr; variable
|
D | dcamera_hdf_demo.cpp | 380 …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()
|