Searched refs:fpout (Results 1 – 2 of 2) sorted by relevance
/external/libvpx/libvpx/examples/ |
D | resize_util.c | 43 FILE *fpin, *fpout; in main() local 75 fpout = fopen(fout, "wb"); in main() 76 if (fpout == NULL) { in main() 110 fwrite(outbuf, target_width * target_height * 3 / 2, 1, fpout); in main() 115 fclose(fpout); in main()
|
/external/libpng/ |
D | pngtest.c | 832 static png_FILE_p fpout; /* "static" prevents setjmp corruption */ in test_one_file() local 861 if ((fpout = fopen(outname, "wb")) == NULL) in test_one_file() 919 FCLOSE(fpout); in test_one_file() 935 FCLOSE(fpout); in test_one_file() 971 png_init_io(write_ptr, fpout); in test_one_file() 976 png_set_write_fn(write_ptr, (png_voidp)fpout, pngtest_write_data, in test_one_file() 1551 FCLOSE(fpout); in test_one_file() 1594 if ((fpout = fopen(outname, "rb")) == NULL) in test_one_file() 1611 num_out = fread(outbuf, 1, sizeof outbuf, fpout); in test_one_file() 1632 FCLOSE(fpout); in test_one_file() [all …]
|