HomeSort by relevance Sort by last modified time
    Searched refs:fpout (Results 1 - 3 of 3) sorted by null

  /external/libvpx/libvpx/examples/
resize_util.c 43 FILE *fpin, *fpout; local
75 fpout = fopen(fout, "wb");
76 if (fpout == NULL) {
110 fwrite(outbuf, target_width * target_height * 3 / 2, 1, fpout);
115 fclose(fpout);
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/examples/
resize_util.c 43 FILE *fpin, *fpout; local
75 fpout = fopen(fout, "wb");
76 if (fpout == NULL) {
110 fwrite(outbuf, target_width * target_height * 3 / 2, 1, fpout);
115 fclose(fpout);
  /external/libpng/
pngtest.c 832 static png_FILE_p fpout; /* "static" prevents setjmp corruption */ local
861 if ((fpout = fopen(outname, "wb")) == NULL)
919 FCLOSE(fpout);
935 FCLOSE(fpout);
971 png_init_io(write_ptr, fpout);
976 png_set_write_fn(write_ptr, (png_voidp)fpout, pngtest_write_data,
    [all...]

Completed in 584 milliseconds