Lines Matching refs:DEMODRCCameraSurface
24 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()
159 DEMOFree(DEMODRCCameraSurface[1].imagePtr); in DEMODRCCameraShutdown()