Home
last modified time | relevance | path

Searched refs:cJSON_Compare (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/tools/j2s4b/src/
H A Dmain.cpp177 RkCam::cJSON_Compare(RkCam::cJSON_Parse((char *)file_data), root_json, 1); in main()
/OK3568_Linux_fs/app/lvgl_demo/cJSON/
H A DcJSON.h255 CJSON_PUBLIC(cJSON_bool) cJSON_Compare(const cJSON * const a, const cJSON * const b, const cJSON_bo…
H A DcJSON.c2977 CJSON_PUBLIC(cJSON_bool) cJSON_Compare(const cJSON * const a, const cJSON * const b, const cJSON_bo… in cJSON_Compare() function
3042 if (!cJSON_Compare(a_element, b_element, case_sensitive)) in cJSON_Compare()
3072 if (!cJSON_Compare(a_element, b_element, case_sensitive)) in cJSON_Compare()
3088 if (!cJSON_Compare(b_element, a_element, case_sensitive)) in cJSON_Compare()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/include/iq_parser_v2/j2s/
H A DcJSON.h253 CJSON_PUBLIC(cJSON_bool) cJSON_Compare(const cJSON * const a, const cJSON * const b, const cJSON_bo…
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/iq_parser_v2/scene/
H A Dscene_manager.cpp94 if (cJSON_Compare(base_json, fragment_json, 1)) { in getSceneIQ()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/iq_parser_v2/j2s/
H A DcJSON.cpp2990 CJSON_PUBLIC(cJSON_bool) cJSON_Compare(const cJSON * const a, const cJSON * const b, const cJSON_bo… in cJSON_Compare() function
3055 if (!cJSON_Compare(a_element, b_element, case_sensitive)) in cJSON_Compare()
3085 if (!cJSON_Compare(a_element, b_element, case_sensitive)) in cJSON_Compare()
3101 if (!cJSON_Compare(b_element, a_element, case_sensitive)) in cJSON_Compare()