Searched refs:playAudioBuffer (Results 1 – 4 of 4) sorted by relevance
765 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 …]
754 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 …]
90 THPAudioBuffer *playAudioBuffer; member
100 THPAudioBuffer *playAudioBuffer; member