Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/iq_parser_v2/scene/
H A Dscene_manager.cpp418 char* json_buff = NULL; in createSceneCalib() local
440 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()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/iq_parser_v2/
H A DRkAiqCalibDbV2.cpp193 char* json_buff = NULL; in json2calibproj() local
198 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() local
367 json_buff = j2s_dump_root_struct(&ctx, calibproj); in calibproj2json()
[all …]