Home
last modified time | relevance | path

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

/test/xts/hats/hdf/camera/cameraHdi/v4l2/src/
H A Dcamera_capture_test.cpp284 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 Dcamera_video_test.cpp34 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 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
/test/xts/hats/hdf/camera/cameraHdi/v4l2/include/
H A Ddouble_preview_test.h37 const std::shared_ptr<StreamCustomer> &streamCustomer,
H A Dcamera_video_test.h29 void SetStreamInfo(StreamInfo &streamInfo, const std::shared_ptr<StreamCustomer> &streamCustomer,
/test/xts/dcts/distributedhardware/distributedcameratest/
H A Ddcamera_hdf_demo.h120 const std::shared_ptr<StreamCustomer>& streamCustomer,
145 RetCode CreateStreamInfo(const int streamId, std::shared_ptr<StreamCustomer> &streamCustomer,
H A Ddcamera_hdf_demo.cpp40 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