OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:DB_API
(Results
1 - 2
of
2
) sorted by null
/development/perftests/panorama/feature_stab/db_vlvm/
db_utilities.h
33
#define
DB_API
__declspec(dllexport)
36
#define
DB_API
__declspec(dllimport)
38
#define
DB_API
42
#define
DB_API
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
void db_FreeImage_u(unsigned char **img,int h)
[
all
...]
/packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/
db_utilities.h
33
#define
DB_API
__declspec(dllexport)
36
#define
DB_API
__declspec(dllimport)
38
#define
DB_API
42
#define
DB_API
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
void db_FreeImage_u(unsigned char **img,int h)
[
all
...]
Completed in 358 milliseconds