Home
last modified time | relevance | path

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

/RvlSDK-3.3/build/demos/axdemo/src/
Daxstream2.c641 DSPADPCM* dspHeaderL; in STRMPrepare() local
754 dspHeaderL = (DSPADPCM*)strm->headerBufferL; in STRMPrepare()
764 frameCA = (s32)(dspHeaderL->ca / NIBBLES_PER_FRAME); in STRMPrepare()
765 frameLoopStart = (s32)(dspHeaderL->sa / NIBBLES_PER_FRAME); in STRMPrepare()
766 frameLoopEnd = (s32)(dspHeaderL->ea / NIBBLES_PER_FRAME); in STRMPrepare()
787 OSReport("ca %ld\n", dspHeaderL->ca); in STRMPrepare()
788 OSReport("sa %ld\n", dspHeaderL->sa); in STRMPrepare()
789 OSReport("es %ld\n", dspHeaderL->ea); in STRMPrepare()
831 strm1stCA += (s32)(dspHeaderL->ca % NIBBLES_PER_FRAME); in STRMPrepare()
835 strm1stLoopEnd += (s32)(dspHeaderL->ea % NIBBLES_PER_FRAME); in STRMPrepare()
[all …]