Home
last modified time | relevance | path

Searched refs:cJSON_GetObjectItem (Results 1 – 13 of 13) sorted by relevance

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/tools/j2s4b/src/j2s4b/
H A DRkAiqsceneManager.cpp146 char *name_str = cJSON_GetObjectItem(json_item, "name")->valuestring; in findMainScene()
184 char *name_str = cJSON_GetObjectItem(json_item, "name")->valuestring; in findSubScene()
229 char *name_str = cJSON_GetObjectItem(json_item, "name")->valuestring; in getMainSceneList()
267 char *name_str = cJSON_GetObjectItem(json_item, "name")->valuestring; in getSubSceneList()
/OK3568_Linux_fs/app/lvgl_demo/rk_demo/setting/
H A Dwifi_ui.c242 cJSON_GetObjectItem(sub, "ssid")); in icon_anim_end()
244 cJSON_GetObjectItem(sub, "bssid")); in icon_anim_end()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/uAPI2/
H A Drk_aiq_user_api2_helper.cpp411 if (cJSON_GetObjectItem(arr_item, JSON_PATCH_PATH)->valuestring) { in rkaiq_uapi_unified_ctl()
413 cJSON_GetObjectItem(arr_item, JSON_PATCH_PATH)->valuestring); in rkaiq_uapi_unified_ctl()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/iq_parser_v2/scene/
H A Dscene_manager.cpp243 char *name_str = cJSON_GetObjectItem(json_item, "name")->valuestring; in findMainScene()
281 char *name_str = cJSON_GetObjectItem(json_item, "name")->valuestring; in findSubScene()
/OK3568_Linux_fs/external/rk_pcba_test/cJSON/
H A DcJSON.h79 extern cJSON *cJSON_GetObjectItem(cJSON *object,const char *string);
H A DcJSON.c512 cJSON *cJSON_GetObjectItem(cJSON *object,const char *string) {cJSON *c=object->child; while (c && c… in cJSON_GetObjectItem() function
/OK3568_Linux_fs/app/lvgl_demo/cJSON/
H A DcJSON.h172 CJSON_PUBLIC(cJSON *) cJSON_GetObjectItem(const cJSON * const object, const char * const string);
H A DcJSON.c1908 CJSON_PUBLIC(cJSON *) cJSON_GetObjectItem(const cJSON * const object, const char * const string) in cJSON_GetObjectItem() function
1920 return cJSON_GetObjectItem(object, string) ? 1 : 0; in cJSON_HasObjectItem()
2236 cJSON *to_detach = cJSON_GetObjectItem(object, string); in cJSON_DetachItemFromObject()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/include/iq_parser_v2/j2s/
H A DcJSON.h170 CJSON_PUBLIC(cJSON *) cJSON_GetObjectItem(const cJSON * const object, const char * const string);
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/iq_parser_v2/j2s/
H A DcJSON.cpp1917 CJSON_PUBLIC(cJSON *) cJSON_GetObjectItem(const cJSON * const object, const char * const string) in cJSON_GetObjectItem() function
1929 return cJSON_GetObjectItem(object, string) ? 1 : 0; in cJSON_HasObjectItem()
2245 cJSON *to_detach = cJSON_GetObjectItem(object, string); in cJSON_DetachItemFromObject()
H A DcJSON_Utils.cpp742 return cJSON_GetObjectItem(object, name); in get_object_item()
/OK3568_Linux_fs/external/rk_pcba_test/
H A Decho_pcbatest_server.c774 sub_JSON = cJSON_GetObjectItem(recvJSON , recv_paras[num].name); in tcp_command_parse()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/iq_parser_v2/
H A DRkAiqCalibDbV2.cpp593 cJSON_GetObjectItem(arr_item, JSON_PATCH_PATH)->valuestring); in applyPatch2()
782 cJSON_GetObjectItem(arr_item, JSON_PATCH_PATH)->valuestring); in analyzChange()
905 char* path_str = cJSON_GetObjectItem(arr_item, JSON_PATCH_PATH)->valuestring; in readIQNodeStrFromJstr()