Searched defs:filePos (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/drm/libdrmframework/plugins/forward-lock/internal-format/decoder/
H A DFwdLockFile.c68 off64_t filePos; member in struct:FwdLockFile_Session
243 uint64_t blockIndex = pSession->filePos / AES_BLOCK_SIZE;
244 uint64_t blockOffset = pSession->filePos % AES_BLOCK_SIZE;
286 pSession->filePos = 0;
307 ++pSession->filePos;
337 (void)lseek64(pSession->fileDesc, pSession->dataOffset + pSession->filePos,
344 pSession->filePos = newFilePos - pSession->dataOffset;
345 newFilePos = pSession->filePos;
398 (void)lseek64(pSession->fileDesc, pSession->dataOffset + pSession->filePos,
/frameworks/av/libvideoeditor/vss/src/
H A DM4AMRR_CoreReader.c160 M4OSA_FilePosition filePos; local
242 filePos = 4;
244 M4OSA_kFileSeekBeginning, &filePos);
295 M4OSA_FilePosition filePos; local
333 filePos = -1;
335 &filePos);
390 filePos = size-1;
392 M4OSA_kFileSeekCurrent, &filePos);
404 filePos = 6;
406 M4OSA_kFileSeekBeginning, &filePos);
469 M4OSA_FilePosition filePos; local
591 M4OSA_FilePosition filePos; local
[all...]

Completed in 26 milliseconds