Searched refs:calib_camgroup (Results 1 – 2 of 2) sorted by relevance
66 static int CamCalibDbCamgroupFree(CamCalibDbCamgroup_t* calib_camgroup);
328 CamCalibDbCamgroup_t* calib_camgroup = in createCalibDbCamgroup() local330 ret = j2s_json_file_to_root_struct(&ctx, jsfile, calib_camgroup); in createCalibDbCamgroup()334 CamCalibDbCamgroupFree(calib_camgroup); in createCalibDbCamgroup()338 return calib_camgroup; in createCalibDbCamgroup()341 int RkAiqCalibDbV2::CamCalibDbCamgroupFree(CamCalibDbCamgroup_t* calib_camgroup) in CamCalibDbCamgroupFree() argument343 if (calib_camgroup) in CamCalibDbCamgroupFree()344 free(calib_camgroup); in CamCalibDbCamgroupFree()