OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:fpos_current
(Results
1 - 1
of
1
) sorted by null
/frameworks/av/libvideoeditor/osal/src/
M4OSA_FileCommon.c
379
M4OSA_FilePosition
fpos_current
;
local
397
fpos_current
= pFileContext->read_position;
401
fpos_current
= pFileContext->write_position;
405
fpos_current
= 0;
417
fpos_seek = *pFilePos -
fpos_current
;
422
fpos_seek = *pFilePos + fpos_file_size -
fpos_current
;
431
fpos_seek_from_beginning =
fpos_current
+ fpos_seek;
Completed in 814 milliseconds