Home
last modified time | relevance | path

Searched refs:streamCustomerCapture_ (Results 1 - 16 of 16) sorted by relevance

/drivers/peripheral/camera/test/ut/v4l2/
H A Dusb_camera_test_mult.h57 std::shared_ptr<StreamCustomer> streamCustomerCapture_ = nullptr; member in UtestUSBCameraTestMult
H A Dusb_camera_test_mult.cpp101 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 Dhdfcamera_facedetect.cpp91 cameraBase_->streamCustomerCapture_->ReceiveFrameOn([this](const unsigned char *addr, const uint32_t size) { in HWTEST_F()
H A Ddouble_preview_test.cpp139 cameraBase_->streamCustomerCapture_->ReceiveFrameOff(); in StopStream()
242 cameraBase_->streamCustomerCapture_->ReceiveFrameOn([this](const unsigned char *addr, const uint32_t size) { in HWTEST_F()
H A Dtest_camera_base.cpp563 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 Dusb_camera_test.cpp688 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 Dtest_camera_base.h104 std::shared_ptr<StreamCustomer> streamCustomerCapture_ = nullptr; member in TestCameraBase
H A Dcamera_capture_test.cpp195 cameraBase_->streamCustomerCapture_->ReceiveFrameOff(); in HWTEST_F()
237 cameraBase_->streamCustomerCapture_->ReceiveFrameOff(); in HWTEST_F()
/drivers/peripheral/camera/test/demo/
H A Dohos_camera_demo.cpp135 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 Dohos_camera_demo.h136 std::shared_ptr<StreamCustomer> streamCustomerCapture_ = nullptr; member in OHOS::Camera::OhosCameraDemo
/drivers/peripheral/camera/test/demo_3A/
H A Dohos_camera_demo_3a.cpp130 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 Dohos_camera_demo_3a.h140 std::shared_ptr<StreamCustomer> streamCustomerCapture_ = nullptr; member in OHOS::Camera::OhosCameraDemo
/drivers/peripheral/camera/test/ut/usb_camera/
H A Dtest_camera_base.cpp585 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 Dusb_camera_test.cpp689 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 Ddcamera_hdf_demo.cpp385 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 Ddcamera_hdf_demo.h162 std::shared_ptr<StreamCustomer> streamCustomerCapture_ = nullptr; member in OHOS::DistributedHardware::DcameraHdfDemo

Completed in 26 milliseconds