Change namespace from renderscriptCpp to RSC

Change-Id: I6c40a91d3afad8411d0ad49088a8e52c251b7038
diff --git a/cpp/BaseObj.cpp b/cpp/BaseObj.cpp
index 4a9faac..bb92bce 100644
--- a/cpp/BaseObj.cpp
+++ b/cpp/BaseObj.cpp
@@ -19,7 +19,7 @@
 #include "RenderScript.h"
 
 using namespace android;
-using namespace renderscriptCpp;
+using namespace RSC;
 
 void * BaseObj::getID() const {
     if (mID == NULL) {