Home
last modified time | relevance | path

Searched refs:OhosCameraDemo (Results 1 - 6 of 6) sorted by relevance

/drivers/peripheral/camera/test/demo_3A/
H A Dohos_camera_demo_3a.cpp20 OhosCameraDemo::OhosCameraDemo() {} in OhosCameraDemo() function in OHOS::Camera::OhosCameraDemo
21 OhosCameraDemo::~OhosCameraDemo() {} in ~OhosCameraDemo()
26 void OhosCameraDemo::SetStreamInfo(StreamInfo& streamInfo, in SetStreamInfo()
65 void OhosCameraDemo::GetStreamOpt() in GetStreamOpt()
82 RetCode OhosCameraDemo::CaptureON(const int streamId, in CaptureON()
145 RetCode OhosCameraDemo::CaptureOff(const int captureId, const CaptureMode mode) in CaptureOff()
177 RetCode OhosCameraDemo::CreateStream(const int streamId, std::shared_ptr<StreamCustomer> &streamCustomer, in CreateStream()
220 RetCode OhosCameraDemo
[all...]
H A Ddemo_3a_main.cpp64 static RetCode PreviewOn(int mode, const std::shared_ptr<OhosCameraDemo>& mainDemo) in PreviewOn()
99 static void PreviewOff(const std::shared_ptr<OhosCameraDemo>& mainDemo) in PreviewOff()
109 static void CaptureTest(const std::shared_ptr<OhosCameraDemo>& mainDemo) in CaptureTest()
128 static void VideoTest(const std::shared_ptr<OhosCameraDemo>& mainDemo) in VideoTest()
148 static void ManuList(const std::shared_ptr<OhosCameraDemo>& mainDemo, in ManuList()
203 auto mainDemo = std::make_shared<OhosCameraDemo>(); in main()
H A Dohos_camera_demo_3a.h63 class OhosCameraDemo { class
65 OhosCameraDemo();
66 ~OhosCameraDemo();
/drivers/peripheral/camera/test/demo/
H A Dohos_camera_demo.cpp20 OhosCameraDemo::OhosCameraDemo() {} in OhosCameraDemo() function in OHOS::Camera::OhosCameraDemo
21 OhosCameraDemo::~OhosCameraDemo() {} in ~OhosCameraDemo()
31 void OhosCameraDemo::SetStreamInfo(StreamInfo& streamInfo, in SetStreamInfo()
70 void OhosCameraDemo::GetStreamOpt() in GetStreamOpt()
87 RetCode OhosCameraDemo::CaptureON(const int streamId, in CaptureON()
150 RetCode OhosCameraDemo::CaptureOff(const int captureId, const CaptureMode mode) in CaptureOff()
182 RetCode OhosCameraDemo::CreateStream(const int streamId, std::shared_ptr<StreamCustomer> &streamCustomer, in CreateStream()
225 RetCode OhosCameraDemo
[all...]
H A Ddemo_main.cpp64 static RetCode PreviewOn(int mode, const std::shared_ptr<OhosCameraDemo>& mainDemo) in PreviewOn()
99 static void PreviewOff(const std::shared_ptr<OhosCameraDemo>& mainDemo) in PreviewOff()
109 static void FlashLightTest(const std::shared_ptr<OhosCameraDemo>& mainDemo) in FlashLightTest()
123 static void OfflineTest(const std::shared_ptr<OhosCameraDemo>& mainDemo) in OfflineTest()
146 static void CaptureTest(const std::shared_ptr<OhosCameraDemo>& mainDemo) in CaptureTest()
165 static void VideoTest(const std::shared_ptr<OhosCameraDemo>& mainDemo) in VideoTest()
185 static void ManuList(const std::shared_ptr<OhosCameraDemo>& mainDemo, in ManuList()
246 auto mainDemo = std::make_shared<OhosCameraDemo>(); in main()
H A Dohos_camera_demo.h63 class OhosCameraDemo { class
65 OhosCameraDemo();
66 ~OhosCameraDemo();

Completed in 8 milliseconds