Searched refs:streamCustomerVideo_ (Results 1 – 10 of 10) sorted by relevance
/test/xts/hats/hdf/camera/cameraHdi/v4l2/include/ |
D | camera_video_test.h | 37 std::shared_ptr<StreamCustomer> streamCustomerVideo_ = nullptr; variable
|
D | usb_camera_test_mult.h | 58 std::shared_ptr<StreamCustomer> streamCustomerVideo_ = nullptr; variable
|
D | test_display.h | 106 std::shared_ptr<StreamCustomer> streamCustomerVideo_ = nullptr; variable
|
/test/xts/hats/hdf/camera/cameraHdi/v4l2/src/ |
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();
|
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_->CreateProduce… in DefaultInfosVideo() 244 … streamCustomerVideo_->ReceiveFrameOn([this](const unsigned char *addr, const uint32_t size) { in StartCapture() 262 streamCustomerVideo_->ReceiveFrameOff(); in StopStream()
|
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() 680 streamCustomerVideo_->ReceiveFrameOff(); in StopStream()
|
D | double_preview_test.cpp | 141 display_->streamCustomerVideo_->ReceiveFrameOff(); in StopStream()
|
D | usb_camera_test.cpp | 1059 if (display_->streamCustomerVideo_ == nullptr) { 1060 display_->streamCustomerVideo_ = std::make_shared<StreamCustomer>(); 1071 …InfoVideo.bufferQueue_ = new BufferProducerSequenceable(display_->streamCustomerVideo_->CreateProd…
|
/test/xts/dcts/distributedhardware/distributedcameratest/ |
D | dcamera_hdf_demo.h | 161 std::shared_ptr<StreamCustomer> streamCustomerVideo_ = nullptr; variable
|
D | dcamera_hdf_demo.cpp | 391 SetStreamInfo(secondStreamInfo, streamCustomerVideo_, STREAM_ID_VIDEO, intent); in CreateStreams() 484 if (streamCustomerVideo_ == nullptr) { in StartDualStreams() 485 streamCustomerVideo_ = std::make_shared<StreamCustomer>(); in StartDualStreams() 529 if (streamCustomerVideo_ == nullptr) { in StartVideoStream() 530 streamCustomerVideo_ = std::make_shared<StreamCustomer>(); in StartVideoStream() 536 … rc = CreateStreamInfo(STREAM_ID_VIDEO, streamCustomerVideo_, OHOS::HDI::Camera::V1_0::VIDEO); in StartVideoStream()
|