Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/iq_parser_v2/scene/
H A Dscene_manager.cpp103 if (cJSON_Invalid != item->type) { in getSceneIQ()
115 if (cJSON_Invalid != item->type) { in getSceneIQ()
/OK3568_Linux_fs/app/lvgl_demo/cJSON/
H A DcJSON.h89 #define cJSON_Invalid (0) macro
H A DcJSON.c2010 int new_type = cJSON_Invalid; in add_item_to_object()
2884 return (item->type & 0xFF) == cJSON_Invalid; in cJSON_IsInvalid()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/include/iq_parser_v2/j2s/
H A DcJSON.h84 #define cJSON_Invalid (0) macro
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/iq_parser_v2/j2s/
H A DcJSON.cpp2019 int new_type = cJSON_Invalid; in add_item_to_object()
2897 return (item->type & 0xFF) == cJSON_Invalid; in cJSON_IsInvalid()
H A DcJSON_Utils.cpp848 static const cJSON invalid = { NULL, NULL, NULL, cJSON_Invalid, NULL, 0, 0, NULL}; in apply_patch()