Searched refs:fpout (Results 1 – 3 of 3) sorted by relevance
/external/libaom/libaom/examples/ |
D | resize_util.c | 50 FILE *fpin, *fpout; in main() local 84 fpout = fopen(fout, "wb"); in main() 85 if (fpout == NULL) { in main() 115 fwrite(outbuf, target_width * target_height * 3 / 2, 1, fpout); in main() 120 fclose(fpout); in main()
|
/external/libvpx/libvpx/examples/ |
D | resize_util.c | 49 FILE *fpin, *fpout; in main() local 83 fpout = fopen(fout, "wb"); in main() 84 if (fpout == NULL) { in main() 113 fwrite(outbuf, target_width * target_height * 3 / 2, 1, fpout); in main() 118 fclose(fpout); in main()
|
/external/libpng/ |
D | pngtest.c | 856 static png_FILE_p fpout; /* "static" prevents setjmp corruption */ in test_one_file() local 888 if ((fpout = fopen(outname, "wb")) == NULL) in test_one_file() 950 FCLOSE(fpout); in test_one_file() 970 FCLOSE(fpout); in test_one_file() 1017 png_init_io(write_ptr, fpout); in test_one_file() 1022 png_set_write_fn(write_ptr, (png_voidp)fpout, pngtest_write_data, in test_one_file() 1674 FCLOSE(fpout); in test_one_file() 1717 if ((fpout = fopen(outname, "rb")) == NULL) in test_one_file() 1735 num_out = fread(outbuf, 1, sizeof outbuf, fpout); in test_one_file() 1757 FCLOSE(fpout); in test_one_file() [all …]
|