HomeSort by relevance Sort by last modified time
    Searched full:dataoffset (Results 1 - 25 of 48) sorted by null

1 2

  /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...]
  /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,
  /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,
  /dalvik/libdex/
ZipArchive.cpp 527 * dataOffset, because dataOffset is expensive to determine. However,
556 off_t dataOffset = localHdrOffset + kLFHLen
558 if (dataOffset >= cdOffset) {
559 ALOGW("Zip: bad data offset %ld in zip", (long) dataOffset);
564 if ((off_t)(dataOffset + compLen) > cdOffset) {
566 (long) dataOffset, compLen, (long) cdOffset);
571 (off_t)(dataOffset + uncompLen) > cdOffset)
574 (long) dataOffset, uncompLen, (long) cdOffset);
578 *pOffset = dataOffset;
    [all...]
  /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);
  /frameworks/native/libs/utils/
ZipFileRO.cpp 520 * dataOffset, because dataOffset is expensive to determine. However,
588 off64_t dataOffset = localHdrOffset + kLFHLen
590 if (dataOffset >= cdOffset) {
591 ALOGW("bad data offset %ld in zip\n", (long) dataOffset);
596 if ((off64_t)(dataOffset + compLen) > cdOffset) {
598 (long) dataOffset, (ZD_TYPE) compLen, (long) cdOffset);
603 (off64_t)(dataOffset + uncompLen) > cdOffset)
606 (long) dataOffset, (ZD_TYPE) uncompLen, (long) cdOffset);
610 *pOffset = dataOffset;
    [all...]
  /libcore/luni/src/main/java/libcore/util/
ZoneInfoDB.java 125 private static void readIndex(BufferIterator it, int indexOffset, int dataOffset) {
134 int indexSize = (dataOffset - indexOffset);
148 byteOffsets[i] += dataOffset; // TODO: change the file format so this is included.
  /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/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);
  /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;
FragmentedMP4Parser.cpp     [all...]
  /external/llvm/tools/macho-dump/
macho-dump.cpp 320 outs() << " ('dataoff', " << LLC->DataOffset << ")\n"
325 Obj.ReadULEB128s(LLC->DataOffset, Addresses);
342 outs() << " ('dataoff', " << LLC->DataOffset << ")\n"
350 Obj.ReadDataInCodeTableEntry(LLC->DataOffset, i, DICE);
  /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/media/libstagefright/
OggExtractor.cpp 473 off64_t dataOffset = mOffset + 27 + mCurrentPage.mNumSegments;
475 dataOffset += mCurrentPage.mLace[j];
503 dataOffset,
509 packetSize, dataOffset, n);
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/
bcmcdc.h 75 uint8 dataOffset; /* Offset from end of BDC header to packet data, in
  /hardware/ti/omap4xxx/security/tf_crypto_sst/
service_system_protocol.h 111 uint32_t dataOffset : 30;
pkcs11_object.c 175 /* dataOffset = 0 means NULL buffer */
176 sItem.dataOffset = ((pTemplate1[i].pValue == NULL) ? 0 : nDataOffset);
190 /* We whould never go in this case, that means the dataOffset will not be able to store the offset correctly */
207 /* dataOffset = 0 means NULL buffer */
208 sItem.dataOffset = ((pTemplate2[i].pValue == NULL) ? 0 : nDataOffset);
222 /* We whould never go in this case, that means the dataOffset will not be able to store the offset correctly */
    [all...]
  /external/icu4c/tools/toolutil/
package.cpp 516 offset=20+(int32_t)ds->readUInt32(inEntries[itemCount-1].dataOffset);
538 itemLength=(int32_t)(ds->readUInt32(inEntries[0].dataOffset))-stringsOffset;
602 items[i].data=(uint8_t *)inBytes+ds->readUInt32(inEntries[i].dataOffset);
617 items[itemCount-1].length=length-ds->readUInt32(inEntries[itemCount-1].dataOffset);
784 entry.dataOffset=(uint32_t)offset;
    [all...]
  /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
  /external/llvm/include/llvm/MC/
MCMachObjectWriter.h 196 void WriteLinkeditLoadCommand(uint32_t Type, uint32_t DataOffset,
  /external/llvm/include/llvm/Object/
MachOFormat.h 236 uint32_t 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...]

Completed in 708 milliseconds

1 2