Lines Matching refs:EAS_I32
52 static EAS_RESULT IMADecoderLocate (EAS_DATA_HANDLE pEASData, S_PCM_STATE *pState, EAS_I32 time);
124 …if ((result = EAS_HWFileSeek(pEASData->hwInstData, pState->fileHandle, (EAS_I32) (pState->startPos… in IMADecoderSample()
126 pState->bytesLeft = pState->byteCount = (EAS_I32) pState->bytesLeftLoop; in IMADecoderSample()
280 static EAS_RESULT IMADecoderLocate (EAS_DATA_HANDLE pEASData, S_PCM_STATE *pState, EAS_I32 time) in IMADecoderLocate()
283 EAS_I32 temp; in IMADecoderLocate()
284 EAS_I32 samplesPerBlock; in IMADecoderLocate()
285 EAS_I32 secs, msecs; in IMADecoderLocate()
323 EAS_I32 numBlocks; in IMADecoderLocate()
324 EAS_I32 samplesPerLoop; in IMADecoderLocate()
325 EAS_I32 samplesInLastBlock; in IMADecoderLocate()
327 numBlocks = (EAS_I32) (pState->loopStart / pState->blockSize); in IMADecoderLocate()
328 samplesInLastBlock = (EAS_I32) pState->loopStart - (numBlocks * pState->blockSize); in IMADecoderLocate()