Home
last modified time | relevance | path

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

/RvlSDK-3.1.4/build/demos/thpdemo/src/THPPlayer/
DTHPPlayer.c348 ActivePlayer.state = ActivePlayer.internalState = THP_PLAYER_STOP; in THPPlayerOpen()
373 if (ActivePlayer.state == THP_PLAYER_STOP) in THPPlayerClose()
451 if (ActivePlayer.open && (ActivePlayer.state == THP_PLAYER_STOP)) in THPPlayerSetBuffer()
623 if (ActivePlayer.open && (ActivePlayer.state == THP_PLAYER_STOP)) in THPPlayerPrepare()
761 ActivePlayer.internalState = THP_PLAYER_STOP; in THPPlayerPrepare()
817 if (ActivePlayer.open && !(ActivePlayer.state == THP_PLAYER_STOP)) in THPPlayerStop()
819 ActivePlayer.state = ActivePlayer.internalState = THP_PLAYER_STOP; in THPPlayerStop()
1263 … if (ActivePlayer.open && !(ActivePlayer.state == THP_PLAYER_STOP) && ActivePlayer.dispTextureSet) in THPPlayerDrawCurrentFrame()
/RvlSDK-3.1.4/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.1.4/build/demos/thpdemo/include/
DTHPPlayerStrmAX.h57 THP_PLAYER_STOP = 0x0, enumerator
DTHPPlayer.h60 THP_PLAYER_STOP = 0x0, enumerator