Lines Matching refs:AmemoryL
125 static u32 AmemoryL = 0; variable
1515 if (StreamL == NULL || AmemoryL == 0) in StreamInit()
1534 aramStartAddr = AmemoryL / 2; in StreamInit()
1535 aramEndAddr = ((AmemoryL + bufferSize) / 2) - 1; in StreamInit()
1640 AmemoryL, in StreamInit()
1646 StreamInfo.lastPos = AmemoryL / 2; in StreamInit()
1868 AXSetVoiceCurrentAddr(StreamL, AmemoryL / 2); in StreamReInit()
1877 AmemoryL, in StreamReInit()
1883 StreamInfo.lastPos = AmemoryL / 2; in StreamReInit()
2455 aramStartAddr = AmemoryL / 2; in THPPlayerStreamUpdate()
2467 aramHalfAddr = AmemoryL / 2 + bufferSampleNum / 2; in THPPlayerStreamUpdate()
2560 destAmemoryL = AmemoryL + (bufferSampleHalfNum << 1); in TransferStreamData()
2567 destAmemoryL = AmemoryL; in TransferStreamData()
2770 AmemoryL = addr; in THPPlayerSetAmemory()