Home
last modified time | relevance | path

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

/RvlSDK-3.2/build/demos/thpdemo/src/THPPlayer/
DTHPPlayer.c358 ActivePlayer.state = ActivePlayer.internalState = THP_PLAYER_STOP; in THPPlayerOpen()
771 ActivePlayer.internalState = THP_PLAYER_STOP; in THPPlayerPrepare()
829 ActivePlayer.state = ActivePlayer.internalState = THP_PLAYER_STOP; in THPPlayerStop()
883 ActivePlayer.state = ActivePlayer.internalState = THP_PLAYER_PAUSE; in THPPlayerPause()
1016 ActivePlayer.state = ActivePlayer.internalState = THP_PLAYER_ERROR; in PlayControl()
1047 ActivePlayer.internalState = THP_PLAYER_PLAY; 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()
1571 …if (ActivePlayer.open && (ActivePlayer.internalState == THP_PLAYER_PLAY) && ActivePlayer.audioExis… in MixAudio()
[all …]
/RvlSDK-3.2/build/demos/thpdemo/src/THPPlayerStrmAX/
DTHPPlayer.c303 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()
[all …]
/RvlSDK-3.2/build/demos/thpdemo/include/
DTHPPlayerStrmAX.h75 u8 internalState; member
DTHPPlayer.h83 u8 internalState; member