Home
last modified time | relevance | path

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

/RvlSDK-3.1/build/demos/thpdemo/src/THPPlayer/
Dmain.c64 BOOL open, play, onMemory; in main() local
89 open = FALSE; in main()
138 open = TRUE; in main()
145 open = TRUE; in main()
152 open = TRUE; in main()
159 open = TRUE; in main()
224 if (open) in main()
236 if (open && !play) in main()
280 open = FALSE; in main()
DTHPPlayer.c239 if (ActivePlayer.open) in THPPlayerOpen()
351 ActivePlayer.open = TRUE; in THPPlayerOpen()
371 if (ActivePlayer.open) in THPPlayerClose()
375 ActivePlayer.open = FALSE; in THPPlayerClose()
399 if (ActivePlayer.open) in THPPlayerCalcNeedMemory()
451 if (ActivePlayer.open && (ActivePlayer.state == THP_PLAYER_STOP)) in THPPlayerSetBuffer()
623 if (ActivePlayer.open && (ActivePlayer.state == THP_PLAYER_STOP)) in THPPlayerPrepare()
788 if (ActivePlayer.open && ((ActivePlayer.state == THP_PLAYER_PREPARE) in THPPlayerPlay()
817 if (ActivePlayer.open && !(ActivePlayer.state == THP_PLAYER_STOP)) in THPPlayerStop()
871 if (ActivePlayer.open && (ActivePlayer.state == THP_PLAYER_PLAY)) in THPPlayerPause()
[all …]
/RvlSDK-3.1/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.1/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.c612 if( (fidNew = open(arcNewName, O_BINARY | O_TRUNC | O_CREAT | O_WRONLY, 0666)) == -1 ) in ConstructFSTFromStructure()
682 if( (fidOld = open(item->fileName, O_BINARY | O_RDONLY)) == -1 ) in ConstructFSTFromStructure()
/RvlSDK-3.1/build/demos/thpdemo/src/THPSimple/
DTHPSimple.c220 if (SimpleControl.open) in THPSimpleOpen()
341 SimpleControl.open = TRUE; in THPSimpleOpen()
361 if (SimpleControl.open) in THPSimpleClose()
379 SimpleControl.open = FALSE; in THPSimpleClose()
406 if (SimpleControl.open) in THPSimpleCalcNeedMemory()
450 if (SimpleControl.open && SimpleControl.preFetchState == FALSE) in THPSimpleSetBuffer()
634 if (SimpleControl.open && (SimpleControl.preFetchState == FALSE)) in THPSimplePreLoad()
740 if (SimpleControl.open && (SimpleControl.audioState == FALSE)) in THPSimpleLoadStop()
990 if (SimpleControl.open && (SimpleControl.audioState == TRUE) && SimpleControl.audioExist) in MixAudio()
1094 if (SimpleControl.open && (SimpleControl.audioState == TRUE) && SimpleControl.audioExist) in MixAudio()
[all …]
/RvlSDK-3.1/build/demos/thpdemo/include/
DTHPSimple.h63 BOOL open; member
DTHPPlayerStrmAX.h73 BOOL open; member
DTHPPlayer.h76 BOOL open; member