/drivers/peripheral/camera/test/ut/v4l2/ |
H A D | usb_camera_test_mult.h | 57 std::shared_ptr<StreamCustomer> streamCustomerCapture_ = nullptr; member in UtestUSBCameraTestMult
|
H A D | usb_camera_test_mult.cpp | 101 if (streamCustomerCapture_ == nullptr) { in DefaultInfosCapture() 102 streamCustomerCapture_ = std::make_shared<StreamCustomer>(); in DefaultInfosCapture() 112 streamInfoCapture_.bufferQueue_ = new BufferProducerSequenceable(streamCustomerCapture_->CreateProducer()); in DefaultInfosCapture() 238 streamCustomerCapture_->ReceiveFrameOn([this](const unsigned char *addr, const uint32_t size) { in StartCapture() 259 streamCustomerCapture_->ReceiveFrameOff(); in StopStream()
|
H A D | hdfcamera_facedetect.cpp | 91 cameraBase_->streamCustomerCapture_->ReceiveFrameOn([this](const unsigned char *addr, const uint32_t size) { in HWTEST_F()
|
H A D | double_preview_test.cpp | 139 cameraBase_->streamCustomerCapture_->ReceiveFrameOff(); in StopStream() 242 cameraBase_->streamCustomerCapture_->ReceiveFrameOn([this](const unsigned char *addr, const uint32_t size) { in HWTEST_F()
|
H A D | test_camera_base.cpp | 563 if (streamCustomerCapture_ == nullptr) { in StartStream() 564 streamCustomerCapture_ = std::make_shared<StreamCustomer>(); in StartStream() 574 streamInfoCapture.bufferQueue_ = new BufferProducerSequenceable(streamCustomerCapture_->CreateProducer()); in StartStream() 632 streamCustomerCapture_->ReceiveFrameOn([this](const unsigned char *addr, const uint32_t size) { in StartCapture() 657 streamCustomerCapture_->ReceiveFrameOff(); in StopStream()
|
H A D | usb_camera_test.cpp | 688 if (cameraBase_->streamCustomerCapture_ == nullptr) { in TEST_F() 689 cameraBase_->streamCustomerCapture_ = std::make_shared<StreamCustomer>(); in TEST_F() 701 cameraBase_->streamCustomerCapture_->CreateProducer()); in TEST_F() 1071 if (cameraBase_->streamCustomerCapture_ == nullptr) { in TEST_F() 1072 cameraBase_->streamCustomerCapture_ = std::make_shared<StreamCustomer>(); in TEST_F() 1084 cameraBase_->streamCustomerCapture_->CreateProducer()); in TEST_F()
|
H A D | test_camera_base.h | 104 std::shared_ptr<StreamCustomer> streamCustomerCapture_ = nullptr; member in TestCameraBase
|
H A D | camera_capture_test.cpp | 195 cameraBase_->streamCustomerCapture_->ReceiveFrameOff(); in HWTEST_F() 237 cameraBase_->streamCustomerCapture_->ReceiveFrameOff(); in HWTEST_F()
|
/drivers/peripheral/camera/test/demo/ |
H A D | ohos_camera_demo.cpp | 135 streamCustomerCapture_->ReceiveFrameOn([this](void* addr, const uint32_t size) { in CaptureON() 164 streamCustomerCapture_->ReceiveFrameOff(); in CaptureOff() 414 SetStreamInfo(secondStreamInfo, streamCustomerCapture_, STREAM_ID_CAPTURE, intent); in CreateStreams() 473 streamCustomerCapture_->ReceiveFrameOn([this](void *addr, const uint32_t size) { in CaptureOnDualStreams() 509 if (streamCustomerCapture_ == nullptr) { in StartDualStreams() 510 streamCustomerCapture_ = std::make_shared<StreamCustomer>(); in StartDualStreams() 546 if (streamCustomerCapture_ == nullptr) { in StartCaptureStream() 547 streamCustomerCapture_ = std::make_shared<StreamCustomer>(); in StartCaptureStream() 553 rc = CreateStream(STREAM_ID_CAPTURE, streamCustomerCapture_, STILL_CAPTURE); in StartCaptureStream() 828 streamCustomerCapture_ in StreamOffline() [all...] |
H A D | ohos_camera_demo.h | 136 std::shared_ptr<StreamCustomer> streamCustomerCapture_ = nullptr; member in OHOS::Camera::OhosCameraDemo
|
/drivers/peripheral/camera/test/demo_3A/ |
H A D | ohos_camera_demo_3a.cpp | 130 streamCustomerCapture_->ReceiveFrameOn([this](void* addr, const uint32_t size) { in CaptureON() 159 streamCustomerCapture_->ReceiveFrameOff(); in CaptureOff() 409 SetStreamInfo(secondStreamInfo, streamCustomerCapture_, STREAM_ID_CAPTURE, intent); in CreateStreams() 468 streamCustomerCapture_->ReceiveFrameOn([this](void *addr, const uint32_t size) { in CaptureOnDualStreams() 504 if (streamCustomerCapture_ == nullptr) { in StartDualStreams() 505 streamCustomerCapture_ = std::make_shared<StreamCustomer>(); in StartDualStreams() 541 if (streamCustomerCapture_ == nullptr) { in StartCaptureStream() 542 streamCustomerCapture_ = std::make_shared<StreamCustomer>(); in StartCaptureStream() 548 rc = CreateStream(STREAM_ID_CAPTURE, streamCustomerCapture_, STILL_CAPTURE); in StartCaptureStream()
|
H A D | ohos_camera_demo_3a.h | 140 std::shared_ptr<StreamCustomer> streamCustomerCapture_ = nullptr; member in OHOS::Camera::OhosCameraDemo
|
/drivers/peripheral/camera/test/ut/usb_camera/ |
H A D | test_camera_base.cpp | 585 if (streamCustomerCapture_ == nullptr) { in StartStream() 586 streamCustomerCapture_ = std::make_shared<StreamCustomer>(); in StartStream() 596 streamInfoCapture.bufferQueue_ = new BufferProducerSequenceable(streamCustomerCapture_->CreateProducer()); in StartStream() 654 streamCustomerCapture_->ReceiveFrameOn([this](const unsigned char *addr, const uint32_t size) { in StartCapture() 678 streamCustomerCapture_->ReceiveFrameOff(); in StopStream()
|
H A D | usb_camera_test.cpp | 689 if (cameraBase_->streamCustomerCapture_ == nullptr) { in TEST_F() 690 cameraBase_->streamCustomerCapture_ = std::make_shared<StreamCustomer>(); in TEST_F() 702 cameraBase_->streamCustomerCapture_->CreateProducer()); in TEST_F() 1706 if (cameraBase_->streamCustomerCapture_ == nullptr) { in TEST_F() 1707 cameraBase_->streamCustomerCapture_ = std::make_shared<StreamCustomer>(); in TEST_F() 1719 cameraBase_->streamCustomerCapture_->CreateProducer()); in TEST_F()
|
/drivers/peripheral/distributed_camera/hdi_service/test/sample/ |
H A D | dcamera_hdf_demo.cpp | 385 SetStreamInfo(secondStreamInfo, streamCustomerCapture_, STREAM_ID_CAPTURE, intent); in CreateStreams() 470 if (streamCustomerCapture_ == nullptr) { in StartDualStreams() 471 streamCustomerCapture_ = std::make_shared<StreamCustomer>(); in StartDualStreams() 507 if (streamCustomerCapture_ == nullptr) { in StartCaptureStream() 508 streamCustomerCapture_ = std::make_shared<StreamCustomer>(); in StartCaptureStream() 514 rc = CreateStreamInfo(STREAM_ID_CAPTURE, streamCustomerCapture_, OHOS::HDI::Camera::V1_0::STILL_CAPTURE); in StartCaptureStream()
|
H A D | dcamera_hdf_demo.h | 162 std::shared_ptr<StreamCustomer> streamCustomerCapture_ = nullptr; member in OHOS::DistributedHardware::DcameraHdfDemo
|