Lines Matching refs:print_error

352 				print_error("ERROR: Image pattern does not contain file extension: %s\n", filename);
368 print_error("ERROR: Image arrays do not support 3D sources: %s\n", slice_name.c_str());
377 print_error("ERROR: Image array[0] and [%d] are different formats\n", image_index);
385 print_error("ERROR: Image array[0] and [%d] are different dimensions\n", image_index);
477 print_error("ERROR: Unrecognized operation '%s'\n", argv[1]);
528 print_error("ERROR: Block size must be specified\n");
538 print_error("ERROR: Block size '%s' is invalid\n", argv[4]);
545 print_error("ERROR: Search quality level must be specified\n");
579 print_error("ERROR: Search quality/preset '%s' is invalid\n", argv[5]);
619 print_error("ERROR: Only a single image preprocess can be used\n");
628 print_error("ERROR: Only a single image preprocess can be used\n");
657 print_error("ERROR: Block size '%s' is invalid\n", argv[4]);
662 print_error("ERROR: Decode_unorm8 is not supported by HDR profiles\n", argv[4]);
667 print_error("ERROR: astcenc must not be compiled with -ffast-math\n");
672 print_error("ERROR: Init config failed with %s\n", astcenc_get_error_string(status));
712 print_error("ERROR: -cw switch with less than 4 arguments\n");
726 print_error("ERROR: -a switch with no argument\n");
737 print_error("ERROR: -esw switch with no argument\n");
743 print_error("ERROR: -esw pattern does not contain 4 characters\n");
771 print_error("ERROR: -esw component '%c' is not valid\n", argv[argidx - 1][i]);
786 print_error("ERROR: -ssw switch with no argument\n");
793 print_error("ERROR: -ssw pattern contains no characters\n");
799 print_error("ERROR: -ssw pattern contains more than 4 characters\n");
825 print_error("ERROR: -ssw component '%c' is not valid\n", argv[argidx - 1][i]);
840 print_error("ERROR: -dsw switch with no argument\n");
846 print_error("ERROR: -dsw switch does not contain 4 characters\n");
877 print_error("ERROR: ERROR: -dsw component '%c' is not valid\n", argv[argidx - 1][i]);
907 print_error("ERROR: -rgbm switch with no argument\n");
935 print_error("ERROR: -blockmodelimit switch with no argument\n");
946 print_error("ERROR: -partitioncountlimit switch with no argument\n");
957 print_error("ERROR: -2partitionindexlimit switch with no argument\n");
968 print_error("ERROR: -3partitionindexlimit switch with no argument\n");
979 print_error("ERROR: -4partitionindexlimit switch with no argument\n");
990 print_error("ERROR: -2partitioncandidatelimit switch with no argument\n");
1001 print_error("ERROR: -3partitioncandidatelimit switch with no argument\n");
1012 print_error("ERROR: -4partitioncandidatelimit switch with no argument\n");
1023 print_error("ERROR: -dblimit switch with no argument\n");
1037 print_error("ERROR: -2partitionlimitfactor switch with no argument\n");
1048 print_error("ERROR: -3partitionlimitfactor switch with no argument\n");
1059 print_error("ERROR: -2planelimitcorrelation switch with no argument\n");
1070 print_error("ERROR: -refinementlimit switch with no argument\n");
1081 print_error("ERROR: -candidatelimit switch with no argument\n");
1092 print_error("ERROR: -j switch with no argument\n");
1103 print_error("ERROR: -repeats switch with no argument\n");
1110 print_error("ERROR: -repeats value must be at least one\n");
1124 print_error("ERROR: -mpsnr switch with less than 2 arguments\n");
1132 print_error("ERROR: -mpsnr switch <low> is greater than the <high>\n");
1142 print_error("ERROR: -zdim switch is only valid for compression\n");
1149 print_error("ERROR: -zdim switch with no argument\n");
1157 print_error("ERROR: -zdim size '%s' is invalid\n", argv[argidx]);
1163 print_error("ERROR: -zdim with 3D input data for a 2D output format\n");
1174 print_error("ERROR: -dtrace switch with no argument\n");
1193 print_error("ERROR: Argument '%s' not recognized\n", argv[argidx]);
1209 print_error("ERROR: Diagnostics builds must set -dtrace\n");
1982 print_error("ERROR: Input file not specified\n");
1988 print_error("ERROR: Output file not specified\n");
2028 print_error("ERROR: Unknown compressed input file type\n");
2100 print_error("ERROR: Unknown uncompressed output file type '%s'\n", eptr);
2117 print_error("ERROR: Unknown compressed output file type '%s'\n", eptr);
2125 print_error("ERROR: Codec context alloc failed: %s\n", astcenc_get_error_string(codec_status));
2137 print_error("ERROR: Failed to load uncompressed image file\n");
2152 print_error("ERROR: Failed to allocate preprocessed image\n");
2282 print_error("ERROR: Codec compress failed: %s\n", astcenc_get_error_string(work.error));
2349 print_error("ERROR: Codec decompress failed: %s\n", astcenc_get_error_string(codec_status));
2378 print_error("ERROR: Failed to store compressed image\n");
2388 print_error("ERROR: Failed to store compressed image\n");
2396 print_error("ERROR: Unknown compressed output file type\n");
2411 print_error("ERROR: Failed to write output image %s\n", output_filename.c_str());