Home
last modified time | relevance | path

Searched refs:restorePos (Results 1 – 3 of 3) sorted by relevance

/external/sonivox/arm-wt-22k/lib_src/
Deas_tcdata.h52 EAS_I32 restorePos; /* return to here after block */ member
Deas_wavefile.c750 EAS_I32 restorePos; in WaveGetMetaData() local
764 …if ((result = EAS_HWFilePos(pEASData->hwInstData, pWaveData->fileHandle, &restorePos)) != EAS_SUCC… in WaveGetMetaData()
831 return EAS_HWFileSeek(pEASData->hwInstData, pWaveData->fileHandle, restorePos); in WaveGetMetaData()
Deas_tonecontrol.c794 …if ((result = EAS_HWFilePos(pEASData->hwInstData, pData->fileHandle, &pData->restorePos)) != EAS_S… in TC_PlayBlock()
836 return EAS_HWFileSeek(pEASData->hwInstData, pData->fileHandle, pData->restorePos); in TC_BlockEnd()