Home
last modified time | relevance | path

Searched refs:THP_PLAYER_STOP (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()
383 if (ActivePlayer.state == THP_PLAYER_STOP) in THPPlayerClose()
461 if (ActivePlayer.open && (ActivePlayer.state == THP_PLAYER_STOP)) in THPPlayerSetBuffer()
633 if (ActivePlayer.open && (ActivePlayer.state == THP_PLAYER_STOP)) in THPPlayerPrepare()
771 ActivePlayer.internalState = THP_PLAYER_STOP; in THPPlayerPrepare()
827 if (ActivePlayer.open && !(ActivePlayer.state == THP_PLAYER_STOP)) in THPPlayerStop()
829 ActivePlayer.state = ActivePlayer.internalState = THP_PLAYER_STOP; in THPPlayerStop()
1273 … if (ActivePlayer.open && !(ActivePlayer.state == THP_PLAYER_STOP) && ActivePlayer.dispTextureSet) in THPPlayerDrawCurrentFrame()
/RvlSDK-3.2/build/demos/thpdemo/src/THPPlayerStrmAX/
DTHPPlayer.c303 ActivePlayer.state = ActivePlayer.internalState = THP_PLAYER_STOP; in THPPlayerOpen()
325 if (ActivePlayer.state == THP_PLAYER_STOP) in THPPlayerClose()
405 if (ActivePlayer.open && (ActivePlayer.state == THP_PLAYER_STOP)) in THPPlayerSetBuffer()
601 if (ActivePlayer.open && (ActivePlayer.state == THP_PLAYER_STOP)) in THPPlayerPrepare()
739 ActivePlayer.internalState = THP_PLAYER_STOP; in THPPlayerPrepare()
804 if (ActivePlayer.open && !(ActivePlayer.state == THP_PLAYER_STOP)) in THPPlayerStop()
806 ActivePlayer.state = ActivePlayer.internalState = THP_PLAYER_STOP; in THPPlayerStop()
1273 … if (ActivePlayer.open && !(ActivePlayer.state == THP_PLAYER_STOP) && ActivePlayer.dispTextureSet) in THPPlayerDrawCurrentFrame()
/RvlSDK-3.2/build/demos/thpdemo/include/
DTHPPlayerStrmAX.h57 THP_PLAYER_STOP = 0x0, enumerator
DTHPPlayer.h65 THP_PLAYER_STOP = 0x0, enumerator