Home
last modified time | relevance | path

Searched refs:CHECK_EXP (Results 1 – 7 of 7) sorted by relevance

/external/libxcam/tests/
Dtest-image-blend.cpp399 CHECK_EXP (p_f, "open geo-map file(%s) failed", file); in read_map_data()
439 CHECK_EXP (y < height, "map data(%s) count larger than expected(%dx%dx2)", file, width, height); in read_map_data()
440CHECK_EXP (count >= width * height * 2, "map data(%s) count less than expected(%dx%dx2)", file, wi… in read_map_data()
Dtest_common.h49 #define CHECK_EXP(exp, msg, ...) \ macro
Dtest-device-manager.cpp440 CHECK_EXP ((strlen(optarg) == 4), "invalid pixel format\n"); in main()
708 CHECK_EXP (analyzer.ptr (), "load dynamic 3a lib(%s) failed", path_of_3a); in main()
718 CHECK_EXP (analyzer.ptr (), "load hybrid 3a lib(%s) failed", path_of_3a); in main()
Dtest-soft-image.cpp703 CHECK_EXP (ins.size () >= 2, "blender need 2 input files."); in main()
735 CHECK_EXP (ins.size () >= 2 && ins.size () <= 4, "stitcher need at 2~4 input files."); in main()
781 CHECK_EXP ( in main()
Dtest-video-stabilization.cpp290 CHECK_EXP (p_f, "open gyro pos data(%s) failed", file); in read_device_pose()
Dtest-pipe-manager.cpp244 CHECK_EXP ((strlen (optarg) == 4), "invalid pixel format\n"); in main()
Dtest-cl-image.cpp529CHECK_EXP ((ret == XCAM_RETURN_NO_ERROR || ret == XCAM_RETURN_BYPASS), "execute kernels failed"); in main()