Searched refs:currentAddressHi (Results 1 – 5 of 5) sorted by relevance
257 currentPosition = *((u32*)&streamR->pb.addr.currentAddressHi); in callbackAudioFrame()363 addr.currentAddressHi = (u16)(aramBufferL0 >> 16); in startStreamPcm16()382 addr.currentAddressHi = (u16)(aramBufferR0 >> 16); in startStreamPcm16()452 addr.currentAddressHi = (u16)(cu_addr >> 16); in startStreamPcm16()480 addr.currentAddressHi = (u16)(cu_addr >> 16); in startStreamPcm16()532 addr.currentAddressHi = (u16)(aramBufferL0 >> 16); in startStreamPcm8()551 addr.currentAddressHi = (u16)(aramBufferR0 >> 16); in startStreamPcm8()621 addr.currentAddressHi = (u16)(cu_addr >> 16); in startStreamPcm8()649 addr.currentAddressHi = (u16)(cu_addr >> 16); in startStreamPcm8()704 addr.currentAddressHi = (u16)(aramBufferL0 >> 16); in startStreamAdpcm()[all …]
215 #define GetVoiceCurrentAddr32(v) (*(u32 *)(&((v)->pb.addr.currentAddressHi))) 644 addr.currentAddressHi = (u16)(aramAddress >> 16); in AquireVoiceADPCM()672 addr.currentAddressHi = (u16)(mramAddress >> 16); in AquireVoiceADPCM()
1543 addr.currentAddressHi = (u16)(aramStartAddr >> 16); in StreamInit()1587 addr.currentAddressHi = (u16)(aramStartAddr >> 16); in StreamInit()1939 addr.currentAddressHi = (u16)(startAddr >> 16); in StreamInit()1983 addr.currentAddressHi = (u16)(startAddr >> 16); in StreamInit()2447 …currentPosition = (u32)(StreamL->pb.addr.currentAddressHi << 16) | (StreamL->pb.addr.currentAddres… in THPPlayerStreamUpdate()2495 …currentPosition = (u32)(StreamL->pb.addr.currentAddressHi << 16) | (StreamL->pb.addr.currentAddres… in THPPlayerStreamUpdate()
183 #define GetVoiceCurrentAddr32(v) (*(u32 *)(&((v)->pb.addr.currentAddressHi))) 719 addr.currentAddressHi = (u16)(mramAddress >> 16); in AquireVoiceADPCM()
350 u16 currentAddressHi; // Current playback position member