Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/examples/
Dresize_util.c43 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()