Home
last modified time | relevance | path

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

/RvlSDK-3.3/build/demos/axdemo/src/
Daxstream2.c182 u32 nextLoopStartL; member
1023 strm->nextLoopStartL = (u32)OSCachedToPhysical(strm->lsBufferL); in STRMStart()
1024 strm->nextLoopStartL *= 2; // Bytes -> nibbles in STRMStart()
1025 strm->nextLoopStartL += (u32)strm->lsLoopStart; in STRMStart()
1265 AXSetVoiceLoopAddr(activeStrm->voiceL, activeStrm->nextLoopStartL); in STRMUpdate()
1289 … activeStrm->nextLoopStartL = (u32)OSCachedToPhysical(activeStrm->strmBufferL); in STRMUpdate()
1290 activeStrm->nextLoopStartL *= 2; // Bytes -> nibbles in STRMUpdate()
1291 activeStrm->nextLoopStartL += 2; // Skip frame header in STRMUpdate()
1388 AXSetVoiceLoopAddr(activeStrm->voiceL, activeStrm->nextLoopStartL); in STRMUpdate()
1410 activeStrm->nextLoopStartL = (u32)OSCachedToPhysical(activeStrm->lsBufferL); in STRMUpdate()
[all …]