Home
last modified time | relevance | path

Searched refs:THP_PLAY_LOOP (Results 1 – 13 of 13) sorted by relevance

/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()
DTHPRead.c213 if (ActivePlayer.playFlag & THP_PLAY_LOOP) in Reader()
Dmain.c244 if (THPPlayerPrepare(0, THP_PLAY_LOOP, audioTrack) == FALSE) in main()
DTHPPlayer.c668 playFlag &= THP_PLAY_LOOP; 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()
/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()
DTHPRead.c217 if (ActivePlayer.playFlag & THP_PLAY_LOOP) in Reader()
DTHPAudioDecode.c229 if (ActivePlayer.playFlag & THP_PLAY_LOOP) in AudioDecoderForOnMemory()
Dmain.c293 if (THPPlayerPrepare(0, THP_PLAY_LOOP, audioTrack) == FALSE) in main()
DTHPPlayer.c700 playFlag &= THP_PLAY_LOOP; 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()
/RvlSDK-3.2/build/demos/thpdemo/include/
DTHPPlayerCommon.h49 THP_PLAY_LOOP = 0x01 enumerator
/RvlSDK-3.2/build/demos/thpdemo/src/THPSimple/
Dmain.c112 if (THPSimplePreLoad(THP_PLAY_LOOP) == FALSE) in main()
DTHPSimple.c527 if (SimpleControl.loop == THP_PLAY_LOOP) in ReadFrameAsync()
684 if (SimpleControl.loop == THP_PLAY_LOOP) in THPSimplePreLoad()