Home
last modified time | relevance | path

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

/RvlSDK-2.1/build/demos/thpdemo/src/THPPlayer/
Dmain.c64 BOOL open, play, onMemory; in main() local
93 open = FALSE; in main()
146 open = TRUE; in main()
153 open = TRUE; in main()
160 open = TRUE; in main()
167 open = TRUE; in main()
236 if (open) in main()
252 if (open && !play) in main()
302 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-2.1/build/demos/thpdemo/src/THPPlayerStrmAX/
Dmain.c62 BOOL open, play, onMemory; in main() local
100 open = FALSE; in main()
149 open = TRUE; in main()
156 open = TRUE; in main()
163 open = TRUE; in main()
170 open = TRUE; in main()
213 if (open) in main()
230 if (open && !play) in main()
309 open = FALSE; in main()
DTHPPlayer.c205 if (ActivePlayer.open) in THPPlayerOpen()
317 ActivePlayer.open = TRUE; in THPPlayerOpen()
334 if (ActivePlayer.open) in THPPlayerClose()
338 ActivePlayer.open = FALSE; in THPPlayerClose()
362 if (ActivePlayer.open) in THPPlayerCalcNeedMemory()
416 if (ActivePlayer.open && (ActivePlayer.state == THP_PLAYER_STOP)) in THPPlayerSetBuffer()
612 if (ActivePlayer.open && (ActivePlayer.state == THP_PLAYER_STOP)) in THPPlayerPrepare()
782 if (ActivePlayer.open && ((ActivePlayer.state == THP_PLAYER_PREPARE) in THPPlayerPlay()
815 if (ActivePlayer.open && !(ActivePlayer.state == THP_PLAYER_STOP)) in THPPlayerStop()
867 if (ActivePlayer.open && (ActivePlayer.state == THP_PLAYER_PLAY)) in THPPlayerPause()
[all …]
/RvlSDK-2.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-2.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-2.1/build/demos/thpdemo/include/
DTHPSimple.h63 BOOL open; member
DTHPPlayerStrmAX.h70 BOOL open; member
DTHPPlayer.h76 BOOL open; member