| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/tools/iq_check/src/ |
| H A D | parser.c | 275 DASSERT_MSG(ctx->desc, exit(-1), "desc size too large: %d\n", size); in j2s_handle_comment() 378 DASSERT_MSG(!ctx->struct_obj && !ctx->enum_obj && \ in j2s_parse() 457 DASSERT_MSG(!ctx->depth && !ctx->struct_obj, exit(-1), in j2s_parse() 504 DASSERT_MSG(ctx->depth > 0, exit(-1), in j2s_parse() 534 DASSERT_MSG(!ctx->desc, in j2s_parse() 545 DASSERT_MSG(!ctx->pending_bool, exit(-1), in j2s_parse() 570 DASSERT_MSG(!strrchr(buf, '['), return -1, in j2s_parse() 590 DASSERT_MSG(!strrchr(buf, '*'), return -1, in j2s_parse() 598 DASSERT_MSG(!ptr, exit(-1), in j2s_parse() 604 DASSERT_MSG(ptr, exit(-1), in j2s_parse() [all …]
|
| H A D | tobin.c | 25 DASSERT_MSG(argc > 1, return -1, in main() 34 DASSERT_MSG(fp, return -1, "failed to open %s\n", argv[1]); in main()
|
| H A D | j2s_generated_optim.c | 26 DASSERT_MSG(argc > 1, return -1, in main() 36 DASSERT_MSG(fp, return -1, "failed to open %s\n", argv[1]); in main()
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/tools/j2s4b/src/j2s4b/ |
| H A D | j2s4b_utils.cpp | 99 DASSERT_MSG(file && !stat(file, &st), return NULL, "no such file: '%s'\n", in j2s_read_file() 103 DASSERT_MSG(fd >= 0, return NULL, "failed to open: '%s'\n", file); in j2s_read_file() 141 DASSERT_MSG(file && !stat(file, &st), return -1, "no such file: '%s'\n", in j2s_json_file_to_struct() 198 DASSERT_MSG(json, return -1, "failed to parse: '%s'\n", str); in j2s_modify_struct() 213 DASSERT_MSG(json, return NULL, "failed to parse: '%s'\n", str); in j2s_query_struct()
|
| H A D | j2s_common.h | 81 #ifndef DASSERT_MSG 82 #define DASSERT_MSG(b, action, fmt, args...) \ macro
|
| H A D | j2s.cpp | 579 DASSERT_MSG(obj->len_index >= 0, return NULL, in _j2s_obj_to_json() 595 DASSERT_MSG(j2s_template_dumping || ptr, return NULL, in _j2s_obj_to_json() 1102 DASSERT_MSG(obj->len_index >= 0, return -1, in _j2s_json_to_obj() 1119 DASSERT_MSG(len_json, return -1, "failed to query %s\n", len_name); in _j2s_json_to_obj() 1128 DASSERT_MSG(json, return -1, "failed to query %s\n", obj->name); in _j2s_json_to_obj() 1174 DASSERT_MSG(ptr, return -1, "found null pointer at %s\n", obj->name); in _j2s_json_to_obj()
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/include/iq_parser_v2/j2s/ |
| H A D | common.h | 79 #ifndef DASSERT_MSG 80 #define DASSERT_MSG(b, action, fmt, ...) \ macro
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/iq_parser_v2/j2s/ |
| H A D | j2s_utils.cpp | 127 DASSERT_MSG(file && !stat(file, &st), return NULL, "no such file: '%s'\n", in j2s_read_file() 131 DASSERT_MSG(fd >= 0, return NULL, "failed to open: '%s'\n", file); in j2s_read_file() 449 DASSERT_MSG(file && !stat(file, &st), return -1, "no such file: '%s'\n", in j2s_json_file_to_struct() 523 DASSERT_MSG(json, return -1, "failed to parse: '%s'\n", str); in j2s_modify_struct() 539 DASSERT_MSG(json, return NULL, "failed to parse: '%s'\n", str); in j2s_query_struct()
|
| H A D | j2s.cpp | 495 DASSERT_MSG(obj->len_index >= 0, return NULL, in _j2s_obj_to_json() 511 DASSERT_MSG(j2s_template_dumping || ptr, return NULL, in _j2s_obj_to_json() 888 DASSERT_MSG(obj->len_index >= 0, return -1, in _j2s_json_to_obj() 905 DASSERT_MSG(len_json, return -1, "failed to query %s\n", len_name); in _j2s_json_to_obj() 914 DASSERT_MSG(json, return -1, "failed to query %s\n", obj->name); in _j2s_json_to_obj() 955 DASSERT_MSG(ptr, return -1, "found null pointer at %s\n", obj->name); in _j2s_json_to_obj()
|