Searched refs:pb (Results 1 – 25 of 25) sorted by relevance
165 p = (u16*)&axvpb->pb.addr; in SPPrepareSound()222 p = (u16*)&axvpb->pb.addr; in SPPrepareSound()282 p = (u16*)&axvpb->pb.addr; in SPPrepareSound()338 p = (u16*)&axvpb->pb.addr; in SPPrepareSound()394 p = (u16*)&axvpb->pb.addr; in SPPrepareSound()450 p = (u16*)&axvpb->pb.addr; in SPPrepareSound()514 axvpb->pb.addr.loopFlag = AXPBADDR_LOOP_OFF; in SPPrepareEnd()515 axvpb->pb.addr.endAddressHi = (u16)(sound->endAddr >> 16); in SPPrepareEnd()516 axvpb->pb.addr.endAddressLo = (u16)(sound->endAddr & 0xFFFF); in SPPrepareEnd()
190 #define GetVoiceCurrentAddr32(v) (*(u32 *)(&((v)->pb.addr.currentAddressHi))) 191 #define GetVoiceLoopAddr32(v) (*(u32 *)(&((v)->pb.addr.loopAddressHi))) 192 #define GetVoiceEndAddr32(v) (*(u32 *)(&((v)->pb.addr.endAddressHi)))369 if (Voices[i].voice->pb.state == AX_PB_STATE_STOP) in AudioFrameCallback()
400 ax_v->pb.addr.loopFlag = AXPBADDR_LOOP_OFF; in play_sound()401 ax_v->pb.addr.endAddressHi = (u16)(demo_v->sp_entry->endAddr >> 16); in play_sound()402 ax_v->pb.addr.endAddressLo = (u16)(demo_v->sp_entry->endAddr & 0xFFFF); in play_sound()465 if ( AX_PB_STATE_STOP == ((demo_voices[i].ax_voice)->pb.state)) in ax_demo_callback()
306 … curr_ptr = (u32)(streamL->pb.addr.currentAddressHi << 16) | (streamL->pb.addr.currentAddressLo); in callbackAudioFrame()842 *(u32*)&streamL->pb.addr.currentAddressHi, in main()843 *(u32*)&streamR->pb.addr.currentAddressHi); in main()
1222 currPtr = (u32)((activeStrm->voiceL->pb.addr.currentAddressHi << 16) | in STRMUpdate()1223 (activeStrm->voiceL->pb.addr.currentAddressLo)); in STRMUpdate()
325 if ( AX_PB_STATE_STOP == ((demo_voices[i].ax_voice)->pb.state)) in ax_demo_callback()
322 if ( AX_PB_STATE_STOP == ((demo_voices[i].ax_voice)->pb.state)) in ax_demo_callback()
323 if ( AX_PB_STATE_STOP == ((demo_voices[i].ax_voice)->pb.state)) in ax_demo_callback()
365 if ( AX_PB_STATE_STOP == ((demo_voices[i].ax_voice)->pb.state)) in ax_demo_callback()
328 if ( AX_PB_STATE_STOP == ((demo_voices[i].ax_voice)->pb.state)) in ax_demo_callback()
468 if ( AX_PB_STATE_STOP == ((demo_voice[i].ax_voice)->pb.state)) in ax_demo_callback()
346 if ( AX_PB_STATE_STOP == ((demo_voices[i].ax_voice)->pb.state)) in ax_demo_callback()
355 if ( AX_PB_STATE_STOP == ((demo_voices[i].ax_voice)->pb.state)) in ax_demo_callback()
779 axvpb->pb.ve.currentVolume = c->v; in MIXInitChannel()780 axvpb->pb.ve.currentDelta = 0; in MIXInitChannel()782 p = (u16*)&axvpb->pb.mix; in MIXInitChannel()809 axvpb->pb.mixerCtrl = mixerCtrl; in MIXInitChannel()812 p = (u16*)&axvpb->pb.rmtMix; in MIXInitChannel()814 axvpb->pb.rmtMixerCtrl = 0; in MIXInitChannel()1731 axvpb->pb.ve.currentVolume = c->v; in MIXUpdateSettings()1732 axvpb->pb.ve.currentDelta = (s16)((c->v1 - c->v) / AX_IN_SAMPLES_PER_FRAME); in MIXUpdateSettings()1739 u16 *p = (u16*)&axvpb->pb.mix; in MIXUpdateSettings()1797 axvpb->pb.mixerCtrl = mixerCtrl; in MIXUpdateSettings()
504 p = (u16*)&axvpb->pb.rmtMix; in __MIXRmtUpdateSettings()554 axvpb->pb.rmtMixerCtrl = mixerCtrl; in __MIXRmtUpdateSettings()
216 #define GetVoiceCurrentAddr32(v) (*(u32 *)(&((v)->pb.addr.currentAddressHi))) 217 #define GetVoiceLoopAddr32(v) (*(u32 *)(&((v)->pb.addr.loopAddressHi))) 218 #define GetVoiceEndAddr32(v) (*(u32 *)(&((v)->pb.addr.endAddressHi)))800 if (Voices[i].voice->pb.state == AX_PB_STATE_STOP) in AudioFrameCallback()
483 if ( AX_PB_STATE_STOP == ((vInfo[i].voice)->pb.state)) in AudioFrameCallback()
362 IOParam pb; member
903 AXPB pb; // write params to this PB member
406 if ( AX_PB_STATE_STOP == ((demo_voice[i].ax_voice)->pb.state)) in ax_demo_callback()
2038 …currentPosition = (u32)(StreamL->pb.addr.currentAddressHi << 16) | (StreamL->pb.addr.currentAddres… in THPPlayerStreamUpdate()