Home | History | Annotate | Download | only in src

Lines Matching refs:seek

53  * For the seek, the file is splitted in 40 segments for faster search
82 M4OSA_UInt32* m_pSeekIndex; /* Seek Index Table */
83 M4OSA_UInt32 m_seekInterval; /* Stores the seek Interval stored in the Index */
243 pStreamContext->m_pOsaFilePtrFct->seek(pStreamContext->m_pAMRFile,
334 pStreamContext->m_pOsaFilePtrFct->seek(pStreamContext->m_pAMRFile, M4OSA_kFileSeekCurrent,
391 pStreamContext->m_pOsaFilePtrFct->seek(pStreamContext->m_pAMRFile,
405 pStreamContext->m_pOsaFilePtrFct->seek(pStreamContext->m_pAMRFile,
411 pStreamContext->m_pOsaFilePtrFct->seek(pStreamContext->m_pAMRFile,
521 pStreamContext->m_pOsaFilePtrFct->seek(pStreamContext->m_pAMRFile,
606 /* Coming to seek for the first time, need to build the seekIndex Table */
633 pStreamContext->m_pOsaFilePtrFct->seek(pStreamContext->m_pAMRFile,
642 /* Calculate the seek Interval duration based on total dutation */
676 pStreamContext->m_pOsaFilePtrFct->seek(pStreamContext->m_pAMRFile,
690 }/* End of Building the seek table */
692 /* Use the seek table to seek the required time in the stream */
705 pStreamContext->m_pOsaFilePtrFct->seek(pStreamContext->m_pAMRFile,
721 /* We have only 40 seek Index. */
737 pStreamContext->m_pOsaFilePtrFct->seek(pStreamContext->m_pAMRFile, M4OSA_kFileSeekBeginning,
785 /* Skip the Access unit in the stream to skip the part seek time,
797 pStreamContext->m_pOsaFilePtrFct->seek(pStreamContext->m_pAMRFile,
814 pStreamContext->m_pOsaFilePtrFct->seek(pStreamContext->m_pAMRFile,
845 /* Seek table is created only when seek is used, so check if memory is allocated */