Searched refs:cJSON_GetArrayItem (Results 1 – 10 of 10) sorted by relevance
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/iq_parser_v2/scene/ |
| H A D | scene_manager.cpp | 102 cJSON *item = cJSON_GetArrayItem(base_json, i); in getSceneIQ() 114 cJSON *item = cJSON_GetArrayItem(fragment_json, i); in getSceneIQ() 353 main_first = cJSON_GetArrayItem(main_scene_list, 0); in mergeMainMultiScene() 361 full_param = cJSON_GetArrayItem(first_sub_scene_list, 0); in mergeMainMultiScene()
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/tools/j2s4b/src/j2s4b/ |
| H A D | RkAiqsceneManager.cpp | 61 main_first = cJSON_GetArrayItem(main_scene_list, 0); in mergeMainMultiScene() 69 full_param = cJSON_GetArrayItem(first_sub_scene_list, 0); in mergeMainMultiScene()
|
| H A D | j2s.cpp | 957 index_item = cJSON_GetArrayItem(index_json, i); in j2s_json_to_array_with_index() 981 index_item = cJSON_GetArrayItem(index_json, i); in j2s_json_to_array_with_index() 992 item = cJSON_GetArrayItem(json, i); in j2s_json_to_array_with_index() 1080 item = cJSON_GetArrayItem(root, i); in _j2s_json_to_obj()
|
| /OK3568_Linux_fs/external/rk_pcba_test/cJSON/ |
| H A D | cJSON.h | 77 extern cJSON *cJSON_GetArrayItem(cJSON *array,int item);
|
| H A D | cJSON.c | 511 cJSON *cJSON_GetArrayItem(cJSON *array,int item) {cJSON *c=array->child; while (c && item>0) it… in cJSON_GetArrayItem() function
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/iq_parser_v2/j2s/ |
| H A D | j2s.cpp | 753 index_item = cJSON_GetArrayItem(index_json, i); in j2s_json_to_array_with_index() 777 index_item = cJSON_GetArrayItem(index_json, i); in j2s_json_to_array_with_index() 788 item = cJSON_GetArrayItem(json, i); in j2s_json_to_array_with_index() 866 item = cJSON_GetArrayItem(root, i); in _j2s_json_to_obj()
|
| H A D | cJSON.cpp | 1875 CJSON_PUBLIC(cJSON *) cJSON_GetArrayItem(const cJSON *array, int index) in cJSON_GetArrayItem() function
|
| /OK3568_Linux_fs/app/lvgl_demo/cJSON/ |
| H A D | cJSON.h | 170 CJSON_PUBLIC(cJSON *) cJSON_GetArrayItem(const cJSON *array, int index);
|
| H A D | cJSON.c | 1866 CJSON_PUBLIC(cJSON *) cJSON_GetArrayItem(const cJSON *array, int index) in cJSON_GetArrayItem() function
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/include/iq_parser_v2/j2s/ |
| H A D | cJSON.h | 168 CJSON_PUBLIC(cJSON *) cJSON_GetArrayItem(const cJSON *array, int index);
|