Home
last modified time | relevance | path

Searched refs:sInstance (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/rga/RK356X/include/
H A DRgaSingleton.h35 TYPE* instance = sInstance; in getInstance()
38 sInstance = instance; in getInstance()
45 return sInstance != nullptr; in hasInstance()
56 static TYPE* sInstance; variable
66 template<> TYPE* ::Singleton< TYPE >::sInstance(nullptr); /* NOLINT */ \
/OK3568_Linux_fs/external/rknpu2/examples/rknn_yolov5_android_apk_demo/app/src/main/cpp/rga/
H A DRgaSingleton.h35 TYPE* instance = sInstance; in getInstance()
38 sInstance = instance; in getInstance()
45 return sInstance != nullptr; in hasInstance()
56 static TYPE* sInstance; variable
66 template<> TYPE* ::Singleton< TYPE >::sInstance(nullptr); /* NOLINT */ \
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/rga/RK3588/include/
H A DRgaSingleton.h35 TYPE* instance = sInstance; in getInstance()
38 sInstance = instance; in getInstance()
45 return sInstance != nullptr; in hasInstance()
56 static TYPE* sInstance; variable
66 template<> TYPE* ::Singleton< TYPE >::sInstance(nullptr); /* NOLINT */ \
/OK3568_Linux_fs/external/linux-rga/include/
H A DRgaSingleton.h35 TYPE* instance = sInstance; in getInstance()
38 sInstance = instance; in getInstance()
45 return sInstance != nullptr; in hasInstance()
56 static TYPE* sInstance; variable
66 template<> TYPE* ::Singleton< TYPE >::sInstance(nullptr); /* NOLINT */ \
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/rga/RV110X/include/
H A DRgaSingleton.h35 TYPE* instance = sInstance; in getInstance()
38 sInstance = instance; in getInstance()
45 return sInstance != nullptr; in hasInstance()
56 static TYPE* sInstance; variable
66 template<> TYPE* ::Singleton< TYPE >::sInstance(nullptr); /* NOLINT */ \