Home
last modified time | relevance | path

Searched refs:root_js (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/tools/j2s4b/src/j2s4b/
H A DRkAiqsceneManager.cpp203 RkAiqsceneManager::getMainSceneList(cJSON *root_js) { in getMainSceneList() argument
208 if (!root_js) { in getMainSceneList()
213 main_scene_json = cJSONUtils_GetPointer(root_js, "/main_scene"); in getMainSceneList()
279 RkAiqsceneManager::expandAllScene(cJSON *root_js) { in expandAllScene() argument
280 if (!root_js) { in expandAllScene()
286 cJSON *RkAiqsceneManager::splitScene(cJSON *root_js, const char *main_scene, in splitScene() argument
291 if (!root_js || !main_scene || !sub_scene) { in splitScene()
298 new_json = cJSON_Duplicate(root_js, 1); in splitScene()
H A DRkAiqsceneManager.h35 static cJSON *splitScene(cJSON *root_js, const char *main_scene,
38 static std::map<std::string, cJSON *> expandAllScene(cJSON *root_js);
39 static std::map<std::string, cJSON *> getMainSceneList(cJSON *root_js);
40 static std::map<std::string, cJSON *> getSubSceneList(cJSON *root_js,
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/uAPI2/
H A Drk_aiq_user_api2_helper.cpp316 char *rkaiq_uapi_rpc_response(const char *cmd_path, cJSON *root_js, in rkaiq_uapi_rpc_response() argument
324 if (!root_js || !sub_node) { in rkaiq_uapi_rpc_response()
330 node_json = root_js; in rkaiq_uapi_rpc_response()
332 node_json = cJSONUtils_GetPointer(root_js, sub_node); in rkaiq_uapi_rpc_response()
337 if (root_js) { in rkaiq_uapi_rpc_response()