Home
last modified time | relevance | path

Searched refs:playAudioBuffer (Results 1 – 4 of 4) sorted by relevance

/RvlSDK-2.1/build/demos/thpdemo/src/THPPlayer/
DTHPPlayer.c765 ActivePlayer.playAudioBuffer = NULL; in THPPlayerPrepare()
909 if (ActivePlayer.playAudioBuffer) in THPPlayerSkip()
911 PushFreeAudioBuffer(ActivePlayer.playAudioBuffer); in THPPlayerSkip()
912 ActivePlayer.playAudioBuffer = NULL; in THPPlayerSkip()
919 if (ActivePlayer.playAudioBuffer) in THPPlayerSkip()
921 PushFreeAudioBuffer(ActivePlayer.playAudioBuffer); in THPPlayerSkip()
925 … ActivePlayer.playAudioBuffer = (THPAudioBuffer *)PopDecodedAudioBuffer(OS_MESSAGE_BLOCK); in THPPlayerSkip()
1126 … if (frameNumber == ActivePlayer.header.numFrames && ActivePlayer.playAudioBuffer == NULL) in PlayControl()
1569 if (ActivePlayer.playAudioBuffer == NULL) in MixAudio()
1571 …if ((ActivePlayer.playAudioBuffer = (THPAudioBuffer *)PopDecodedAudioBuffer(OS_MESSAGE_NOBLOCK)) =… in MixAudio()
[all …]
/RvlSDK-2.1/build/demos/thpdemo/src/THPPlayerStrmAX/
DTHPPlayer.c754 ActivePlayer.playAudioBuffer = NULL; in THPPlayerPrepare()
926 if (ActivePlayer.playAudioBuffer) in THPPlayerSkip()
928 PushFreeAudioBuffer(ActivePlayer.playAudioBuffer); in THPPlayerSkip()
929 ActivePlayer.playAudioBuffer = NULL; in THPPlayerSkip()
937 if (ActivePlayer.playAudioBuffer) in THPPlayerSkip()
939 PushFreeAudioBuffer(ActivePlayer.playAudioBuffer); in THPPlayerSkip()
943 … ActivePlayer.playAudioBuffer = (THPAudioBuffer *)PopDecodedAudioBuffer(OS_MESSAGE_BLOCK); in THPPlayerSkip()
1147 … if (frameNumber == ActivePlayer.header.numFrames && ActivePlayer.playAudioBuffer == NULL) in PlayControl()
2292 if (ActivePlayer.playAudioBuffer == NULL) in GetAudioSample()
2294 …if ((ActivePlayer.playAudioBuffer = (THPAudioBuffer *)PopDecodedAudioBuffer(OS_MESSAGE_NOBLOCK)) =… in GetAudioSample()
[all …]
/RvlSDK-2.1/build/demos/thpdemo/include/
DTHPPlayerStrmAX.h90 THPAudioBuffer *playAudioBuffer; member
DTHPPlayer.h100 THPAudioBuffer *playAudioBuffer; member