Home
last modified time | relevance | path

Searched refs:PopDecodedAudioBuffer (Results 1 – 5 of 5) sorted by relevance

/RvlSDK-3.2.2/build/demos/thpdemo/include/
DTHPAudioDecode.h44 extern void *PopDecodedAudioBuffer(s32 flag);
/RvlSDK-3.2.2/build/demos/thpdemo/src/THPPlayer/
DTHPAudioDecode.c346 void *PopDecodedAudioBuffer(s32 flag) in PopDecodedAudioBuffer() function
DTHPPlayer.c935 … ActivePlayer.playAudioBuffer = (THPAudioBuffer *)PopDecodedAudioBuffer(OS_MESSAGE_BLOCK); in THPPlayerSkip()
1581 …if ((ActivePlayer.playAudioBuffer = (THPAudioBuffer *)PopDecodedAudioBuffer(OS_MESSAGE_NOBLOCK)) =… in MixAudio()
1709 …if ((ActivePlayer.playAudioBuffer = (THPAudioBuffer *)PopDecodedAudioBuffer(OS_MESSAGE_NOBLOCK)) =… in MixAudio()
/RvlSDK-3.2.2/build/demos/thpdemo/src/THPPlayerStrmAX/
DTHPAudioDecode.c379 void *PopDecodedAudioBuffer(s32 flag) in PopDecodedAudioBuffer() function
DTHPPlayer.c932 … ActivePlayer.playAudioBuffer = (THPAudioBuffer *)PopDecodedAudioBuffer(OS_MESSAGE_BLOCK); in THPPlayerSkip()
1883 …if ((ActivePlayer.playAudioBuffer = (THPAudioBuffer *)PopDecodedAudioBuffer(OS_MESSAGE_NOBLOCK)) =… in GetAudioSample()