Searched refs:iSavePos (Results 1 - 3 of 3) sorted by relevance

/frameworks/av/libvideoeditor/osal/src/
H A DM4OSA_FileReader.c442 M4OSA_Int32 iSavePos = 0; local
452 iSavePos = ftell(pFileContext->file_desc); /*1- Check the first position */
455 fseek(pFileContext->file_desc, iSavePos, SEEK_SET); /*4- go to the first position*/
H A DM4OSA_FileCommon.c73 M4OSA_Int32 iSavePos = 0; local
288 iSavePos = ftell(pFileHandler); /* 1- Check the first position */
291 fseek(pFileHandler, iSavePos, SEEK_SET);/* 4- go to the first position */
297 iSavePos = ftell(pFileHandler); /* 1- Check the first position */
300 fseek(pFileHandler, iSavePos, SEEK_SET);/* 4- go to the first position */
H A DM4OSA_FileWriter.c437 M4OSA_Int32 iSavePos = 0; local
440 iSavePos = ftell(pFileContext->file_desc); /*1- Check the first position */
443 fseek(pFileContext->file_desc, iSavePos, SEEK_SET); /*4- go to the first position*/

Completed in 228 milliseconds