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

  /external/chromium_org/third_party/libvpx/source/libvpx/examples/
resize_util.c 43 FILE *fpin, *fpout; local
69 fpin = fopen(fin, "rb");
70 if (fpin == NULL) {
103 if (fread(inbuf, width * height * 3 / 2, 1, fpin) != 1)
114 fclose(fpin);
  /external/libvpx/libvpx/examples/
resize_util.c 43 FILE *fpin, *fpout; local
69 fpin = fopen(fin, "rb");
70 if (fpin == NULL) {
103 if (fread(inbuf, width * height * 3 / 2, 1, fpin) != 1)
114 fclose(fpin);
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/examples/
resize_util.c 43 FILE *fpin, *fpout; local
69 fpin = fopen(fin, "rb");
70 if (fpin == NULL) {
103 if (fread(inbuf, width * height * 3 / 2, 1, fpin) != 1)
114 fclose(fpin);
  /external/libpng/
pngtest.c 831 static png_FILE_p fpin; local
855 if ((fpin = fopen(inname, "rb")) == NULL)
864 FCLOSE(fpin);
918 FCLOSE(fpin);
934 FCLOSE(fpin);
969 png_init_io(read_ptr, fpin);
974 png_set_read_fn(read_ptr, (png_voidp)fpin, pngtest_read_data);
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
zipfile.py 158 def _EndRecData64(fpin, offset, endrec):
163 fpin.seek(offset - sizeEndCentDir64Locator, 2)
169 data = fpin.read(sizeEndCentDir64Locator)
180 fpin.seek(offset - sizeEndCentDir64Locator - sizeEndCentDir64, 2)
181 data = fpin.read(sizeEndCentDir64)
201 def _EndRecData(fpin):
208 fpin.seek(0, 2)
209 filesize = fpin.tell()
215 fpin.seek(-sizeEndCentDir, 2)
218 data = fpin.read(
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
zipfile.py 158 def _EndRecData64(fpin, offset, endrec):
163 fpin.seek(offset - sizeEndCentDir64Locator, 2)
169 data = fpin.read(sizeEndCentDir64Locator)
180 fpin.seek(offset - sizeEndCentDir64Locator - sizeEndCentDir64, 2)
181 data = fpin.read(sizeEndCentDir64)
201 def _EndRecData(fpin):
208 fpin.seek(0, 2)
209 filesize = fpin.tell()
215 fpin.seek(-sizeEndCentDir, 2)
218 data = fpin.read(
    [all...]
  /external/openssl/crypto/bn/asm/
pa-risc2.s 911 .PROCEND ;in=23,25;out=28,29;fpin=105,107;
    [all...]

Completed in 148 milliseconds