Home | History | Annotate | Download | only in src

Lines Matching refs:SeekMode

827 *              The position is related to the seekMode parameter it can be either :
832 * @param SeekMode : (IN) Seek access mode.
835 * @return M4ERR_PARAMETER Seekmode or fileDescriptor is NULL
841 M4OSA_ERR M4OSA_fileReadSeek_optim( M4OSA_Context pContext, M4OSA_FileSeekAccessMode SeekMode,
847 SeekMode, *pPosition);
852 M4ERR_CHECK_NULL_RETURN_VALUE(M4ERR_PARAMETER, SeekMode);
860 switch(SeekMode)