Searched refs:playAudioBuffer (Results 1 – 4 of 4) sorted by relevance
775 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 …]
743 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 …]
93 THPAudioBuffer *playAudioBuffer; member
105 THPAudioBuffer *playAudioBuffer; member