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

1 2 3

  /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...]
  /external/chromium_org/third_party/icu/source/common/
ucmndata.h 62 uint32_t dataOffset;
ucmndata.c 143 *pLength = (int32_t)(entry[1].dataOffset - entry->dataOffset);
147 return (const DataHeader *)(base+entry->dataOffset);
  /external/icu4c/common/
ucmndata.h 48 uint32_t dataOffset;
ucmndata.c 242 *pLength = (int32_t)(entry[1].dataOffset - entry->dataOffset);
246 return (const DataHeader *)(base+entry->dataOffset);
  /dalvik/libdex/
ZipArchive.cpp 602 * dataOffset, because dataOffset is expensive to determine. However,
637 off64_t dataOffset = localHdrOffset + kLFHLen
639 if (dataOffset >= cdOffset) {
640 ALOGW("Zip: bad data offset %ld in zip", (long) dataOffset);
645 if ((off_t)(dataOffset + compLen) > cdOffset) {
647 (long) dataOffset, compLen, (long) cdOffset);
652 (off_t)(dataOffset + uncompLen) > cdOffset)
655 (long) dataOffset, uncompLen, (long) cdOffset);
659 *pOffset = dataOffset;
    [all...]
  /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,
  /libcore/luni/src/main/java/libcore/util/
ZoneInfoDB.java 135 private void readIndex(BufferIterator it, int indexOffset, int dataOffset) {
144 int indexSize = (dataOffset - indexOffset);
158 byteOffsets[i] += dataOffset; // TODO: change the file format so this is included.
  /hardware/ti/omap4xxx/security/tf_crypto_sst/
service_system_protocol.h 111 uint32_t dataOffset : 30;
  /system/core/libzipfile/
centraldir.c 84 unsigned int dataOffset;
150 dataOffset = localHeaderRelOffset + LFH_SIZE
152 entry->data = file->buf + dataOffset;
154 printf("file->buf=%p entry->data=%p dataOffset=%x localHeaderRelOffset=%d "
156 file->buf, entry->data, dataOffset, localHeaderRelOffset,
  /frameworks/base/libs/androidfw/
ZipFileRO.cpp 558 * dataOffset, because dataOffset is expensive to determine. However,
632 off64_t dataOffset = localHdrOffset + kLFHLen
634 if (dataOffset >= cdOffset) {
635 ALOGW("bad data offset %ld in zip\n", (long) dataOffset);
640 if ((dataOffset >= cdOffset) || (compLen > (cdOffset - dataOffset))) {
642 (long) dataOffset, (ZD_TYPE) compLen, (long) cdOffset);
647 ((dataOffset >= cdOffset) ||
648 (uncompLen > (cdOffset - dataOffset))))
    [all...]
  /frameworks/av/media/libstagefright/mp4/
TrackFragment.h 48 off64_t dataOffset, size_t sampleSize,
TrackFragment.cpp 54 off64_t dataOffset, size_t sampleSize,
61 sampleInfo->mOffset = dataOffset;
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/
bcmcdc.h 75 uint8 dataOffset; /* Offset from end of BDC header to packet data, in
  /external/lzma/CPP/7zip/Archive/7z/
7zIn.h 175 UInt64 &dataOffset,
193 UInt64 &dataOffset,
210 UInt64 baseOffset, UInt64 &dataOffset,
7zOut.h 83 UInt64 dataOffset,
7zIn.cpp 495 UInt64 &dataOffset,
500 dataOffset = ReadNumber();
690 UInt64 &dataOffset,
711 ReadPackInfo(dataOffset, packSizes, packCRCsDefined, packCRCs);
784 UInt64 &dataOffset, CObjectVector<CByteBuffer> &dataVector
801 dataOffset,
821 UInt64 dataStartPos = baseOffset + dataOffset;
    [all...]
  /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/chromium/chrome/common/extensions/docs/examples/extensions/imageinfo/imageinfo/
binaryajax.js 11 var dataOffset = iDataOffset || 0;
22 return data.charCodeAt(iOffset + dataOffset) & 0xFF;
28 return IEBinary_getByteAt(data, iOffset + dataOffset);
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/imageinfo/imageinfo/
binaryajax.js 11 var dataOffset = iDataOffset || 0;
22 return data.charCodeAt(iOffset + dataOffset) & 0xFF;
28 return IEBinary_getByteAt(data, iOffset + dataOffset);
  /external/smali/dexlib/src/main/java/org/jf/dexlib/
DexFile.java 174 private int dataOffset;
580 return dataOffset;
664 dataOffset = offset;
680 dataSize = offset - dataOffset;
    [all...]
  /external/chromium_org/third_party/icu/source/tools/icuswap/
icuswap.cpp 420 offset=ds->readUInt32(inEntries[itemCount-1].dataOffset);
444 offset=20+ds->readUInt32(inEntries[itemCount-1].dataOffset);
466 itemLength=(int32_t)(ds->readUInt32(inEntries[0].dataOffset)-offset);
547 table[i].inOffset=ds->readUInt32(inEntries[i].dataOffset);
600 ds->writeUInt32(&outEntries[i].dataOffset, table[i].outOffset);
  /external/icu4c/tools/icuswap/
icuswap.cpp 420 offset=ds->readUInt32(inEntries[itemCount-1].dataOffset);
444 offset=20+ds->readUInt32(inEntries[itemCount-1].dataOffset);
466 itemLength=(int32_t)(ds->readUInt32(inEntries[0].dataOffset)-offset);
547 table[i].inOffset=ds->readUInt32(inEntries[i].dataOffset);
600 ds->writeUInt32(&outEntries[i].dataOffset, table[i].outOffset);
  /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...]
  /dalvik/vm/compiler/
CompilerIR.h 217 int dataOffset; // starting offset of literal pool

Completed in 1234 milliseconds

1 2 3