Home
last modified time | relevance | path

Searched refs:CameraCaptureVideo (Results 1 – 2 of 2) sorted by relevance

/foundation/multimedia/camera_framework/interfaces/inner_api/native/test/
Dcamera_capture_video.cpp89 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 CameraCaptureVideo
215 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 …]
Dcamera_capture_video.h28 class CameraCaptureVideo {
44 CameraCaptureVideo();
45 virtual ~CameraCaptureVideo() = default;