Lines Matching full:yuv
214 (doYUV ? "Decomp to YUV":"Decompress "),
219 System.out.format("YUV Decode --> Frame rate: %f fps\n",
374 System.out.format("Encode YUV --> Frame rate: %f fps\n",
386 doYUV ? "Comp from YUV" : "Compress ",
633 System.out.println("-yuv = Test YUV encoding/decoding functions");
634 System.out.println("-yuvpad <p> = If testing YUV encoding/decoding, this specifies the number of");
635 System.out.println(" bytes to which each row of each plane in the intermediate YUV image is");
791 if (argv[i].equalsIgnoreCase("-yuv")) {
792 System.out.println("Testing YUV planar encoding/decoding\n");