Home
last modified time | relevance | path

Searched refs:cJSON_CreateObject (Results 1 – 14 of 14) sorted by relevance

/OK3568_Linux_fs/external/rk_pcba_test/cJSON/
H A DcJSON.h92 extern cJSON *cJSON_CreateObject(void);
H A DcJSON.c545 cJSON *cJSON_CreateObject(void) {cJSON *item=cJSON_New_Item();if(item)item->type=cJSON_Object;r… in cJSON_CreateObject() function
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/iq_parser_v2/j2s/
H A Dj2s.cpp165 root = RkCam::cJSON_CreateObject(); in _j2s_enum_to_json()
186 root = cJSON_CreateObject(); in j2s_enums_to_json()
570 root = cJSON_CreateObject(); in _j2s_struct_to_json()
766 item = cJSON_CreateObject(); in j2s_json_to_array_with_index()
H A DcJSON_Utils.cpp1108 patch = cJSON_CreateObject(); in compose_patch()
1338 target = cJSON_CreateObject(); in merge_patch()
1413 patch = cJSON_CreateObject(); in generate_merge_patch()
H A Dj2s_utils.cpp599 json = cJSON_CreateObject(); in j2s_dump_structs()
H A DcJSON.cpp2170 cJSON *object_item = cJSON_CreateObject(); in cJSON_AddObjectToObject()
2533 CJSON_PUBLIC(cJSON *) cJSON_CreateObject(void) in cJSON_CreateObject() function
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/tools/j2s4b/src/j2s4b/
H A Dj2s.cpp259 root = RkCam::cJSON_CreateObject(); in _j2s_enum_to_json()
279 root = cJSON_CreateObject(); in j2s_enums_to_json()
653 root = cJSON_CreateObject(); in _j2s_struct_to_json()
970 item = cJSON_CreateObject(); in j2s_json_to_array_with_index()
H A Dj2s4b_utils.cpp271 json = cJSON_CreateObject(); in j2s_dump_structs()
/OK3568_Linux_fs/app/lvgl_demo/cJSON/
H A DcJSON.h204 CJSON_PUBLIC(cJSON *) cJSON_CreateObject(void);
H A DcJSON.c2161 cJSON *object_item = cJSON_CreateObject(); in cJSON_AddObjectToObject()
2524 CJSON_PUBLIC(cJSON *) cJSON_CreateObject(void) in cJSON_CreateObject() function
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/include/iq_parser_v2/j2s/
H A DcJSON.h202 CJSON_PUBLIC(cJSON *) cJSON_CreateObject(void);
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/uAPI2/
H A Drk_aiq_user_api2_helper.cpp338 cJSON *ret_item = cJSON_CreateObject(); in rkaiq_uapi_rpc_response()
/OK3568_Linux_fs/external/rk_pcba_test/
H A Decho_pcbatest_server.c690 sendJSON = cJSON_CreateObject(); in tcp_command_creat()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/iq_parser_v2/
H A DRkAiqCalibDbV2.cpp908 cJSON* ret_item = cJSON_CreateObject(); in readIQNodeStrFromJstr()