Home | History | Annotate | Download | only in java

Lines Matching full:system

62     return (double)System.nanoTime() / 1.0e9;
204 System.gc();
207 System.out.format("%-6s%s",
211 System.out.format("%s\n",
214 System.out.print("\n");
216 System.out.format("%s --> Frame rate: %f fps\n",
219 System.out.format(" Throughput: %f Megapixels/sec\n",
222 System.out.format("YUV Decode --> Frame rate: %f fps\n",
224 System.out.format(" Throughput: %f Megapixels/sec\n",
248 System.out.println("Compression error written to " + tempStr + ".");
293 System.out.format(">>>>> %s (%s) <--> JPEG %s Q%d <<<<<\n", pfStr,
313 System.out.format("%-4s (%s) %-5s %-3d ", pfStr,
317 System.arraycopy(srcBuf, w * ps * i, tmpBuf, pitch * i, w * ps);
366 System.out.format("%-5d %-5d ", tilew, tileh);
369 System.out.format("%-6s%s",
372 System.out.format("%-6s%s",
375 System.out.format("%-6s%s",
379 System.out.format("\n%s size: %d x %d\n", doTile ? "Tile" : "Image",
382 System.out.format("Encode YUV --> Frame rate: %f fps\n",
384 System.out.format(" Output image size: %d bytes\n",
386 System.out.format(" Compression ratio: %f:1\n",
388 System.out.format(" Throughput: %f Megapixels/sec\n",
390 System.out.format(" Output bit stream: %f Megabits/sec\n",
393 System.out.format("%s --> Frame rate: %f fps\n",
396 System.out.format(" Output image size: %d bytes\n",
398 System.out.format(" Compression ratio: %f:1\n",
400 System.out.format(" Throughput: %f Megapixels/sec\n",
402 System.out.format(" Output bit stream: %f Megabits/sec\n",
412 System.out.println("Reference image written to " + tempStr);
456 System.out.println("All performance values in Mpixels/sec\n");
457 System.out.format("Bitmap JPEG JPEG %s %s Xform Comp Decomp ",
461 System.out.print("Decode");
462 System.out.print("\n");
463 System.out.print("Format CS Subsamp Width Height Perf Ratio Perf ");
465 System.out.print("Perf");
466 System.out.println("\n");
468 System.out.format(">>>>> JPEG %s --> %s (%s) <<<<<\n",
483 System.out.format("\n%s size: %d x %d", (doTile ? "Tile" : "Image"),
486 System.out.format(" --> %d x %d", sf.getScaled(_w),
488 System.out.println("");
490 System.out.format("%-4s (%s) %-5s %-5s ", pixFormatStr[pf],
493 System.out.format("%-5d %-5d ", tilew, tileh);
572 System.out.format("%-6s%s%-6s%s",
578 System.out.format("Transform --> Frame rate: %f fps\n",
580 System.out.format(" Output image size: %d bytes\n",
582 System.out.format(" Compression ratio: %f:1\n",
584 System.out.format(" Throughput: %f Megapixels/sec\n",
586 System.out.format(" Output bit stream: %f Megabits/sec\n",
591 System.out.print("N/A N/A ");
606 System.out.println("N/A");
622 System.out.println("\nUSAGE: java " + className);
623 System.out.println(" <Inputfile (BMP)> <Quality> [options]\n");
624 System.out.println(" java " + className);
625 System.out.println(" <Inputfile (JPG)> [options]\n");
626 System.out.println("Options:\n");
627 System.out.println("-alloc = Dynamically allocate JPEG image buffers");
628 System.out.println("-bottomup = Test bottom-up compression/decompression");
629 System.out.println("-tile = Test performance of the codec when the image is encoded as separate");
630 System.out.println(" tiles of varying sizes.");
631 System.out.println("-rgb, -bgr, -rgbx, -bgrx, -xbgr, -xrgb =");
632 System.out.println(" Test the specified color conversion path in the codec (default = BGR)");
633 System.out.println("-fastupsample = Use the fastest chrominance upsampling algorithm available in");
634 System.out.println(" the underlying codec");
635 System.out.println("-fastdct = Use the fastest DCT/IDCT algorithms available in the underlying");
636 System.out.println(" codec");
637 System.out.println("-accuratedct = Use the most accurate DCT/IDCT algorithms available in the");
638 System.out.println(" underlying codec");
639 System.out.println("-subsamp <s> = When testing JPEG compression, this option specifies the level");
640 System.out.println(" of chrominance subsampling to use (<s> = 444, 422, 440, 420, 411, or");
641 System.out.println(" GRAY). The default is to test Grayscale, 4:2:0, 4:2:2, and 4:4:4 in");
642 System.out.println(" sequence.");
643 System.out.println("-quiet = Output results in tabular rather than verbose format");
644 System.out.println("-yuv = Test YUV encoding/decoding functions");
645 System.out.println("-yuvpad <p> = If testing YUV encoding/decoding, this specifies the number of");
646 System.out.println(" bytes to which each row of each plane in the intermediate YUV image is");
647 System.out.println(" padded (default = 1)");
648 System.out.println("-scale M/N = Scale down the width/height of the decompressed JPEG image by a");
649 System.out.print (" factor of M/N (M/N = ");
651 System.out.format("%d/%d", scalingFactors[i].getNum(),
654 System.out.print(" or ");
657 System.out.print(", ");
659 System.out.print("or ");
662 System.out.print("\n ");
664 System.out.println(")");
665 System.out.println("-hflip, -vflip, -transpose, -transverse, -rot90, -rot180, -rot270 =");
666 System.out.println(" Perform the corresponding lossless transform prior to");
667 System.out.println(" decompression (these options are mutually exclusive)");
668 System.out.println("-grayscale = Perform lossless grayscale conversion prior to decompression");
669 System.out.println(" test (can be combined with the other transforms above)");
670 System.out.println("-benchtime <t> = Run each benchmark for at least <t> seconds (default = 5.0)");
671 System.out.println("-warmup <t> = Run each benchmark for <t> seconds (default = 1.0) prior to");
672 System.out.println(" starting the timer, in order to prime the caches and thus improve the");
673 System.out.println(" consistency of the results.");
674 System.out.println("-componly = Stop after running compression tests. Do not test decompression.");
675 System.out.println("-nowrite = Do not write reference or output images (improves consistency");
676 System.out.println(" of performance measurements.)\n");
677 System.out.println("NOTE: If the quality is specified as a range (e.g. 90-100), a separate");
678 System.out.println("test will be performed for all quality values in the range.\n");
679 System.exit(1);
698 System.out.println("");
725 System.out.println("Using fast upsampling code\n");
729 System.out.println("Using fastest DCT/IDCT algorithm\n");
733 System.out.println("Using most accurate DCT/IDCT algorithm\n");
806 System.out.println("Testing YUV planar encoding/decoding\n");
843 System.out.format("Warmup time = %.1f seconds\n\n", warmup);
855 System.out.println("Disabling tiled compression/decompression tests, because those tests do not");
856 System.out.println("work when scaled decompression is enabled.");
870 System.out.println("All performance values in Mpixels/sec\n");
871 System.out.format("Bitmap JPEG JPEG %s %s ",
874 System.out.print("Encode ");
875 System.out.print("Comp Comp Decomp ");
877 System.out.print("Decode");
878 System.out.print("\n");
879 System.out.print("Format Subsamp Qual Width Height ");
881 System.out.print("Perf ");
882 System.out.print("Perf Ratio Perf ");
884 System.out.print("Perf");
885 System.out.println("\n");
890 System.out.println("");
891 System.exit(retval);
894 System.gc();
898 System.out.println("");
902 System.out.println("");
903 System.gc();
906 System.out.println("");
907 System.gc();
910 System.out.println("");
911 System.gc();
914 System.out.println("");
918 System.out.println("ERROR: " + e.getMessage());
923 System.exit(retval);