Searched refs:DEMODRCCameraSurface (Results 1 – 3 of 3) sorted by relevance
24 CAMSurface DEMODRCCameraSurface[2]; variable117 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 …]
30 extern CAMSurface DEMODRCCameraSurface[2];