Home
last modified time | relevance | path

Searched refs:THP_PLAYER_STOP (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()
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-2.1/build/demos/thpdemo/src/THPPlayerStrmAX/
DTHPPlayer.c314 ActivePlayer.state = ActivePlayer.internalState = THP_PLAYER_STOP; in THPPlayerOpen()
336 if (ActivePlayer.state == THP_PLAYER_STOP) in THPPlayerClose()
416 if (ActivePlayer.open && (ActivePlayer.state == THP_PLAYER_STOP)) in THPPlayerSetBuffer()
612 if (ActivePlayer.open && (ActivePlayer.state == THP_PLAYER_STOP)) in THPPlayerPrepare()
750 ActivePlayer.internalState = THP_PLAYER_STOP; in THPPlayerPrepare()
815 if (ActivePlayer.open && !(ActivePlayer.state == THP_PLAYER_STOP)) in THPPlayerStop()
817 ActivePlayer.state = ActivePlayer.internalState = THP_PLAYER_STOP; in THPPlayerStop()
1284 … if (ActivePlayer.open && !(ActivePlayer.state == THP_PLAYER_STOP) && ActivePlayer.dispTextureSet) in THPPlayerDrawCurrentFrame()
2768 if (ActivePlayer.open && (ActivePlayer.state == THP_PLAYER_STOP)) in THPPlayerSetAmemory()
/RvlSDK-2.1/build/demos/thpdemo/include/
DTHPPlayerStrmAX.h54 THP_PLAYER_STOP = 0x0, enumerator
DTHPPlayer.h60 THP_PLAYER_STOP = 0x0, enumerator