Home
last modified time | relevance | path

Searched refs:streamCustomer (Results 1 - 13 of 13) sorted by relevance

/drivers/peripheral/camera/test/ut/v4l2/
H A Dcamera_capture_test.cpp282 std::shared_ptr<StreamCustomer> streamCustomer = std::make_shared<StreamCustomer>(); in HWTEST_F() local
283 OHOS::sptr<OHOS::IBufferProducer> producer = streamCustomer->CreateProducer(); in HWTEST_F()
288 streamCustomer->ReceiveFrameOn([this](const unsigned char *addr, const uint32_t size) { in HWTEST_F()
317 streamCustomer->ReceiveFrameOff(); in HWTEST_F()
336 std::shared_ptr<StreamCustomer> streamCustomer = std::make_shared<StreamCustomer>(); in HWTEST_F() local
337 OHOS::sptr<OHOS::IBufferProducer> producer = streamCustomer->CreateProducer(); in HWTEST_F()
342 streamCustomer->ReceiveFrameOn([this](const unsigned char *addr, const uint32_t size) { in HWTEST_F()
371 streamCustomer->ReceiveFrameOff(); in HWTEST_F()
H A Dcamera_video_test.h29 void SetStreamInfo(StreamInfo &streamInfo, const std::shared_ptr<StreamCustomer> &streamCustomer,
H A Ddouble_preview_test.h37 const std::shared_ptr<StreamCustomer> &streamCustomer,
H A Dmeta_data_test.h31 void SetStreamInfo(StreamInfo &streamInfo, const std::shared_ptr<StreamCustomer> &streamCustomer,
H A Ddouble_preview_test.cpp37 const std::shared_ptr<StreamCustomer> &streamCustomer, in SetStreamInfo()
53 producer = streamCustomer->CreateProducer(); in SetStreamInfo()
36 SetStreamInfo(StreamInfo &streamInfo, const std::shared_ptr<StreamCustomer> &streamCustomer, const int streamId, const StreamIntent intent) SetStreamInfo() argument
H A Dcamera_video_test.cpp34 void CameraVideoTest::SetStreamInfo(StreamInfo &streamInfo, const std::shared_ptr<StreamCustomer> &streamCustomer, in SetStreamInfo() argument
60 producer = streamCustomer->CreateProducer(); in SetStreamInfo()
526 std::shared_ptr<StreamCustomer> streamCustomer = std::make_shared<StreamCustomer>(); in HWTEST_F() local
527 OHOS::sptr<OHOS::IBufferProducer> producer = streamCustomer->CreateProducer(); in HWTEST_F()
H A Dmeta_data_test.cpp59 void MetaDataTest::SetStreamInfo(StreamInfo &streamInfo, const std::shared_ptr<StreamCustomer> &streamCustomer, in SetStreamInfo() argument
78 producer = streamCustomer->CreateProducer(); in SetStreamInfo()
/drivers/peripheral/camera/test/demo_3A/
H A Dohos_camera_demo_3a.h94 const std::shared_ptr<StreamCustomer>& streamCustomer,
98 RetCode CreateStream(const int streamId, std::shared_ptr<StreamCustomer> &streamCustomer,
H A Dohos_camera_demo_3a.cpp27 const std::shared_ptr<StreamCustomer> &streamCustomer, in SetStreamInfo()
59 producer = streamCustomer->CreateProducer(); in SetStreamInfo()
177 RetCode OhosCameraDemo::CreateStream(const int streamId, std::shared_ptr<StreamCustomer> &streamCustomer, in CreateStream() argument
191 SetStreamInfo(streamInfo, streamCustomer, streamId, intent); in CreateStream()
26 SetStreamInfo(StreamInfo& streamInfo, const std::shared_ptr<StreamCustomer> &streamCustomer, const int streamId, const StreamIntent intent) SetStreamInfo() argument
/drivers/peripheral/camera/test/demo/
H A Dohos_camera_demo.h95 const std::shared_ptr<StreamCustomer>& streamCustomer,
99 RetCode CreateStream(const int streamId, std::shared_ptr<StreamCustomer> &streamCustomer,
H A Dohos_camera_demo.cpp32 const std::shared_ptr<StreamCustomer> &streamCustomer, in SetStreamInfo()
64 producer = streamCustomer->CreateProducer(); in SetStreamInfo()
182 RetCode OhosCameraDemo::CreateStream(const int streamId, std::shared_ptr<StreamCustomer> &streamCustomer, in CreateStream() argument
196 SetStreamInfo(streamInfo, streamCustomer, streamId, intent); in CreateStream()
31 SetStreamInfo(StreamInfo& streamInfo, const std::shared_ptr<StreamCustomer> &streamCustomer, const int streamId, const StreamIntent intent) SetStreamInfo() argument
/drivers/peripheral/distributed_camera/hdi_service/test/sample/
H A Ddcamera_hdf_demo.h121 const std::shared_ptr<StreamCustomer>& streamCustomer,
146 RetCode CreateStreamInfo(const int streamId, std::shared_ptr<StreamCustomer> &streamCustomer,
H A Ddcamera_hdf_demo.cpp35 const std::shared_ptr<StreamCustomer> &streamCustomer, in SetStreamInfo()
47 producer = streamCustomer->CreateProducer(CAPTURE_PREVIEW, nullptr); in SetStreamInfo()
54 producer = streamCustomer->CreateProducer(CAPTURE_SNAPSHOT, [this](void* addr, const uint32_t size) { in SetStreamInfo()
64 producer = streamCustomer->CreateProducer(CAPTURE_VIDEO, [this](void* addr, const uint32_t size) { in SetStreamInfo()
173 RetCode DcameraHdfDemo::CreateStreamInfo(const int streamId, std::shared_ptr<StreamCustomer> &streamCustomer, in CreateStreamInfo() argument
185 SetStreamInfo(streamInfo, streamCustomer, streamId, intent); in CreateStreamInfo()
34 SetStreamInfo(StreamInfo& streamInfo, const std::shared_ptr<StreamCustomer> &streamCustomer, const int streamId, const StreamIntent intent) SetStreamInfo() argument

Completed in 10 milliseconds