Searched refs:dataOffset (Results 1 - 8 of 8) sorted by relevance

/frameworks/av/drm/libdrmframework/plugins/forward-lock/internal-format/decoder/
H A DFwdLockFile.c67 off64_t dataOffset; member in struct:FwdLockFile_Session
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,
/frameworks/base/libs/androidfw/
H A DZipFileRO.cpp558 * dataOffset, because dataOffset is expensive to determine. However,
632 off64_t dataOffset = localHdrOffset + kLFHLen local
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/
H A DTrackFragment.h48 off64_t dataOffset, size_t sampleSize,
H A DTrackFragment.cpp54 off64_t dataOffset, size_t sampleSize,
61 sampleInfo->mOffset = dataOffset;
53 addSample( off64_t dataOffset, size_t sampleSize, uint32_t presentationTime, size_t sampleDescIndex, uint32_t flags) argument
H A DFragmentedMP4Parser.cpp1856 uint64_t dataOffset = mTrackFragmentHeaderInfo.mDataOffset; local
1867 dataOffset = mTrackFragmentHeaderInfo.mBaseDataOffset + dataOffsetDelta;
1957 dataOffset, sampleSize, sampleDuration,
1970 dataOffset,
1977 dataOffset += sampleSize;
1980 mTrackFragmentHeaderInfo.mDataOffset = dataOffset;
/frameworks/av/drm/libdrmframework/plugins/forward-lock/internal-format/converter/
H A DFwdLockConv.c154 size_t dataOffset; member in struct:FwdLockConv_Session
562 pSession->dataOffset = headerSignaturePos + SHA1_HASH_SIZE;
578 pOutput->fromConvertData.numBytes = pSession->dataOffset;
1177 pSession->dataOffset = 0;
1191 &((unsigned char *)pOutput->fromConvertData.pBuffer)[pSession->dataOffset],
/frameworks/av/media/libstagefright/
H A DOggExtractor.cpp473 off64_t dataOffset = mOffset + 27 + mCurrentPage.mNumSegments; local
475 dataOffset += mCurrentPage.mLace[j];
503 dataOffset,
509 packetSize, dataOffset, n);
H A DMPEG4Extractor.cpp2890 uint64_t dataOffset = mTrackFragmentHeaderInfo.mDataOffset; local
2904 dataOffset = mTrackFragmentHeaderInfo.mBaseDataOffset + dataOffsetDelta;
2995 dataOffset, sampleSize, sampleDuration,
2998 tmp.offset = dataOffset;
3003 dataOffset += sampleSize;
3006 mTrackFragmentHeaderInfo.mDataOffset = dataOffset;

Completed in 186 milliseconds