Searched refs:streamCustomerPreview_ (Results 1 - 13 of 13) sorted by relevance
/test/xts/hats/hdf/camera/cameraHdi/v4l2/src/ |
H A D | camera_preview_test.cpp | 75 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 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()
|
H A 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() 675 streamCustomerPreview_->ReceiveFrameOff(); in StopStream()
|
H A 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(); in HWTEST_F()
|
H A 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_->CreateProducer()); in DefaultInfosPreview() 237 streamCustomerPreview_->ReceiveFrameOn(nullptr); in StartCapture() 258 streamCustomerPreview_->ReceiveFrameOff(); in StopStream()
|
H A D | usb_camera_test.cpp | 887 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 D | camera_capture_test.cpp | 195 display_->streamCustomerPreview_->ReceiveFrameOff(); in HWTEST_F() 238 display_->streamCustomerPreview_->ReceiveFrameOff(); in HWTEST_F()
|
/test/xts/hats/hdf/camera/cameraHdi/v4l2/include/ |
H A D | double_preview_test.h | 44 std::shared_ptr<StreamCustomer> streamCustomerPreview_ = nullptr; member in DoublePreviewTest
|
H A D | camera_video_test.h | 35 std::shared_ptr<StreamCustomer> streamCustomerPreview_ = nullptr; member in CameraVideoTest
|
H A D | usb_camera_test_mult.h | 56 std::shared_ptr<StreamCustomer> streamCustomerPreview_ = nullptr; member in UtestUSBCameraTestMult
|
H A D | test_display.h | 104 std::shared_ptr<StreamCustomer> streamCustomerPreview_ = nullptr; member in TestDisplay
|
/test/xts/dcts/distributedhardware/distributedcameratest/ |
H A D | dcamera_hdf_demo.cpp | 393 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 D | dcamera_hdf_demo.h | 160 std::shared_ptr<StreamCustomer> streamCustomerPreview_ = nullptr;
member in OHOS::DistributedHardware::DcameraHdfDemo
|
Completed in 13 milliseconds