1 #ifndef __BAYERNR_XML2JSON_V1_H__ 2 #define __BAYERNR_XML2JSON_V1_H__ 3 4 #include "RkAiqCalibDbTypes.h" 5 #include "RkAiqCalibDbTypesV2.h" 6 #include "RkAiqCalibDbV2Helper.h" 7 8 int bayernrV1_calibdb_to_calibdbV2(const CalibDb_BayerNr_2_t *pCalibdb, CalibDbV2_BayerNrV1_t *pCalibdbV2, int mode_idx); 9 10 int bayernrV1_calibdbV2_to_calibdb(CalibDbV2_BayerNrV1_t *pCalibdbV2, CalibDb_BayerNr_2_t *pCalibdb, int mode_idx); 11 12 void bayernrV1_calibdbV2_free(CalibDbV2_BayerNrV1_t *pCalibdbV2); 13 14 15 16 #endif 17 18