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/
Dcamera_capture_test.cpp284 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();
Dcamera_video_test.cpp34 …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();
Ddouble_preview_test.cpp37 const std::shared_ptr<StreamCustomer> &streamCustomer, in SetStreamInfo() argument
53 producer = streamCustomer->CreateProducer(); in SetStreamInfo()
/test/xts/hats/hdf/camera/cameraHdi/v4l2/include/
Dcamera_video_test.h29 … void SetStreamInfo(StreamInfo &streamInfo, const std::shared_ptr<StreamCustomer> &streamCustomer,
Ddouble_preview_test.h37 const std::shared_ptr<StreamCustomer> &streamCustomer,
/test/xts/dcts/distributedhardware/distributedcameratest/
Ddcamera_hdf_demo.h119 const std::shared_ptr<StreamCustomer>& streamCustomer,
144 RetCode CreateStreamInfo(const int streamId, std::shared_ptr<StreamCustomer> &streamCustomer,
Ddcamera_hdf_demo.cpp39 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()