1 #ifndef RKAIQ_TOOL_IMGPROC_H_ 2 #define RKAIQ_TOOL_IMGPROC_H_ 3 4 #include "rk_aiq_user_api_imgproc.h" 5 extern "C" { 6 int setGrayMode(rk_aiq_sys_ctx_t* ctx, char* data); 7 8 int getGrayMode(rk_aiq_sys_ctx_t* ctx); 9 } 10 11 #endif // _TOOL_RKAIQ_API_IMGPROC_H_ 12