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 D | RkAiqsceneManager.cpp | 310 cJSON_DetachItemViaPointer(new_json, mScene.second); in splitScene()
|
| H A D | j2s.cpp | 1063 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 D | j2s.cpp | 849 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 D | cJSON.cpp | 2192 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 D | cJSON.h | 233 CJSON_PUBLIC(cJSON *) cJSON_DetachItemViaPointer(cJSON *parent, cJSON * const item);
|
| H A D | cJSON.c | 2183 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 D | cJSON.h | 231 CJSON_PUBLIC(cJSON *) cJSON_DetachItemViaPointer(cJSON *parent, cJSON * const item);
|