Home
last modified time | relevance | path

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

/RvlSDK-2.1/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.c294 if (THPPlayerPrepare(0, THP_PLAY_LOOP, audioTrack) == FALSE) in main()
DTHPPlayer.c690 playFlag &= THP_PLAY_LOOP; in THPPlayerPrepare()
907 … if (!(ActivePlayer.playFlag & THP_PLAY_LOOP) && (frameNumber == ActivePlayer.header.numFrames)) in THPPlayerSkip()
942 …if (!(ActivePlayer.playFlag & THP_PLAY_LOOP) && (frameNumber == ActivePlayer.header.numFrames - 1)) in THPPlayerSkip()
1118 if (!(ActivePlayer.playFlag & THP_PLAY_LOOP)) in PlayControl()
/RvlSDK-2.1/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.c283 if (THPPlayerPrepare(0, THP_PLAY_LOOP, audioTrack) == FALSE) in main()
DTHPPlayer.c679 playFlag &= THP_PLAY_LOOP; in THPPlayerPrepare()
924 …if (!(ActivePlayer.playFlag & THP_PLAY_LOOP) && (frameNumber >= ActivePlayer.header.numFrames - 1)) in THPPlayerSkip()
961 …if (!(ActivePlayer.playFlag & THP_PLAY_LOOP) && (frameNumber == ActivePlayer.header.numFrames - 1)) in THPPlayerSkip()
1139 if (!(ActivePlayer.playFlag & THP_PLAY_LOOP)) in PlayControl()
/RvlSDK-2.1/build/demos/thpdemo/include/
DTHPPlayerCommon.h46 THP_PLAY_LOOP = 0x01 enumerator
/RvlSDK-2.1/build/demos/thpdemo/src/THPSimple/
Dmain.c118 if (THPSimplePreLoad(THP_PLAY_LOOP) == FALSE) in main()
DTHPSimple.c516 if (SimpleControl.loop == THP_PLAY_LOOP) in ReadFrameAsync()
673 if (SimpleControl.loop == THP_PLAY_LOOP) in THPSimplePreLoad()