Searched refs:streamCustomerVideo_ (Results 1 - 10 of 10) sorted by relevance
/test/xts/hats/hdf/camera/cameraHdi/v4l2/src/ |
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() 435 display_->streamCustomerVideo_->ReceiveFrameOff(); in HWTEST_F()
|
H A D | test_display.cpp | 566 if (streamCustomerVideo_ == nullptr) { in StartStream() 567 streamCustomerVideo_ = std::make_shared<StreamCustomer>(); in StartStream() 577 streamInfoVideo.bufferQueue_ = new BufferProducerSequenceable(streamCustomerVideo_->CreateProducer()); in StartStream() 658 streamCustomerVideo_->ReceiveFrameOn([this](const unsigned char *addr, const uint32_t size) { in StartCapture() 679 streamCustomerVideo_->ReceiveFrameOff(); in StopStream()
|
H A D | usb_camera_test_mult.cpp | 81 if (streamCustomerVideo_ == nullptr) { in DefaultInfosVideo() 82 streamCustomerVideo_ = std::make_shared<StreamCustomer>(); in DefaultInfosVideo() 92 streamInfoVideo_.bufferQueue_ = new BufferProducerSequenceable(streamCustomerVideo_->CreateProducer()); in DefaultInfosVideo() 244 streamCustomerVideo_->ReceiveFrameOn([this](const unsigned char *addr, const uint32_t size) { in StartCapture() 262 streamCustomerVideo_->ReceiveFrameOff(); in StopStream()
|
H A D | double_preview_test.cpp | 141 display_->streamCustomerVideo_->ReceiveFrameOff(); in StopStream()
|
H A D | usb_camera_test.cpp | 1059 if (display_->streamCustomerVideo_ == nullptr) { in HWTEST_F() 1060 display_->streamCustomerVideo_ = std::make_shared<StreamCustomer>(); in HWTEST_F() 1071 streamInfoVideo.bufferQueue_ = new BufferProducerSequenceable(display_->streamCustomerVideo_->CreateProducer()); in HWTEST_F()
|
/test/xts/hats/hdf/camera/cameraHdi/v4l2/include/ |
H A D | camera_video_test.h | 37 std::shared_ptr<StreamCustomer> streamCustomerVideo_ = nullptr; member in CameraVideoTest
|
H A D | usb_camera_test_mult.h | 58 std::shared_ptr<StreamCustomer> streamCustomerVideo_ = nullptr; member in UtestUSBCameraTestMult
|
H A D | test_display.h | 106 std::shared_ptr<StreamCustomer> streamCustomerVideo_ = nullptr; member in TestDisplay
|
/test/xts/dcts/distributedhardware/distributedcameratest/ |
H A D | dcamera_hdf_demo.cpp | 404 SetStreamInfo(secondStreamInfo, streamCustomerVideo_, STREAM_ID_VIDEO, intent);
in CreateStreams() 497 if (streamCustomerVideo_ == nullptr) {
in StartDualStreams() 498 streamCustomerVideo_ = std::make_shared<StreamCustomer>();
in StartDualStreams() 542 if (streamCustomerVideo_ == nullptr) {
in StartVideoStream() 543 streamCustomerVideo_ = std::make_shared<StreamCustomer>();
in StartVideoStream() 549 rc = CreateStreamInfo(STREAM_ID_VIDEO, streamCustomerVideo_, OHOS::HDI::Camera::V1_0::VIDEO);
in StartVideoStream()
|
H A D | dcamera_hdf_demo.h | 162 std::shared_ptr<StreamCustomer> streamCustomerVideo_ = nullptr;
member in OHOS::DistributedHardware::DcameraHdfDemo
|
Completed in 10 milliseconds