Searched defs:DB_API (Results 1 - 1 of 1) sorted by relevance

/packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/
H A Ddb_utilities.h33 #define DB_API __declspec(dllexport) macro
36 #define DB_API __declspec(dllimport) macro
38 #define DB_API macro
42 #define DB_API macro
409 DB_API float** db_SetupImageReferences_f(float *im,int w,int h);
418 DB_API float** db_AllocImage_f(int w,int h,int over_allocation=256);
424 DB_API void db_FreeImage_f(float **img,int h);
431 DB_API unsigned char** db_SetupImageReferences_u(unsigned char *im,int w,int h);
440 DB_API unsigned char** db_AllocImage_u(int w,int h,int over_allocation=256);
446 DB_API voi
[all...]

Completed in 213 milliseconds