Home
last modified time | relevance | path

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

/RvlSDK-3.3/build/demos/axdemo/src/
Daxstream2.c228 s32 strmLoopEnd; member
662 s32 strmLoopEnd; in STRMPrepare() local
868 strmLoopEnd = STRM_BUFFER_SIZE + strmTotalRead % STRM_BUFFER_SIZE - BYTES_PER_FRAME; in STRMPrepare()
869 strmLoopEnd *= 2; // Bytes -> nibbles in STRMPrepare()
870 strmLoopEnd += (s32)(dspHeaderL->ea % NIBBLES_PER_FRAME); in STRMPrepare()
885 strm->strmLoopEnd = strmLoopEnd; in STRMPrepare()
1404 activeStrm->nextLoopEndL += (u32)activeStrm->strmLoopEnd; in STRMUpdate()
1407 activeStrm->nextLoopEndR += (u32)activeStrm->strmLoopEnd; in STRMUpdate()