/drivers/peripheral/camera/test/ut/v4l2/ |
H A D | camera_video_test.h | 37 std::shared_ptr<StreamCustomer> streamCustomerVideo_ = nullptr; member in CameraVideoTest
|
H A D | meta_data_test.h | 51 std::shared_ptr<StreamCustomer> streamCustomerVideo_ = nullptr; member in MetaDataTest
|
H A D | usb_camera_test_mult.h | 58 std::shared_ptr<StreamCustomer> streamCustomerVideo_ = nullptr; member in UtestUSBCameraTestMult
|
H A D | usb_camera_test_mult.cpp | 80 if (streamCustomerVideo_ == nullptr) { in DefaultInfosVideo() 81 streamCustomerVideo_ = std::make_shared<StreamCustomer>(); in DefaultInfosVideo() 91 streamInfoVideo_.bufferQueue_ = new BufferProducerSequenceable(streamCustomerVideo_->CreateProducer()); in DefaultInfosVideo() 243 streamCustomerVideo_->ReceiveFrameOn([this](const unsigned char *addr, const uint32_t size) { in StartCapture() 261 streamCustomerVideo_->ReceiveFrameOff(); in StopStream()
|
H A D | meta_data_test.cpp | 101 if (streamCustomerVideo_ == nullptr) { in CreateStream() 102 streamCustomerVideo_ = std::make_shared<StreamCustomer>(); in CreateStream() 103 SetStreamInfo(streamInfo, streamCustomerVideo_, streamId, intent); in CreateStream() 156 streamCustomerVideo_->ReceiveFrameOn([this](const unsigned char *addr, const uint32_t size) { in StartCapture() 176 streamCustomerVideo_->ReceiveFrameOff(); in StopStream()
|
H A D | camera_video_test.cpp | 82 if (streamCustomerVideo_ == nullptr) { in CreateStream() 83 streamCustomerVideo_ = std::make_shared<StreamCustomer>(); in CreateStream() 84 SetStreamInfo(streamInfo, streamCustomerVideo_, streamId, intent); in CreateStream() 137 streamCustomerVideo_->ReceiveFrameOn([this](const unsigned char *addr, const uint32_t size) { in StartCapture() 157 streamCustomerVideo_->ReceiveFrameOff(); in StopStream() 434 cameraBase_->streamCustomerVideo_->ReceiveFrameOff(); in HWTEST_F()
|
H A D | test_camera_base.cpp | 545 if (streamCustomerVideo_ == nullptr) { in StartStream() 546 streamCustomerVideo_ = std::make_shared<StreamCustomer>(); in StartStream() 556 streamInfoVideo.bufferQueue_ = new BufferProducerSequenceable(streamCustomerVideo_->CreateProducer()); in StartStream() 637 streamCustomerVideo_->ReceiveFrameOn([this](const unsigned char *addr, const uint32_t size) { in StartCapture() 659 streamCustomerVideo_->ReceiveFrameOff(); in StopStream()
|
H A D | test_camera_base.h | 105 std::shared_ptr<StreamCustomer> streamCustomerVideo_ = nullptr; member in TestCameraBase
|
H A D | double_preview_test.cpp | 141 cameraBase_->streamCustomerVideo_->ReceiveFrameOff(); in StopStream()
|
H A D | usb_camera_test.cpp | 843 if (cameraBase_->streamCustomerVideo_ == nullptr) { in TEST_F() 844 cameraBase_->streamCustomerVideo_ = std::make_shared<StreamCustomer>(); in TEST_F() 855 streamInfoVideo.bufferQueue_ = new BufferProducerSequenceable(cameraBase_->streamCustomerVideo_->CreateProducer()); in TEST_F()
|
/drivers/peripheral/camera/test/demo_3A/ |
H A D | ohos_camera_demo_3a.cpp | 136 streamCustomerVideo_->ReceiveFrameOn([this](void* addr, const uint32_t size) { in CaptureON() 162 streamCustomerVideo_->ReceiveFrameOff(); in CaptureOff() 411 SetStreamInfo(secondStreamInfo, streamCustomerVideo_, STREAM_ID_VIDEO, intent); in CreateStreams() 480 streamCustomerVideo_->ReceiveFrameOn([this](void* addr, const uint32_t size) { in CaptureOnDualStreams() 517 if (streamCustomerVideo_ == nullptr) { in StartDualStreams() 518 streamCustomerVideo_ = std::make_shared<StreamCustomer>(); in StartDualStreams() 565 if (streamCustomerVideo_ == nullptr) { in StartVideoStream() 566 streamCustomerVideo_ = std::make_shared<StreamCustomer>(); in StartVideoStream() 572 rc = CreateStream(STREAM_ID_VIDEO, streamCustomerVideo_, VIDEO); in StartVideoStream()
|
H A D | ohos_camera_demo_3a.h | 141 std::shared_ptr<StreamCustomer> streamCustomerVideo_ = nullptr; member in OHOS::Camera::OhosCameraDemo
|
/drivers/peripheral/camera/test/demo/ |
H A D | ohos_camera_demo.cpp | 141 streamCustomerVideo_->ReceiveFrameOn([this](void* addr, const uint32_t size) { in CaptureON() 167 streamCustomerVideo_->ReceiveFrameOff(); in CaptureOff() 416 SetStreamInfo(secondStreamInfo, streamCustomerVideo_, STREAM_ID_VIDEO, intent); in CreateStreams() 485 streamCustomerVideo_->ReceiveFrameOn([this](void* addr, const uint32_t size) { in CaptureOnDualStreams() 522 if (streamCustomerVideo_ == nullptr) { in StartDualStreams() 523 streamCustomerVideo_ = std::make_shared<StreamCustomer>(); in StartDualStreams() 570 if (streamCustomerVideo_ == nullptr) { in StartVideoStream() 571 streamCustomerVideo_ = std::make_shared<StreamCustomer>(); in StartVideoStream() 577 rc = CreateStream(STREAM_ID_VIDEO, streamCustomerVideo_, VIDEO); in StartVideoStream()
|
H A D | ohos_camera_demo.h | 137 std::shared_ptr<StreamCustomer> streamCustomerVideo_ = nullptr; member in OHOS::Camera::OhosCameraDemo
|
/drivers/peripheral/camera/test/ut/usb_camera/ |
H A D | test_camera_base.cpp | 567 if (streamCustomerVideo_ == nullptr) { in StartStream() 568 streamCustomerVideo_ = std::make_shared<StreamCustomer>(); in StartStream() 578 streamInfoVideo.bufferQueue_ = new BufferProducerSequenceable(streamCustomerVideo_->CreateProducer()); in StartStream() 658 streamCustomerVideo_->ReceiveFrameOn([this](const unsigned char *addr, const uint32_t size) { in StartCapture() 680 streamCustomerVideo_->ReceiveFrameOff(); in StopStream()
|
H A D | usb_camera_test.cpp | 844 if (cameraBase_->streamCustomerVideo_ == nullptr) { in TEST_F() 845 cameraBase_->streamCustomerVideo_ = std::make_shared<StreamCustomer>(); in TEST_F() 856 streamInfoVideo.bufferQueue_ = new BufferProducerSequenceable(cameraBase_->streamCustomerVideo_->CreateProducer()); in TEST_F()
|
/drivers/peripheral/distributed_camera/hdi_service/test/sample/ |
H A D | dcamera_hdf_demo.cpp | 387 SetStreamInfo(secondStreamInfo, streamCustomerVideo_, STREAM_ID_VIDEO, intent); in CreateStreams() 483 if (streamCustomerVideo_ == nullptr) { in StartDualStreams() 484 streamCustomerVideo_ = std::make_shared<StreamCustomer>(); in StartDualStreams() 531 if (streamCustomerVideo_ == nullptr) { in StartVideoStream() 532 streamCustomerVideo_ = std::make_shared<StreamCustomer>(); in StartVideoStream() 538 rc = CreateStreamInfo(STREAM_ID_VIDEO, streamCustomerVideo_, OHOS::HDI::Camera::V1_0::VIDEO); in StartVideoStream()
|
H A D | dcamera_hdf_demo.h | 163 std::shared_ptr<StreamCustomer> streamCustomerVideo_ = nullptr; member in OHOS::DistributedHardware::DcameraHdfDemo
|