Searched refs:currPos (Results 1 – 2 of 2) sorted by relevance
598 static u32 currPos = 0; variable627 currPos = 0; in procMic()635 space = AUDIO_SAMPLES_TOTAL - (s32) currPos; in procMic()637 gotSamples = PMICRead(&srcBuff[currPos], reqSamples); in procMic()641 currPos += gotSamples; in procMic()643 if (currPos == AUDIO_SAMPLES_TOTAL) in procMic()645 currPos = 0; in procMic()650 gotSamples = PMICRead(&srcBuff[currPos], reqSamples); in procMic()654 currPos += gotSamples; in procMic()725 sample = srcBuff[(i+currPos)%AUDIO_SAMPLES_TOTAL]; in DrawStuff()
1217 s32 currPos; in THPUtyCreateTHP() local1365 currPos = ftell(op); in THPUtyCreateTHP()1366 if (currPos == -1) in THPUtyCreateTHP()1413 rtn = fseek(op, currPos, SEEK_SET); in THPUtyCreateTHP()