Home
last modified time | relevance | path

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

/RvlSDK-3.3/build/demos/axdemo/src/
Daxstream2.c183 u32 nextLoopStartR; member
1026 strm->nextLoopStartR = (u32)OSCachedToPhysical(strm->lsBufferR); in STRMStart()
1027 strm->nextLoopStartR *= 2; // Bytes -> nibbles in STRMStart()
1028 strm->nextLoopStartR += (u32)strm->lsLoopStart; in STRMStart()
1266 AXSetVoiceLoopAddr(activeStrm->voiceR, activeStrm->nextLoopStartR); in STRMUpdate()
1292 … activeStrm->nextLoopStartR = (u32)OSCachedToPhysical(activeStrm->strmBufferR); in STRMUpdate()
1293 activeStrm->nextLoopStartR *= 2; // Bytes -> nibbles in STRMUpdate()
1294 activeStrm->nextLoopStartR += 2; // Skip frame header in STRMUpdate()
1389 AXSetVoiceLoopAddr(activeStrm->voiceR, activeStrm->nextLoopStartR); in STRMUpdate()
1413 activeStrm->nextLoopStartR = (u32)OSCachedToPhysical(activeStrm->lsBufferR); in STRMUpdate()
[all …]