Home
last modified time | relevance | path

Searched refs:DEMODRCCameraSurface (Results 1 – 3 of 3) sorted by relevance

/CafeSDK-2.12.13-1/system/src/lib/demo/
DdemoDRCCamera.c24 CAMSurface DEMODRCCameraSurface[2]; variable
117 DEMODRCCameraSurface[0].imagePtr = in DEMODRCCameraInit()
120 ASSERT(NULL != DEMODRCCameraSurface[0].imagePtr && "Unable to allocate memory"); in DEMODRCCameraInit()
121 DEMODRCCameraSurface[0].imageSize = CAMERA_YUV_BUFFER_SIZE; in DEMODRCCameraInit()
122 DEMODRCCameraSurface[0].alignment = CAMERA_YUV_BUFFER_ALIGNMENT; in DEMODRCCameraInit()
124 DEMODRCCameraSurface[1].imagePtr = in DEMODRCCameraInit()
127 ASSERT(NULL != DEMODRCCameraSurface[1].imagePtr && "Unable to allocate memory"); in DEMODRCCameraInit()
128 DEMODRCCameraSurface[1].imageSize = CAMERA_YUV_BUFFER_SIZE; in DEMODRCCameraInit()
129 DEMODRCCameraSurface[1].alignment = CAMERA_YUV_BUFFER_ALIGNMENT; in DEMODRCCameraInit()
158 DEMOFree(DEMODRCCameraSurface[0].imagePtr); in DEMODRCCameraShutdown()
[all …]
/CafeSDK-2.12.13-1/system/include/cafe/demo/
DdemoDRCCamera.h30 extern CAMSurface DEMODRCCameraSurface[2];
/CafeSDK-2.12.13-1/system/src/lib/demo/headers/cafe/demo/
DdemoDRCCamera.h30 extern CAMSurface DEMODRCCameraSurface[2];