Home
last modified time | relevance | path

Searched refs:CAMHandle (Results 1 – 4 of 4) sorted by relevance

/CafeSDK-2.12.13-1/system/include/cafe/camera/
Dcamera.h84 typedef int CAMHandle; typedef
235 CAMHandle CAMInit(CAMERA_INSTANCE instance, CAMSetupInfo *pSetup, int *err);
242 void CAMExit(CAMHandle hCam);
250 int CAMOpen(CAMHandle hCam);
258 int CAMClose(CAMHandle hCam);
275 int CAMSubmitTargetSurface(CAMHandle hCam, CAMSurface *surface);
284 int CAMGetState(CAMHandle hCam, CAM_STATE state, int *pVal);
294 int CAMGetStateInfo(CAMHandle hCam, CAM_STATE state, CAMStateInfo *pInfo);
303 int CAMSetState(CAMHandle hCam, CAM_STATE state, int *pVal);
/CafeSDK-2.12.13-1/system/include/cafe/demo/
DdemoDRCCamera.h42 extern CAMHandle DEMOCameraHandle;
/CafeSDK-2.12.13-1/system/src/lib/demo/headers/cafe/demo/
DdemoDRCCamera.h42 extern CAMHandle DEMOCameraHandle;
/CafeSDK-2.12.13-1/system/src/lib/demo/
DdemoDRCCamera.c29 CAMHandle DEMOCameraHandle;