/drivers/peripheral/camera/test/ut/v4l2/ |
H A D | camera_capture_test.cpp | 282 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 D | camera_video_test.h | 29 void SetStreamInfo(StreamInfo &streamInfo, const std::shared_ptr<StreamCustomer> &streamCustomer,
|
H A D | double_preview_test.h | 37 const std::shared_ptr<StreamCustomer> &streamCustomer,
|
H A D | meta_data_test.h | 31 void SetStreamInfo(StreamInfo &streamInfo, const std::shared_ptr<StreamCustomer> &streamCustomer,
|
H A D | double_preview_test.cpp | 37 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 D | camera_video_test.cpp | 34 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 D | meta_data_test.cpp | 59 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 D | ohos_camera_demo_3a.h | 94 const std::shared_ptr<StreamCustomer>& streamCustomer, 98 RetCode CreateStream(const int streamId, std::shared_ptr<StreamCustomer> &streamCustomer,
|
H A D | ohos_camera_demo_3a.cpp | 27 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 D | ohos_camera_demo.h | 95 const std::shared_ptr<StreamCustomer>& streamCustomer, 99 RetCode CreateStream(const int streamId, std::shared_ptr<StreamCustomer> &streamCustomer,
|
H A D | ohos_camera_demo.cpp | 32 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 D | dcamera_hdf_demo.h | 121 const std::shared_ptr<StreamCustomer>& streamCustomer, 146 RetCode CreateStreamInfo(const int streamId, std::shared_ptr<StreamCustomer> &streamCustomer,
|
H A D | dcamera_hdf_demo.cpp | 35 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
|