Home
last modified time | relevance | path

Searched refs:StreamCustomer (Results 1 – 17 of 17) sorted by relevance

/test/xts/hats/hdf/camera/cameraHdi/v4l2/src/
Dstream_customer.cpp18 StreamCustomer::StreamCustomer() in StreamCustomer() function in StreamCustomer
20 StreamCustomer::~StreamCustomer() in ~StreamCustomer()
26 void StreamCustomer::CamFrame(const std::function<void(const unsigned char *, uint32_t)> callback) in CamFrame()
51 OHOS::sptr<OHOS::IBufferProducer> StreamCustomer::CreateProducer() in CreateProducer()
70 OHOS::Camera::RetCode StreamCustomer::ReceiveFrameOn( in ReceiveFrameOn()
77 … previewThreadId_ = new (std::nothrow) std::thread(&StreamCustomer::CamFrame, this, callback); in ReceiveFrameOn()
90 void StreamCustomer::ReceiveFrameOff() in ReceiveFrameOff()
Dcamera_preview_test.cpp76 display_->streamCustomerPreview_ = std::make_shared<StreamCustomer>();
194 display_->streamCustomerPreview_ = std::make_shared<StreamCustomer>();
249 display_->streamCustomerPreview_ = std::make_shared<StreamCustomer>();
292 display_->streamCustomerPreview_ = std::make_shared<StreamCustomer>();
346 display_->streamCustomerPreview_ = std::make_shared<StreamCustomer>();
390 display_->streamCustomerPreview_ = std::make_shared<StreamCustomer>();
433 display_->streamCustomerPreview_ = std::make_shared<StreamCustomer>();
477 display_->streamCustomerPreview_ = std::make_shared<StreamCustomer>();
606 display_->streamCustomerPreview_ = std::make_shared<StreamCustomer>();
661 display_->streamCustomerPreview_ = std::make_shared<StreamCustomer>();
[all …]
Dcamera_video_test.cpp34 void CameraVideoTest::SetStreamInfo(StreamInfo &streamInfo, const std::shared_ptr<StreamCustomer> &… in SetStreamInfo()
72 streamCustomerPreview_ = std::make_shared<StreamCustomer>(); in CreateStream()
78 streamCustomerSnapshot_ = std::make_shared<StreamCustomer>(); in CreateStream()
83 streamCustomerVideo_ = std::make_shared<StreamCustomer>(); in CreateStream()
527 std::shared_ptr<StreamCustomer> streamCustomer = std::make_shared<StreamCustomer>();
Ddouble_preview_test.cpp37 const std::shared_ptr<StreamCustomer> &streamCustomer, in SetStreamInfo()
66 streamCustomerPreview_ = std::make_shared<StreamCustomer>(); in CreateStream()
73 streamCustomerPreviewDouble_ = std::make_shared<StreamCustomer>(); in CreateStream()
Dcamera_capture_test.cpp284 std::shared_ptr<StreamCustomer> streamCustomer = std::make_shared<StreamCustomer>();
338 std::shared_ptr<StreamCustomer> streamCustomer = std::make_shared<StreamCustomer>();
Dtest_display.cpp98 streamCustomerPreview_ = std::make_shared<StreamCustomer>(); in StartStreamUpdate()
550 streamCustomerPreview_ = std::make_shared<StreamCustomer>(); in StartStream()
567 streamCustomerVideo_ = std::make_shared<StreamCustomer>(); in StartStream()
585 streamCustomerCapture_ = std::make_shared<StreamCustomer>(); in StartStream()
603 streamCustomerAnalyze_ = std::make_shared<StreamCustomer>(); in StartStream()
Dusb_camera_test.cpp888 display_->streamCustomerPreview_ = std::make_shared<StreamCustomer>();
904 display_->streamCustomerCapture_ = std::make_shared<StreamCustomer>();
1044 display_->streamCustomerPreview_ = std::make_shared<StreamCustomer>();
1060 display_->streamCustomerVideo_ = std::make_shared<StreamCustomer>();
1191 display_->streamCustomerPreview_ = std::make_shared<StreamCustomer>();
1207 display_->streamCustomerCapture_ = std::make_shared<StreamCustomer>();
Dusb_camera_test_mult.cpp62 streamCustomerPreview_ = std::make_shared<StreamCustomer>(); in DefaultInfosPreview()
82 streamCustomerVideo_ = std::make_shared<StreamCustomer>(); in DefaultInfosVideo()
103 streamCustomerCapture_ = std::make_shared<StreamCustomer>(); in DefaultInfosCapture()
/test/xts/dcts/distributedhardware/distributedcameratest/
Dstream_customer.cpp21 StreamCustomer::StreamCustomer() {} in StreamCustomer() function in OHOS::DistributedHardware::StreamCustomer
22 StreamCustomer::~StreamCustomer() {} in ~StreamCustomer()
24 sptr<OHOS::IBufferProducer> StreamCustomer::CreateProducer(CaptureMode mode, in CreateProducer()
Dstream_customer.h74 class StreamCustomer {
76 StreamCustomer();
77 ~StreamCustomer();
Ddcamera_hdf_demo.h119 const std::shared_ptr<StreamCustomer>& streamCustomer,
144 RetCode CreateStreamInfo(const int streamId, std::shared_ptr<StreamCustomer> &streamCustomer,
159 std::shared_ptr<StreamCustomer> streamCustomerPreview_ = nullptr;
160 std::shared_ptr<StreamCustomer> streamCustomerCapture_ = nullptr;
161 std::shared_ptr<StreamCustomer> streamCustomerVideo_ = nullptr;
175 friend class StreamCustomer; variable
Ddcamera_hdf_demo.cpp39 const std::shared_ptr<StreamCustomer> &streamCustomer, in SetStreamInfo()
184 RetCode DcameraHdfDemo::CreateStreamInfo(const int streamId, std::shared_ptr<StreamCustomer> &strea… in CreateStreamInfo()
464 streamCustomerPreview_ = std::make_shared<StreamCustomer>(); in StartDualStreams()
472 streamCustomerCapture_ = std::make_shared<StreamCustomer>(); in StartDualStreams()
485 streamCustomerVideo_ = std::make_shared<StreamCustomer>(); in StartDualStreams()
508 streamCustomerCapture_ = std::make_shared<StreamCustomer>(); in StartCaptureStream()
530 streamCustomerVideo_ = std::make_shared<StreamCustomer>(); in StartVideoStream()
553 streamCustomerPreview_ = std::make_shared<StreamCustomer>(); in StartPreviewStream()
/test/xts/hats/hdf/camera/cameraHdi/v4l2/include/
Dcamera_video_test.h29 … void SetStreamInfo(StreamInfo &streamInfo, const std::shared_ptr<StreamCustomer> &streamCustomer,
35 std::shared_ptr<StreamCustomer> streamCustomerPreview_ = nullptr;
36 std::shared_ptr<StreamCustomer> streamCustomerSnapshot_ = nullptr;
37 std::shared_ptr<StreamCustomer> streamCustomerVideo_ = nullptr;
Dstream_customer.h37 class StreamCustomer {
39 StreamCustomer();
40 ~StreamCustomer();
Ddouble_preview_test.h37 const std::shared_ptr<StreamCustomer> &streamCustomer,
44 std::shared_ptr<StreamCustomer> streamCustomerPreview_ = nullptr;
45 std::shared_ptr<StreamCustomer> streamCustomerPreviewDouble_ = nullptr;
Dusb_camera_test_mult.h56 std::shared_ptr<StreamCustomer> streamCustomerPreview_ = nullptr;
57 std::shared_ptr<StreamCustomer> streamCustomerCapture_ = nullptr;
58 std::shared_ptr<StreamCustomer> streamCustomerVideo_ = nullptr;
Dtest_display.h104 std::shared_ptr<StreamCustomer> streamCustomerPreview_ = nullptr;
105 std::shared_ptr<StreamCustomer> streamCustomerCapture_ = nullptr;
106 std::shared_ptr<StreamCustomer> streamCustomerVideo_ = nullptr;
107 std::shared_ptr<StreamCustomer> streamCustomerAnalyze_ = nullptr;