Lines Matching refs:strmBufferL
198 u8* strmBufferL; member
685 strm->strmBufferL = (u8*)ptr; in STRMPrepare()
712 strm->strmBufferLHalfPtr = (u32)OSCachedToPhysical(strm->strmBufferL) + STRM_BUFFER_SIZE; in STRMPrepare()
816 strm1stPrevPtr = (u32)OSCachedToPhysical(strm->strmBufferL) + STRM_BUFFER_SIZE * 2; in STRMPrepare()
823 strm1stPrevPtr = (u32)OSCachedToPhysical(strm->strmBufferL); in STRMPrepare()
992 strm->strmBufferL + strm->strm1stAddr, in STRMStart()
1015 strm->nextLoopEndL = (u32)OSCachedToPhysical(strm->strmBufferL); in STRMStart()
1048 loopStart = (u32)OSCachedToPhysical(strm->strmBufferL) * 2; in STRMStart()
1289 … activeStrm->nextLoopStartL = (u32)OSCachedToPhysical(activeStrm->strmBufferL); in STRMUpdate()
1317 loopStartL = (u32)OSCachedToPhysical(activeStrm->strmBufferL); in STRMUpdate()
1402 activeStrm->nextLoopEndL = (u32)OSCachedToPhysical(activeStrm->strmBufferL); in STRMUpdate()
1548 activeStrm->strmBufferL + activeStrm->writeOffset, in getDataL()
1593 loop.loop_pred_scale = (u16)(*((u8*)(activeStrm->strmBufferL))); in getDataR()