Home
last modified time | relevance | path

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

/RvlSDK-3.2/build/demos/thpdemo/src/THPPlayer/
DTHPPlayer.c775 ActivePlayer.playAudioBuffer = NULL; in THPPlayerPrepare()
919 if (ActivePlayer.playAudioBuffer) in THPPlayerSkip()
921 PushFreeAudioBuffer(ActivePlayer.playAudioBuffer); in THPPlayerSkip()
922 ActivePlayer.playAudioBuffer = NULL; in THPPlayerSkip()
929 if (ActivePlayer.playAudioBuffer) in THPPlayerSkip()
931 PushFreeAudioBuffer(ActivePlayer.playAudioBuffer); in THPPlayerSkip()
935 … ActivePlayer.playAudioBuffer = (THPAudioBuffer *)PopDecodedAudioBuffer(OS_MESSAGE_BLOCK); in THPPlayerSkip()
1136 … if (frameNumber == ActivePlayer.header.numFrames && ActivePlayer.playAudioBuffer == NULL) in PlayControl()
1579 if (ActivePlayer.playAudioBuffer == NULL) in MixAudio()
1581 …if ((ActivePlayer.playAudioBuffer = (THPAudioBuffer *)PopDecodedAudioBuffer(OS_MESSAGE_NOBLOCK)) =… in MixAudio()
[all …]
/RvlSDK-3.2/build/demos/thpdemo/src/THPPlayerStrmAX/
DTHPPlayer.c743 ActivePlayer.playAudioBuffer = NULL; in THPPlayerPrepare()
915 if (ActivePlayer.playAudioBuffer) in THPPlayerSkip()
917 PushFreeAudioBuffer(ActivePlayer.playAudioBuffer); in THPPlayerSkip()
918 ActivePlayer.playAudioBuffer = NULL; in THPPlayerSkip()
926 if (ActivePlayer.playAudioBuffer) in THPPlayerSkip()
928 PushFreeAudioBuffer(ActivePlayer.playAudioBuffer); in THPPlayerSkip()
932 … ActivePlayer.playAudioBuffer = (THPAudioBuffer *)PopDecodedAudioBuffer(OS_MESSAGE_BLOCK); in THPPlayerSkip()
1136 … if (frameNumber == ActivePlayer.header.numFrames && ActivePlayer.playAudioBuffer == NULL) in PlayControl()
1881 if (ActivePlayer.playAudioBuffer == NULL) in GetAudioSample()
1883 …if ((ActivePlayer.playAudioBuffer = (THPAudioBuffer *)PopDecodedAudioBuffer(OS_MESSAGE_NOBLOCK)) =… in GetAudioSample()
[all …]
/RvlSDK-3.2/build/demos/thpdemo/include/
DTHPPlayerStrmAX.h93 THPAudioBuffer *playAudioBuffer; member
DTHPPlayer.h105 THPAudioBuffer *playAudioBuffer; member