Home
last modified time | relevance | path

Searched refs:streamCustomerVideo_ (Results 1 - 18 of 18) sorted by relevance

/drivers/peripheral/camera/test/ut/v4l2/
H A Dcamera_video_test.h37 std::shared_ptr<StreamCustomer> streamCustomerVideo_ = nullptr; member in CameraVideoTest
H A Dmeta_data_test.h51 std::shared_ptr<StreamCustomer> streamCustomerVideo_ = nullptr; member in MetaDataTest
H A Dusb_camera_test_mult.h58 std::shared_ptr<StreamCustomer> streamCustomerVideo_ = nullptr; member in UtestUSBCameraTestMult
H A Dusb_camera_test_mult.cpp80 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 Dmeta_data_test.cpp101 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 Dcamera_video_test.cpp82 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 Dtest_camera_base.cpp545 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 Dtest_camera_base.h105 std::shared_ptr<StreamCustomer> streamCustomerVideo_ = nullptr; member in TestCameraBase
H A Ddouble_preview_test.cpp141 cameraBase_->streamCustomerVideo_->ReceiveFrameOff(); in StopStream()
H A Dusb_camera_test.cpp843 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 Dohos_camera_demo_3a.cpp136 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 Dohos_camera_demo_3a.h141 std::shared_ptr<StreamCustomer> streamCustomerVideo_ = nullptr; member in OHOS::Camera::OhosCameraDemo
/drivers/peripheral/camera/test/demo/
H A Dohos_camera_demo.cpp141 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 Dohos_camera_demo.h137 std::shared_ptr<StreamCustomer> streamCustomerVideo_ = nullptr; member in OHOS::Camera::OhosCameraDemo
/drivers/peripheral/camera/test/ut/usb_camera/
H A Dtest_camera_base.cpp567 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 Dusb_camera_test.cpp844 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 Ddcamera_hdf_demo.cpp387 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 Ddcamera_hdf_demo.h163 std::shared_ptr<StreamCustomer> streamCustomerVideo_ = nullptr; member in OHOS::DistributedHardware::DcameraHdfDemo

Completed in 20 milliseconds