Home
last modified time | relevance | path

Searched refs:playFlag (Results 1 – 10 of 10) sorted by relevance

/RvlSDK-3.2/build/demos/thpdemo/include/
DTHPPlayerStrmAX.h76 u8 playFlag; member
105 extern BOOL THPPlayerPrepare(s32 frameNum, s32 playFlag, s32 audioTrack);
DTHPPlayer.h84 u8 playFlag; member
119 extern BOOL THPPlayerPrepare(s32 frameNum, s32 playFlag, s32 audioTrack);
/RvlSDK-3.2/build/demos/thpdemo/src/THPPlayerStrmAX/
DTHPVideoDecode.c209 if (!(ActivePlayer.playFlag & THP_PLAY_LOOP)) in VideoDecoder()
279 if (ActivePlayer.playFlag & THP_PLAY_LOOP) in VideoDecoderForOnMemory()
313 if (ActivePlayer.playFlag & THP_PLAY_LOOP) in VideoDecoderForOnMemory()
DTHPAudioDecode.c197 if (!(ActivePlayer.playFlag & THP_PLAY_LOOP)) in AudioDecoder()
253 if (ActivePlayer.playFlag & THP_PLAY_LOOP) in AudioDecoderForOnMemory()
DTHPPlayer.c304 ActivePlayer.playFlag = 0; in THPPlayerOpen()
596 BOOL THPPlayerPrepare(s32 frameNum, s32 playFlag, s32 audioTrack) in THPPlayerPrepare() argument
668 playFlag &= THP_PLAY_LOOP; in THPPlayerPrepare()
669 ActivePlayer.playFlag = (u8)playFlag; in THPPlayerPrepare()
913 …if (!(ActivePlayer.playFlag & THP_PLAY_LOOP) && (frameNumber >= ActivePlayer.header.numFrames - 1)) in THPPlayerSkip()
950 …if (!(ActivePlayer.playFlag & THP_PLAY_LOOP) && (frameNumber == ActivePlayer.header.numFrames - 1)) in THPPlayerSkip()
1128 if (!(ActivePlayer.playFlag & THP_PLAY_LOOP)) in PlayControl()
DTHPRead.c213 if (ActivePlayer.playFlag & THP_PLAY_LOOP) in Reader()
/RvlSDK-3.2/build/demos/thpdemo/src/THPPlayer/
DTHPVideoDecode.c213 if (!(ActivePlayer.playFlag & THP_PLAY_LOOP)) in VideoDecoder()
283 if (ActivePlayer.playFlag & THP_PLAY_LOOP) in VideoDecoderForOnMemory()
317 if (ActivePlayer.playFlag & THP_PLAY_LOOP) in VideoDecoderForOnMemory()
DTHPPlayer.c359 ActivePlayer.playFlag = 0; in THPPlayerOpen()
628 BOOL THPPlayerPrepare(s32 frameNum, s32 playFlag, s32 audioTrack) in THPPlayerPrepare() argument
700 playFlag &= THP_PLAY_LOOP; in THPPlayerPrepare()
701 ActivePlayer.playFlag = (u8)playFlag; in THPPlayerPrepare()
917 … if (!(ActivePlayer.playFlag & THP_PLAY_LOOP) && (frameNumber == ActivePlayer.header.numFrames)) in THPPlayerSkip()
952 …if (!(ActivePlayer.playFlag & THP_PLAY_LOOP) && (frameNumber == ActivePlayer.header.numFrames - 1)) in THPPlayerSkip()
1128 if (!(ActivePlayer.playFlag & THP_PLAY_LOOP)) in PlayControl()
DTHPRead.c217 if (ActivePlayer.playFlag & THP_PLAY_LOOP) in Reader()
DTHPAudioDecode.c229 if (ActivePlayer.playFlag & THP_PLAY_LOOP) in AudioDecoderForOnMemory()