Lines Matching refs:internalState
303 ActivePlayer.state = ActivePlayer.internalState = THP_PLAYER_STOP; in THPPlayerOpen()
739 ActivePlayer.internalState = THP_PLAYER_STOP; in THPPlayerPrepare()
806 ActivePlayer.state = ActivePlayer.internalState = THP_PLAYER_STOP; in THPPlayerStop()
858 ActivePlayer.state = ActivePlayer.internalState = THP_PLAYER_PAUSE; in THPPlayerPause()
1014 ActivePlayer.state = ActivePlayer.internalState = THP_PLAYER_ERROR; in PlayControl()
1046 ActivePlayer.internalState = THP_PLAYER_PLAY; in PlayControl()
1078 …vePlayer.audioExist && ActivePlayer.retraceCount == 1 && ActivePlayer.internalState != THP_PLAYER_… in PlayControl()
1081 ActivePlayer.internalState = THP_PLAYER_PLAY; in PlayControl()
1138 ActivePlayer.state = ActivePlayer.internalState = THP_PLAYER_PLAYED; in PlayControl()
1157 ActivePlayer.state = ActivePlayer.internalState = THP_PLAYER_PLAYED; in PlayControl()
2034 if (Initialized && (StreamL || StreamR) & (ActivePlayer.internalState == THP_PLAYER_PLAY)) in THPPlayerStreamUpdate()