Searched refs:playFlag (Results 1 – 10 of 10) sorted by relevance
76 u8 playFlag; member105 extern BOOL THPPlayerPrepare(s32 frameNum, s32 playFlag, s32 audioTrack);
84 u8 playFlag; member119 extern BOOL THPPlayerPrepare(s32 frameNum, s32 playFlag, s32 audioTrack);
209 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()
197 if (!(ActivePlayer.playFlag & THP_PLAY_LOOP)) in AudioDecoder()253 if (ActivePlayer.playFlag & THP_PLAY_LOOP) in AudioDecoderForOnMemory()
304 ActivePlayer.playFlag = 0; in THPPlayerOpen()596 BOOL THPPlayerPrepare(s32 frameNum, s32 playFlag, s32 audioTrack) in THPPlayerPrepare() argument668 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()
213 if (ActivePlayer.playFlag & THP_PLAY_LOOP) in Reader()
213 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()
359 ActivePlayer.playFlag = 0; in THPPlayerOpen()628 BOOL THPPlayerPrepare(s32 frameNum, s32 playFlag, s32 audioTrack) in THPPlayerPrepare() argument700 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()
217 if (ActivePlayer.playFlag & THP_PLAY_LOOP) in Reader()
229 if (ActivePlayer.playFlag & THP_PLAY_LOOP) in AudioDecoderForOnMemory()