HomeSort by relevance Sort by last modified time
    Searched defs:dataOffset (Results 1 - 25 of 60) sorted by null

1 2 3

  /external/icu/icu4c/source/common/
ucmndata.h 48 uint32_t dataOffset;
  /external/chromium_org/third_party/icu/source/common/
ucmndata.h 62 uint32_t dataOffset;
  /system/core/libzipfile/
centraldir.c 74 unsigned int dataOffset;
119 dataOffset = localHeaderRelOffset + LFH_SIZE
121 entry->data = file->buf + dataOffset;
123 printf("file->buf=%p entry->data=%p dataOffset=%x localHeaderRelOffset=%d "
125 file->buf, entry->data, dataOffset, localHeaderRelOffset,
  /tools/external/fat32lib/src/main/java/de/waldheinz/fs/fat/
ClusterChain.java 36 protected final long dataOffset;
64 this.dataOffset = FatUtils.getFilesOffset(fat.getBootSector());
101 return dataOffset + clusterOffset +
  /external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/fragment/
TrackRunBox.java 49 private int dataOffset;
117 public void setDataOffset(int dataOffset) {
118 if (dataOffset == -1) {
121 setFlags(getFlags() | 0x1); // turn on dataoffset
123 this.dataOffset = dataOffset;
193 IsoTypeWriter.writeUInt32(byteBuffer, dataOffset);
221 dataOffset = l2i(IsoTypeReader.readUInt32(content));
223 dataOffset = -1;
320 return dataOffset;
    [all...]
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/
bcmcdc.h 75 uint8 dataOffset; /* Offset from end of BDC header to packet data, in
  /hardware/ti/omap4-aah/security/tf_crypto_sst/
service_system_protocol.h 111 uint32_t dataOffset : 30;
  /hardware/ti/omap4xxx/security/tf_crypto_sst/
service_system_protocol.h 111 uint32_t dataOffset : 30;
  /libcore/luni/src/main/java/java/util/zip/
ZipEntry.java 58 long dataOffset = -1;
72 int nameLength, long localHeaderRelOffset, long dataOffset) {
84 this.dataOffset = dataOffset;
308 dataOffset = value;
313 return dataOffset;
345 dataOffset = ze.dataOffset;
  /external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/d3d11/
Image11.cpp 393 uint8_t *dataOffset = static_cast<uint8_t*>(mappedImage.pData) + mappedImage.RowPitch * yoffset + rowOffset + zoffset * mappedImage.DepthPitch;
397 mRenderer->readPixels(source, x, y, width, height, formatInfo.format, formatInfo.type, mappedImage.RowPitch, gl::PixelPackState(), dataOffset);
  /frameworks/av/drm/libdrmframework/plugins/forward-lock/internal-format/decoder/
FwdLockFile.c 67 off64_t dataOffset;
287 pSession->dataOffset = pSession->contentTypeLength +
325 newFilePos = lseek64(pSession->fileDesc, pSession->dataOffset + offset, whence);
337 if (newFilePos < pSession->dataOffset) {
340 (void)lseek64(pSession->fileDesc, pSession->dataOffset + pSession->filePos,
347 pSession->filePos = newFilePos - pSession->dataOffset;
383 if (lseek64(pSession->fileDesc, pSession->dataOffset, SEEK_SET) !=
384 pSession->dataOffset) {
401 (void)lseek64(pSession->fileDesc, pSession->dataOffset + pSession->filePos,
  /external/chromium_org/third_party/icu/source/test/perf/dicttrieperf/
dicttrieperf.cpp 110 int32_t nameOffset, dataOffset;
144 toc[i].dataOffset=i; // arbitrary value, see toc comment below
174 // with nameOffset and dataOffset.
  /external/icu/icu4c/source/test/perf/dicttrieperf/
dicttrieperf.cpp 110 int32_t nameOffset, dataOffset;
144 toc[i].dataOffset=i; // arbitrary value, see toc comment below
174 // with nameOffset and dataOffset.
  /external/chromium_org/third_party/icu/source/i18n/
ucol_res.cpp     [all...]
  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/builder/
DefaultMp4Builder.java 112 dataOffset is where the first sample starts. In this special mdat the samples always start
115 long dataOffset = mdat.getDataOffset();
119 offsets[i] += dataOffset;
  /frameworks/av/drm/libdrmframework/plugins/forward-lock/internal-format/converter/
FwdLockConv.c 154 size_t dataOffset;
562 pSession->dataOffset = headerSignaturePos + SHA1_HASH_SIZE;
578 pOutput->fromConvertData.numBytes = pSession->dataOffset;
    [all...]
  /frameworks/av/media/libstagefright/
OggExtractor.cpp 483 off64_t dataOffset = mOffset + 27 + mCurrentPage.mNumSegments;
485 dataOffset += mCurrentPage.mLace[j];
503 dataOffset,
509 packetSize, dataOffset, n);
MPEG4Extractor.cpp     [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/include/
svga_reg.h 797 uint32 dataOffset;
    [all...]
  /external/mesa3d/src/gallium/drivers/svga/include/
svga_reg.h 797 uint32 dataOffset;
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.registry_3.5.0.v20100503.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.registry_3.5.301.v20130717-1549.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.registry_3.5.300.v20130327-1442.jar 
  /prebuilts/devtools/tools/lib/
fat32lib.jar 
commons-compress-1.0.jar 

Completed in 867 milliseconds

1 2 3