Searched refs:CameraCaptureVideo (Results 1 – 2 of 2) sorted by relevance
89 static void Usage(std::shared_ptr<CameraCaptureVideo> testObj) in Usage()101 static char PutMenuAndGetChr(std::shared_ptr<CameraCaptureVideo> &testObj) in PutMenuAndGetChr()114 static int32_t SwitchMode(std::shared_ptr<CameraCaptureVideo> testObj, State state) in SwitchMode()126 static void DisplayMenu(std::shared_ptr<CameraCaptureVideo> testObj) in DisplayMenu()198 CameraCaptureVideo::CameraCaptureVideo() in CameraCaptureVideo() function in CameraCaptureVideo215 int32_t CameraCaptureVideo::TakePhoto() in TakePhoto()233 int32_t CameraCaptureVideo::RecordVideo() in RecordVideo()259 void CameraCaptureVideo::Release() in Release()290 int32_t CameraCaptureVideo::InitCameraManager() in InitCameraManager()307 int32_t CameraCaptureVideo::InitCameraFormatAndResolution(sptr<CameraInput> &cameraInput) in InitCameraFormatAndResolution()[all …]
28 class CameraCaptureVideo {44 CameraCaptureVideo();45 virtual ~CameraCaptureVideo() = default;