Lines Matching defs:StreamCustomer
20 StreamCustomer::StreamCustomer() {}
21 StreamCustomer::~StreamCustomer() {}
23 void StreamCustomer::CamFrame(const std::function<void(void*, uint32_t)> callback)
72 std::shared_ptr<OHOS::Surface> StreamCustomer::CreateProducer()
74 sptr<OHOS::IBufferProducer> StreamCustomer::CreateProducer()
101 RetCode StreamCustomer::ReceiveFrameOn(const std::function<void(void*, uint32_t)> callback)
107 previewThreadId_ = new (std::nothrow) std::thread(&StreamCustomer::CamFrame, this, callback);
120 void StreamCustomer::ReceiveFrameOff()