Searched refs:CHECK_EXP (Results 1 – 7 of 7) sorted by relevance
/external/libxcam/tests/ |
D | test-image-blend.cpp | 399 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() 440 …CHECK_EXP (count >= width * height * 2, "map data(%s) count less than expected(%dx%dx2)", file, wi… in read_map_data()
|
D | test_common.h | 49 #define CHECK_EXP(exp, msg, ...) \ macro
|
D | test-device-manager.cpp | 440 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()
|
D | test-soft-image.cpp | 703 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()
|
D | test-video-stabilization.cpp | 290 CHECK_EXP (p_f, "open gyro pos data(%s) failed", file); in read_device_pose()
|
D | test-pipe-manager.cpp | 244 CHECK_EXP ((strlen (optarg) == 4), "invalid pixel format\n"); in main()
|
D | test-cl-image.cpp | 529 … CHECK_EXP ((ret == XCAM_RETURN_NO_ERROR || ret == XCAM_RETURN_BYPASS), "execute kernels failed"); in main()
|