| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/tools/j2s4b/src/j2s4b/ |
| H A D | j2s4b_utils.cpp | 188 cJSON_Delete(json); in j2s_dump_struct() 204 cJSON_Delete(json); in j2s_modify_struct() 218 cJSON_Delete(json); in j2s_query_struct() 228 cJSON_Delete(json); in j2s_query_struct() 258 cJSON_Delete(json); in j2s_dump_template_struct() 294 cJSON_Delete(json); in j2s_dump_structs()
|
| H A D | j2s.cpp | 694 cJSON_Delete(root); in _j2s_struct_to_json() 1125 cJSON_Delete(json); in _j2s_json_to_obj()
|
| /OK3568_Linux_fs/app/lvgl_demo/cJSON/ |
| H A D | cJSON.c | 253 CJSON_PUBLIC(void) cJSON_Delete(cJSON *item) in cJSON_Delete() function 261 cJSON_Delete(item->child); in cJSON_Delete() 1141 cJSON_Delete(item); in cJSON_ParseWithLengthOpts() 1528 cJSON_Delete(head); in parse_array() 1703 cJSON_Delete(head); in parse_object() 2083 cJSON_Delete(null); in cJSON_AddNullToObject() 2095 cJSON_Delete(true_item); in cJSON_AddTrueToObject() 2107 cJSON_Delete(false_item); in cJSON_AddFalseToObject() 2119 cJSON_Delete(bool_item); in cJSON_AddBoolToObject() 2131 cJSON_Delete(number_item); in cJSON_AddNumberToObject() [all …]
|
| H A D | cJSON.h | 165 CJSON_PUBLIC(void) cJSON_Delete(cJSON *item);
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/iq_parser_v2/j2s/ |
| H A D | cJSON.cpp | 255 CJSON_PUBLIC(void) cJSON_Delete(cJSON *item) in cJSON_Delete() function 263 cJSON_Delete(item->child); in cJSON_Delete() 1150 cJSON_Delete(item); in cJSON_ParseWithLengthOpts() 1537 cJSON_Delete(head); in parse_array() 1712 cJSON_Delete(head); in parse_object() 2092 cJSON_Delete(null); in cJSON_AddNullToObject() 2104 cJSON_Delete(true_item); in cJSON_AddTrueToObject() 2116 cJSON_Delete(false_item); in cJSON_AddFalseToObject() 2128 cJSON_Delete(bool_item); in cJSON_AddBoolToObject() 2140 cJSON_Delete(number_item); in cJSON_AddNumberToObject() [all …]
|
| H A D | j2s_utils.cpp | 512 cJSON_Delete(json); in j2s_dump_struct() 529 cJSON_Delete(json); in j2s_modify_struct() 544 cJSON_Delete(json); in j2s_query_struct() 554 cJSON_Delete(json); in j2s_query_struct() 585 cJSON_Delete(json); in j2s_dump_template_struct() 622 cJSON_Delete(json); in j2s_dump_structs()
|
| H A D | cJSON_Utils.cpp | 806 cJSON_Delete(root->child); in overwrite_item() 901 cJSON_Delete(old_item); in apply_patch() 1031 cJSON_Delete(value); in apply_patch() 1331 cJSON_Delete(target); in merge_patch() 1337 cJSON_Delete(target); in merge_patch() 1468 cJSON_Delete(patch); in generate_merge_patch()
|
| H A D | j2s.cpp | 611 cJSON_Delete(root); in _j2s_struct_to_json() 911 cJSON_Delete(json); in _j2s_json_to_obj()
|
| /OK3568_Linux_fs/external/rk_pcba_test/cJSON/ |
| H A D | cJSON.c | 81 void cJSON_Delete(cJSON *c) in cJSON_Delete() function 87 if (!(c->type&cJSON_IsReference) && c->child) cJSON_Delete(c->child); in cJSON_Delete() 272 if (!end) {cJSON_Delete(c);return 0;} /* parse failure. ep is set. */ in cJSON_ParseWithOpts() 275 if (require_null_terminated) {end=skip(end);if (*end) {cJSON_Delete(c);ep=end;return 0;}} in cJSON_ParseWithOpts() 527 void cJSON_DeleteItemFromArray(cJSON *array,int which) {cJSON_Delete(cJSON_DetachItemFromArray(… in cJSON_DeleteItemFromArray() 529 void cJSON_DeleteItemFromObject(cJSON *object,const char *string) {cJSON_Delete(cJSON_DetachItemF… in cJSON_DeleteItemFromObject() 534 …->child) array->child=newitem; else newitem->prev->next=newitem;c->next=c->prev=0;cJSON_Delete(c);} in cJSON_ReplaceItemInArray() 564 …uestring=cJSON_strdup(item->valuestring); if (!newitem->valuestring) {cJSON_Delete(newitem);return… in cJSON_Duplicate() 565 …newitem->string=cJSON_strdup(item->string); if (!newitem->string) {cJSON_Delete(newitem);return… in cJSON_Duplicate() 573 if (!newchild) {cJSON_Delete(newitem);return 0;} in cJSON_Duplicate()
|
| H A D | cJSON.h | 72 extern void cJSON_Delete(cJSON *c);
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/tools/j2s4b/src/ |
| H A D | main.cpp | 187 RkCam::cJSON_Delete(base_json); in main() 191 RkCam::cJSON_Delete(full_json); in main()
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/uAPI2/ |
| H A D | rk_aiq_user_api2_helper.cpp | 347 cJSON_Delete(ret_json); in rkaiq_uapi_rpc_response() 455 cJSON_Delete(ret_js); in rkaiq_uapi_unified_ctl() 459 cJSON_Delete(cmd_js); in rkaiq_uapi_unified_ctl()
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/iq_parser_v2/scene/ |
| H A D | scene_manager.cpp | 125 cJSON_Delete(base_json); in getSceneIQ() 126 cJSON_Delete(fragment_json); in getSceneIQ() 504 cJSON_Delete(root_json); in createSceneCalib()
|
| /OK3568_Linux_fs/external/rk_pcba_test/ |
| H A D | echo_pcbatest_server.c | 704 cJSON_Delete(sendJSON); in tcp_command_creat() 717 cJSON_Delete(sendJSON); in tcp_command_creat() 805 cJSON_Delete(recvJSON); in tcp_command_parse()
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/iq_parser_v2/ |
| H A D | RkAiqCalibDbV2.cpp | 214 cJSON_Delete(base_json); in json2calibproj() 223 cJSON_Delete(base_json); in json2calibproj() 259 cJSON_Delete(base_json); in json2calibproj() 267 cJSON_Delete(base_json); in json2calibproj() 647 cJSON_Delete(base_json); in applyPatch2() 808 cJSON_Delete(patch); in analyzTuningCalib() 859 cJSON_Delete(base_json); in readIQNode() 919 cJSON_Delete(ret_json); in readIQNodeStrFromJstr() 920 cJSON_Delete(request_json); in readIQNodeStrFromJstr()
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/include/iq_parser_v2/j2s/ |
| H A D | cJSON.h | 163 CJSON_PUBLIC(void) cJSON_Delete(cJSON *item);
|
| /OK3568_Linux_fs/app/lvgl_demo/rk_demo/setting/ |
| H A D | wifi_ui.c | 156 cJSON_Delete(aps); in rk_wifi_state_callback()
|