Searched refs:dspHeaderL (Results 1 – 1 of 1) sorted by relevance
641 DSPADPCM* dspHeaderL; in STRMPrepare() local754 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 …]