Searched refs:fpin (Results 1 – 2 of 2) sorted by relevance
/external/libvpx/libvpx/examples/ |
D | resize_util.c | 51 FILE *fpin, *fpout; in main() local 79 fpin = fopen(fin, "rb"); in main() 80 if (fpin == NULL) { in main() 113 if (fread(inbuf, width * height * 3 / 2, 1, fpin) != 1) in main() 124 fclose(fpin); in main()
|
/external/libpng/ |
D | pngtest.c | 863 static png_FILE_p fpin; in test_one_file() local 890 if ((fpin = fopen(inname, "rb")) == NULL) in test_one_file() 899 FCLOSE(fpin); in test_one_file() 953 FCLOSE(fpin); in test_one_file() 969 FCLOSE(fpin); in test_one_file() 1004 png_init_io(read_ptr, fpin); in test_one_file() 1009 png_set_read_fn(read_ptr, (png_voidp)fpin, pngtest_read_data); in test_one_file() 1621 FCLOSE(fpin); in test_one_file() 1659 if ((fpin = fopen(inname, "rb")) == NULL) in test_one_file() 1668 FCLOSE(fpin); in test_one_file() [all …]
|