Searched refs:cJSONUtils_GetPointer (Results 1 – 6 of 6) sorted by relevance
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/tools/j2s4b/src/j2s4b/ |
| H A D | RkAiqsceneManager.cpp | 62 first_sub_scene_list = cJSONUtils_GetPointer(main_first, "/sub_scene"); in mergeMainMultiScene() 81 cJSON *sub_scene_list = cJSONUtils_GetPointer(json_item, "/sub_scene"); in mergeMainMultiScene() 102 main_scene_list_json = cJSONUtils_GetPointer(base_json, "/main_scene"); in mergeMultiSceneIQ() 130 main_scene_json = cJSONUtils_GetPointer(base_json, "/main_scene"); in findMainScene() 168 sub_scene_json = cJSONUtils_GetPointer(main_json, "/sub_scene"); in findSubScene() 213 main_scene_json = cJSONUtils_GetPointer(root_js, "/main_scene"); in getMainSceneList() 251 sub_scene_json = cJSONUtils_GetPointer(main_js, "/sub_scene"); in getSubSceneList()
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/iq_parser_v2/scene/ |
| H A D | scene_manager.cpp | 227 main_scene_json = cJSONUtils_GetPointer(base_json, "/main_scene"); in findMainScene() 265 sub_scene_json = cJSONUtils_GetPointer(main_json, "/sub_scene"); in findSubScene() 354 first_sub_scene_list = cJSONUtils_GetPointer(main_first, "/sub_scene"); in mergeMainMultiScene() 373 cJSON *sub_scene_list = cJSONUtils_GetPointer(json_item, "/sub_scene"); in mergeMainMultiScene() 394 main_scene_list_json = cJSONUtils_GetPointer(base_json, "/main_scene"); in mergeMultiSceneIQ() 468 calib_json = cJSONUtils_GetPointer(scene_json, "scene_isp20"); in createSceneCalib() 470 calib_json = cJSONUtils_GetPointer(scene_json, "scene_isp21"); in createSceneCalib() 472 calib_json = cJSONUtils_GetPointer(scene_json, "scene_isp30"); in createSceneCalib() 474 calib_json = cJSONUtils_GetPointer(scene_json, "scene_isp32"); in createSceneCalib()
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/include/iq_parser_v2/j2s/ |
| H A D | cJSON_Utils.h | 32 CJSON_PUBLIC(cJSON *) cJSONUtils_GetPointer(cJSON * const object, const char *pointer);
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/uAPI2/ |
| H A D | rk_aiq_user_api2_helper.cpp | 332 node_json = cJSONUtils_GetPointer(root_js, sub_node); in rkaiq_uapi_rpc_response()
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/iq_parser_v2/j2s/ |
| H A D | cJSON_Utils.cpp | 353 CJSON_PUBLIC(cJSON *) cJSONUtils_GetPointer(cJSON * const object, const char *pointer) in cJSONUtils_GetPointer() function
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/iq_parser_v2/ |
| H A D | RkAiqCalibDbV2.cpp | 854 cJSON *node_json = cJSONUtils_GetPointer(base_json, node_path); in readIQNode()
|