Searched refs:streamCustomer (Results 1 - 7 of 7) sorted by relevance
/test/xts/hats/hdf/camera/cameraHdi/v4l2/src/ |
H A D | camera_capture_test.cpp | 284 std::shared_ptr<StreamCustomer> streamCustomer = std::make_shared<StreamCustomer>(); in HWTEST_F() local 285 OHOS::sptr<OHOS::IBufferProducer> producer = streamCustomer->CreateProducer(); in HWTEST_F() 290 streamCustomer->ReceiveFrameOn([this](const unsigned char *addr, const uint32_t size) { in HWTEST_F() 319 streamCustomer->ReceiveFrameOff(); in HWTEST_F() 338 std::shared_ptr<StreamCustomer> streamCustomer = std::make_shared<StreamCustomer>(); in HWTEST_F() local 339 OHOS::sptr<OHOS::IBufferProducer> producer = streamCustomer->CreateProducer(); in HWTEST_F() 344 streamCustomer->ReceiveFrameOn([this](const unsigned char *addr, const uint32_t size) { in HWTEST_F() 373 streamCustomer->ReceiveFrameOff(); in HWTEST_F()
|
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() 527 std::shared_ptr<StreamCustomer> streamCustomer = std::make_shared<StreamCustomer>(); in HWTEST_F() local 528 OHOS::sptr<OHOS::IBufferProducer> producer = streamCustomer->CreateProducer(); in HWTEST_F()
|
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
|
/test/xts/hats/hdf/camera/cameraHdi/v4l2/include/ |
H A D | double_preview_test.h | 37 const std::shared_ptr<StreamCustomer> &streamCustomer,
|
H A D | camera_video_test.h | 29 void SetStreamInfo(StreamInfo &streamInfo, const std::shared_ptr<StreamCustomer> &streamCustomer,
|
/test/xts/dcts/distributedhardware/distributedcameratest/ |
H A D | dcamera_hdf_demo.h | 120 const std::shared_ptr<StreamCustomer>& streamCustomer,
145 RetCode CreateStreamInfo(const int streamId, std::shared_ptr<StreamCustomer> &streamCustomer,
|
H A D | dcamera_hdf_demo.cpp | 40 const std::shared_ptr<StreamCustomer> &streamCustomer,
in SetStreamInfo() 52 producer = streamCustomer->CreateProducer(CAPTURE_PREVIEW, nullptr);
in SetStreamInfo() 59 producer = streamCustomer->CreateProducer(CAPTURE_SNAPSHOT, [this](void* addr, const uint32_t size) {
in SetStreamInfo() 69 producer = streamCustomer->CreateProducer(CAPTURE_VIDEO, [this](void* addr, const uint32_t size) {
in SetStreamInfo() 185 RetCode DcameraHdfDemo::CreateStreamInfo(const int streamId, std::shared_ptr<StreamCustomer> &streamCustomer,
in CreateStreamInfo() argument 196 SetStreamInfo(streamInfo, streamCustomer, streamId, intent);
in CreateStreamInfo() 39 SetStreamInfo(StreamInfo& streamInfo, const std::shared_ptr<StreamCustomer> &streamCustomer, const int streamId, const StreamIntent intent) SetStreamInfo() argument
|
Completed in 7 milliseconds