Home
last modified time | relevance | path

Searched refs:cJSON_DetachItemViaPointer (Results 1 – 7 of 7) sorted by relevance

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/tools/j2s4b/src/j2s4b/
H A DRkAiqsceneManager.cpp310 cJSON_DetachItemViaPointer(new_json, mScene.second); in splitScene()
H A Dj2s.cpp1063 cJSON_DetachItemViaPointer(parent, index_json); in _j2s_json_to_obj()
1116 cJSON_DetachItemViaPointer(parent, len_json); in _j2s_json_to_obj()
1124 cJSON_DetachItemViaPointer(parent, json); in _j2s_json_to_obj()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/iq_parser_v2/j2s/
H A Dj2s.cpp849 cJSON_DetachItemViaPointer(parent, index_json); in _j2s_json_to_obj()
902 cJSON_DetachItemViaPointer(parent, len_json); in _j2s_json_to_obj()
910 cJSON_DetachItemViaPointer(parent, json); in _j2s_json_to_obj()
H A DcJSON.cpp2192 CJSON_PUBLIC(cJSON *) cJSON_DetachItemViaPointer(cJSON *parent, cJSON * const item) in cJSON_DetachItemViaPointer() function
2235 return cJSON_DetachItemViaPointer(array, get_array_item(array, (size_t)which)); in cJSON_DetachItemFromArray()
2247 return cJSON_DetachItemViaPointer(object, to_detach); in cJSON_DetachItemFromObject()
2254 return cJSON_DetachItemViaPointer(object, to_detach); in cJSON_DetachItemFromObjectCaseSensitive()
/OK3568_Linux_fs/app/lvgl_demo/cJSON/
H A DcJSON.h233 CJSON_PUBLIC(cJSON *) cJSON_DetachItemViaPointer(cJSON *parent, cJSON * const item);
H A DcJSON.c2183 CJSON_PUBLIC(cJSON *) cJSON_DetachItemViaPointer(cJSON *parent, cJSON * const item) in cJSON_DetachItemViaPointer() function
2226 return cJSON_DetachItemViaPointer(array, get_array_item(array, (size_t)which)); in cJSON_DetachItemFromArray()
2238 return cJSON_DetachItemViaPointer(object, to_detach); in cJSON_DetachItemFromObject()
2245 return cJSON_DetachItemViaPointer(object, to_detach); in cJSON_DetachItemFromObjectCaseSensitive()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/include/iq_parser_v2/j2s/
H A DcJSON.h231 CJSON_PUBLIC(cJSON *) cJSON_DetachItemViaPointer(cJSON *parent, cJSON * const item);