Home
last modified time | relevance | path

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

/RvlSDK-2.1/build/demos/thpdemo/src/THPPlayer/
DTHPPlayer.c348 ActivePlayer.state = ActivePlayer.internalState = THP_PLAYER_STOP; in THPPlayerOpen()
761 ActivePlayer.internalState = THP_PLAYER_STOP; in THPPlayerPrepare()
819 ActivePlayer.state = ActivePlayer.internalState = THP_PLAYER_STOP; in THPPlayerStop()
873 ActivePlayer.state = ActivePlayer.internalState = THP_PLAYER_PAUSE; in THPPlayerPause()
1006 ActivePlayer.state = ActivePlayer.internalState = THP_PLAYER_ERROR; in PlayControl()
1037 ActivePlayer.internalState = THP_PLAYER_PLAY; in PlayControl()
1071 ActivePlayer.internalState = THP_PLAYER_PLAY; in PlayControl()
1128 ActivePlayer.state = ActivePlayer.internalState = THP_PLAYER_PLAYED; in PlayControl()
1147 ActivePlayer.state = ActivePlayer.internalState = THP_PLAYER_PLAYED; in PlayControl()
1561 …if (ActivePlayer.open && (ActivePlayer.internalState == THP_PLAYER_PLAY) && ActivePlayer.audioExis… in MixAudio()
[all …]
/RvlSDK-2.1/build/demos/thpdemo/src/THPPlayerStrmAX/
DTHPPlayer.c314 ActivePlayer.state = ActivePlayer.internalState = THP_PLAYER_STOP; in THPPlayerOpen()
750 ActivePlayer.internalState = THP_PLAYER_STOP; in THPPlayerPrepare()
817 ActivePlayer.state = ActivePlayer.internalState = THP_PLAYER_STOP; in THPPlayerStop()
869 ActivePlayer.state = ActivePlayer.internalState = THP_PLAYER_PAUSE; in THPPlayerPause()
1025 ActivePlayer.state = ActivePlayer.internalState = THP_PLAYER_ERROR; in PlayControl()
1057 ActivePlayer.internalState = THP_PLAYER_PLAY; in PlayControl()
1089 …vePlayer.audioExist && ActivePlayer.retraceCount == 1 && ActivePlayer.internalState != THP_PLAYER_… in PlayControl()
1092 ActivePlayer.internalState = THP_PLAYER_PLAY; in PlayControl()
1149 ActivePlayer.state = ActivePlayer.internalState = THP_PLAYER_PLAYED; in PlayControl()
1168 ActivePlayer.state = ActivePlayer.internalState = THP_PLAYER_PLAYED; in PlayControl()
[all …]
/RvlSDK-2.1/build/demos/thpdemo/include/
DTHPPlayerStrmAX.h72 u8 internalState; member
DTHPPlayer.h78 u8 internalState; member