Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/include/common/
H A Dpanorama_stitchingApp.h14 #define DLL_PUBLIC __attribute__ ((dllexport)) macro
17 #define DLL_PUBLIC __declspec(dllexport)
21 #define DLL_PUBLIC __attribute__ ((dllimport))
24 #define DLL_PUBLIC
30 #define DLL_PUBLIC __attribute__ ((visibility ("default")))
33 #define DLL_PUBLIC
300 DLL_PUBLIC int RK_PS_setEngine(struct RK_PS_Engine* engine);
303 DLL_PUBLIC int RK_PS_initParams(struct RK_PS_Engine* engine, RK_PS_InitParams* params);
306DLL_PUBLIC int RK_PS_setProjectParams(struct RK_PS_Engine* engine, struct RK_PS_SetProjectParams* …
309DLL_PUBLIC int RK_PS_setFineTuningParams(struct RK_PS_Engine* engine, struct RK_PS_FineTuningParam…
[all …]