Home | History | Annotate | Download | only in lib_src

Lines Matching refs:pos

520     EAS_I32 pos;
572 if ((result = EAS_HWFilePos(pEASData->hwInstData, fileHandle, &pos)) != EAS_SUCCESS)
586 pos += 8;
656 audioOffset = pos;
680 pWaveData->infoChunkPos = pos + 4;
714 pos += (EAS_I32) size;
715 if ((result = EAS_HWFileSeek(pEASData->hwInstData, fileHandle, pos)) != EAS_SUCCESS)
746 EAS_I32 pos;
768 pos = pWaveData->infoChunkPos;
776 if ((result = EAS_HWFileSeek(pEASData->hwInstData, pWaveData->fileHandle, pos)) != EAS_SUCCESS)
786 pos += 8;
826 pos += (EAS_I32) size;
845 EAS_I32 pos;
849 if ((result = EAS_HWFilePos(pEASData->hwInstData, fileHandle, &pos)) != EAS_SUCCESS)
864 return EAS_HWFileSeek(pEASData->hwInstData, fileHandle, pos);