Searched refs:dataOffset (Results 1 - 4 of 4) 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/av/drm/libdrmframework/plugins/forward-lock/internal-format/converter/
H A DFwdLockConv.c155 size_t dataOffset; member in struct:FwdLockConv_Session
563 pSession->dataOffset = headerSignaturePos + SHA1_HASH_SIZE;
579 pOutput->fromConvertData.numBytes = pSession->dataOffset;
1178 pSession->dataOffset = 0;
1192 &((unsigned char *)pOutput->fromConvertData.pBuffer)[pSession->dataOffset],
/frameworks/av/media/libstagefright/
H A DOggExtractor.cpp688 off64_t dataOffset = mOffset + 27 + mCurrentPage.mNumSegments; local
690 dataOffset += mCurrentPage.mLace[j];
708 dataOffset,
714 packetSize, (long long)dataOffset, n);
H A DMPEG4Extractor.cpp3828 uint64_t dataOffset = mTrackFragmentHeaderInfo.mDataOffset; local
3842 dataOffset = mTrackFragmentHeaderInfo.mBaseDataOffset + dataOffsetDelta;
3933 dataOffset, sampleSize, sampleDuration,
3936 tmp.offset = dataOffset;
3942 dataOffset += sampleSize;
3945 mTrackFragmentHeaderInfo.mDataOffset = dataOffset;

Completed in 121 milliseconds