Home
last modified time | relevance | path

Searched refs:fpout (Results 1 – 3 of 3) sorted by relevance

/external/libvpx/libvpx/examples/
Dresize_util.c49 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/libaom/libaom/examples/
Dresize_util.c50 FILE *fpin, *fpout; in main() local
84 fpout = fopen(fout, "wb"); in main()
85 if (fpout == NULL) { in main()
114 fwrite(outbuf, target_width * target_height * 3 / 2, 1, fpout); in main()
119 fclose(fpout); in main()
/external/libpng/
Dpngtest.c856 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()
968 FCLOSE(fpout); in test_one_file()
1015 png_init_io(write_ptr, fpout); in test_one_file()
1020 png_set_write_fn(write_ptr, (png_voidp)fpout, pngtest_write_data, in test_one_file()
1672 FCLOSE(fpout); in test_one_file()
1715 if ((fpout = fopen(outname, "rb")) == NULL) in test_one_file()
1733 num_out = fread(outbuf, 1, sizeof outbuf, fpout); in test_one_file()
1755 FCLOSE(fpout); in test_one_file()
[all …]