Home
last modified time | relevance | path

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 DRkAiqsceneManager.cpp62 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 Dscene_manager.cpp227 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 DcJSON_Utils.h32 CJSON_PUBLIC(cJSON *) cJSONUtils_GetPointer(cJSON * const object, const char *pointer);
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/uAPI2/
H A Drk_aiq_user_api2_helper.cpp332 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 DcJSON_Utils.cpp353 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 DRkAiqCalibDbV2.cpp854 cJSON *node_json = cJSONUtils_GetPointer(base_json, node_path); in readIQNode()