Searched refs:json_buff (Results 1 – 2 of 2) sorted by relevance
418 char* json_buff = NULL; in createSceneCalib() local440 json_buff = j2s_dump_root_struct(&ctx, calibproj); in createSceneCalib()442 if (!json_buff) { in createSceneCalib()447 root_json = cJSON_Parse(json_buff); in createSceneCalib()499 if (json_buff) { in createSceneCalib()500 free(json_buff); in createSceneCalib()
193 char* json_buff = NULL; in json2calibproj() local198 json_buff = (char*)j2s_read_file(jsfile, &json_size); in json2calibproj()199 if (!json_buff) { in json2calibproj()203 base_json = cJSON_Parse(json_buff); in json2calibproj()205 free(json_buff); in json2calibproj()216 free(json_buff); in json2calibproj()228 free(json_buff); in json2calibproj()236 free(json_buff); in json2calibproj()350 char *json_buff = NULL; in calibproj2json() local367 json_buff = j2s_dump_root_struct(&ctx, calibproj); in calibproj2json()[all …]