Home
last modified time | relevance | path

Searched refs:open (Results 1 – 12 of 12) sorted by relevance

/RvlSDK-3.2/build/demos/thpdemo/src/THPPlayer/
Dmain.c67 BOOL open, play, onMemory; in main() local
92 open = FALSE; in main()
141 open = TRUE; in main()
148 open = TRUE; in main()
155 open = TRUE; in main()
162 open = TRUE; in main()
245 if (open) in main()
257 if (open && !play) in main()
301 open = FALSE; in main()
DTHPPlayer.c249 if (ActivePlayer.open) in THPPlayerOpen()
361 ActivePlayer.open = TRUE; in THPPlayerOpen()
381 if (ActivePlayer.open) in THPPlayerClose()
385 ActivePlayer.open = FALSE; in THPPlayerClose()
409 if (ActivePlayer.open) in THPPlayerCalcNeedMemory()
461 if (ActivePlayer.open && (ActivePlayer.state == THP_PLAYER_STOP)) in THPPlayerSetBuffer()
633 if (ActivePlayer.open && (ActivePlayer.state == THP_PLAYER_STOP)) in THPPlayerPrepare()
798 if (ActivePlayer.open && ((ActivePlayer.state == THP_PLAYER_PREPARE) in THPPlayerPlay()
827 if (ActivePlayer.open && !(ActivePlayer.state == THP_PLAYER_STOP)) in THPPlayerStop()
881 if (ActivePlayer.open && (ActivePlayer.state == THP_PLAYER_PLAY)) in THPPlayerPause()
[all …]
/RvlSDK-3.2/build/demos/thpdemo/src/THPPlayerStrmAX/
Dmain.c64 BOOL open, play, onMemory; in main() local
92 open = FALSE; in main()
137 open = TRUE; in main()
144 open = TRUE; in main()
151 open = TRUE; in main()
158 open = TRUE; in main()
196 if (open) in main()
208 if (open && !play) in main()
270 open = FALSE; in main()
DTHPPlayer.c194 if (ActivePlayer.open) in THPPlayerOpen()
306 ActivePlayer.open = TRUE; in THPPlayerOpen()
323 if (ActivePlayer.open) in THPPlayerClose()
327 ActivePlayer.open = FALSE; in THPPlayerClose()
351 if (ActivePlayer.open) in THPPlayerCalcNeedMemory()
405 if (ActivePlayer.open && (ActivePlayer.state == THP_PLAYER_STOP)) in THPPlayerSetBuffer()
601 if (ActivePlayer.open && (ActivePlayer.state == THP_PLAYER_STOP)) in THPPlayerPrepare()
771 if (ActivePlayer.open && ((ActivePlayer.state == THP_PLAYER_PREPARE) in THPPlayerPlay()
804 if (ActivePlayer.open && !(ActivePlayer.state == THP_PLAYER_STOP)) in THPPlayerStop()
856 if (ActivePlayer.open && (ActivePlayer.state == THP_PLAYER_PLAY)) in THPPlayerPause()
[all …]
/RvlSDK-3.2/build/tools/darch/src/
Dout.c39 if( (fido = open(name, in makeOutFile()
47 if( (fidi = open(fstFile, O_BINARY | O_RDONLY)) == -1 ) in makeOutFile()
58 if( (fidi = open(userFile, O_BINARY | O_RDONLY)) == -1 ) in makeOutFile()
Dfst.c317 if( (fid = open(fstFile, O_BINARY | O_TRUNC | O_CREAT | O_WRONLY, 0666)) == -1 ) in createFST()
352 if( (fidd = open(userFile, O_TRUNC | O_CREAT | O_BINARY | O_WRONLY, 0666)) == -1 ) in createUserFile()
377 if( (fids = open(curr->pathName, O_BINARY | O_RDONLY)) == -1 ) in createUserFile()
Dextract.c57 if( (handle->fid = open(fileName, O_BINARY | O_RDONLY)) == -1 ) in OpenArc()
262 if( (fidB = open(entryInfo->pathName, O_BINARY | O_RDONLY)) == -1 ) in Diff()
302 … if( (outid = open(entryInfo->pathName, O_BINARY | O_TRUNC | O_CREAT | O_WRONLY, 0666)) == -1 ) in Extract()
Dcreate.c616 if( (fidNew = open(arcNewName, O_BINARY | O_TRUNC | O_CREAT | O_WRONLY, 0666)) == -1 ) in ConstructFSTFromStructure()
686 if( (fidOld = open(item->fileName, O_BINARY | O_RDONLY)) == -1 ) in ConstructFSTFromStructure()
/RvlSDK-3.2/build/demos/thpdemo/src/THPSimple/
DTHPSimple.c231 if (SimpleControl.open) in THPSimpleOpen()
352 SimpleControl.open = TRUE; in THPSimpleOpen()
372 if (SimpleControl.open) in THPSimpleClose()
390 SimpleControl.open = FALSE; in THPSimpleClose()
417 if (SimpleControl.open) in THPSimpleCalcNeedMemory()
461 if (SimpleControl.open && SimpleControl.preFetchState == FALSE) in THPSimpleSetBuffer()
645 if (SimpleControl.open && (SimpleControl.preFetchState == FALSE)) in THPSimplePreLoad()
751 if (SimpleControl.open && (SimpleControl.audioState == FALSE)) in THPSimpleLoadStop()
1003 if (SimpleControl.open && (SimpleControl.audioState == TRUE) && SimpleControl.audioExist) in MixAudio()
1125 if (SimpleControl.open && (SimpleControl.audioState == TRUE) && SimpleControl.audioExist) in MixAudio()
[all …]
/RvlSDK-3.2/build/demos/thpdemo/include/
DTHPSimple.h73 BOOL open; member
DTHPPlayerStrmAX.h73 BOOL open; member
DTHPPlayer.h81 BOOL open; member