Home
last modified time | relevance | path

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

/external/libvpx/libvpx/examples/
Dresize_util.c51 FILE *fpin, *fpout; in main() local
85 fpout = fopen(fout, "wb"); in main()
86 if (fpout == NULL) { in main()
120 fwrite(outbuf, target_width * target_height * 3 / 2, 1, fpout); in main()
125 fclose(fpout); in main()
/external/libpng/
Dpngtest.c864 static png_FILE_p fpout; /* "static" prevents setjmp corruption */ in test_one_file() local
896 if ((fpout = fopen(outname, "wb")) == NULL) in test_one_file()
954 FCLOSE(fpout); in test_one_file()
970 FCLOSE(fpout); in test_one_file()
1006 png_init_io(write_ptr, fpout); in test_one_file()
1011 png_set_write_fn(write_ptr, (png_voidp)fpout, pngtest_write_data, in test_one_file()
1622 FCLOSE(fpout); in test_one_file()
1665 if ((fpout = fopen(outname, "rb")) == NULL) in test_one_file()
1683 num_out = fread(outbuf, 1, sizeof outbuf, fpout); in test_one_file()
1704 FCLOSE(fpout); in test_one_file()
[all …]