Searched refs:OhosCameraDemo (Results 1 - 6 of 6) sorted by relevance
/drivers/peripheral/camera/test/demo_3A/ |
H A D | ohos_camera_demo_3a.cpp | 20 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 D | demo_3a_main.cpp | 64 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 D | ohos_camera_demo_3a.h | 63 class OhosCameraDemo { class 65 OhosCameraDemo(); 66 ~OhosCameraDemo();
|
/drivers/peripheral/camera/test/demo/ |
H A D | ohos_camera_demo.cpp | 20 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 D | demo_main.cpp | 64 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 D | ohos_camera_demo.h | 63 class OhosCameraDemo { class 65 OhosCameraDemo(); 66 ~OhosCameraDemo();
|
Completed in 8 milliseconds