Home
last modified time | relevance | path

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

/RvlSDK-3.3/build/demos/axdemo/src/
Daxstream2.c178 u32 nextLoopEndL; member
1015 strm->nextLoopEndL = (u32)OSCachedToPhysical(strm->strmBufferL); in STRMStart()
1016 strm->nextLoopEndL *= 2; // Bytes -> nibbles in STRMStart()
1017 strm->nextLoopEndL += (u32)strm->strm1stLoopEnd; in STRMStart()
1261 AXSetVoiceEndAddr(activeStrm->voiceL, activeStrm->nextLoopEndL); in STRMUpdate()
1281 activeStrm->nextLoopEndL = (u32)OSCachedToPhysical(activeStrm->lsBufferL); in STRMUpdate()
1282 activeStrm->nextLoopEndL *= 2; // Bytes -> nibbles in STRMUpdate()
1283 activeStrm->nextLoopEndL += (u32)activeStrm->lsLoopEnd; in STRMUpdate()
1384 AXSetVoiceEndAddr(activeStrm->voiceL, activeStrm->nextLoopEndL); in STRMUpdate()
1402 activeStrm->nextLoopEndL = (u32)OSCachedToPhysical(activeStrm->strmBufferL); in STRMUpdate()
[all …]