Searched refs:streamCustomer (Results 1 – 7 of 7) sorted by relevance
/test/xts/hats/hdf/camera/cameraHdi/v4l2/src/ |
D | camera_capture_test.cpp | 284 std::shared_ptr<StreamCustomer> streamCustomer = std::make_shared<StreamCustomer>(); variable 285 OHOS::sptr<OHOS::IBufferProducer> producer = streamCustomer->CreateProducer(); 290 streamCustomer->ReceiveFrameOn([this](const unsigned char *addr, const uint32_t size) { in __anon713166060102() 319 streamCustomer->ReceiveFrameOff(); 338 std::shared_ptr<StreamCustomer> streamCustomer = std::make_shared<StreamCustomer>(); variable 339 OHOS::sptr<OHOS::IBufferProducer> producer = streamCustomer->CreateProducer(); 344 streamCustomer->ReceiveFrameOn([this](const unsigned char *addr, const uint32_t size) { in __anon713166060202() 373 streamCustomer->ReceiveFrameOff();
|
D | camera_video_test.cpp | 34 …oTest::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>(); variable 528 OHOS::sptr<OHOS::IBufferProducer> producer = streamCustomer->CreateProducer();
|
D | double_preview_test.cpp | 37 const std::shared_ptr<StreamCustomer> &streamCustomer, in SetStreamInfo() argument 53 producer = streamCustomer->CreateProducer(); in SetStreamInfo()
|
/test/xts/hats/hdf/camera/cameraHdi/v4l2/include/ |
D | camera_video_test.h | 29 … void SetStreamInfo(StreamInfo &streamInfo, const std::shared_ptr<StreamCustomer> &streamCustomer,
|
D | double_preview_test.h | 37 const std::shared_ptr<StreamCustomer> &streamCustomer,
|
/test/xts/dcts/distributedhardware/distributedcameratest/ |
D | dcamera_hdf_demo.h | 119 const std::shared_ptr<StreamCustomer>& streamCustomer, 144 RetCode CreateStreamInfo(const int streamId, std::shared_ptr<StreamCustomer> &streamCustomer,
|
D | dcamera_hdf_demo.cpp | 39 const std::shared_ptr<StreamCustomer> &streamCustomer, in SetStreamInfo() argument 51 producer = streamCustomer->CreateProducer(CAPTURE_PREVIEW, nullptr); in SetStreamInfo() 58 …producer = streamCustomer->CreateProducer(CAPTURE_SNAPSHOT, [this](void* addr, const uint32_t size… in SetStreamInfo() 68 … producer = streamCustomer->CreateProducer(CAPTURE_VIDEO, [this](void* addr, const uint32_t size) { in SetStreamInfo() 184 …ameraHdfDemo::CreateStreamInfo(const int streamId, std::shared_ptr<StreamCustomer> &streamCustomer, in CreateStreamInfo() argument 195 SetStreamInfo(streamInfo, streamCustomer, streamId, intent); in CreateStreamInfo()
|