Home
last modified time | relevance | path

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

/external/sonivox/arm-wt-22k/lib_src/
Deas_pcmdata.h92 …EAS_I32 bytesLeftLoop; /* count of bytes left in stream, value at start of loop */ member
Deas_pcm.c362 pState->bytesLeftLoop = pState->byteCount = pParams->size; in EAS_PEOpenStream()
1267 pState->bytesLeft = pState->byteCount = (EAS_I32) pState->bytesLeftLoop; in LinearPCMDecode()
1437 pState->bytesLeft = pState->bytesLeftLoop; in EAS_PESeek()
Deas_imaadpcm.c126 pState->bytesLeft = pState->byteCount = (EAS_I32) pState->bytesLeftLoop; in IMADecoderSample()