Home
last modified time | relevance | path

Searched refs:state (Results 1 – 25 of 34) sorted by relevance

12

/RvlSDK-2.1/build/libraries/seq/src/
Dseq.c212 track->state = SEQ_STATE_STOP; in __SEQTrackEnd()
384 track->state = SEQ_STATE_STOP; in __SEQInitTracks()
500 if ((sequence->state == SEQ_STATE_RUN) || in SEQRunAudioFrame()
501 (sequence->state == SEQ_STATE_RUNLOOPED)) in SEQRunAudioFrame()
509 if ((track->state == SEQ_STATE_RUN) || in SEQRunAudioFrame()
510 (track->state == SEQ_STATE_RUNLOOPED)) in SEQRunAudioFrame()
525 if (track->state == SEQ_STATE_STOP) in SEQRunAudioFrame()
539 if (sequence->state == SEQ_STATE_RUNLOOPED) in SEQRunAudioFrame()
593 sequence->state = SEQ_STATE_STOP; in SEQAddSequence()
644 void SEQSetState(SEQSEQUENCE *sequence, u32 state) in SEQSetState() argument
[all …]
/RvlSDK-2.1/build/demos/thpdemo/src/THPPlayer/
DTHPPlayer.c348 ActivePlayer.state = ActivePlayer.internalState = THP_PLAYER_STOP; in THPPlayerOpen()
373 if (ActivePlayer.state == THP_PLAYER_STOP) in THPPlayerClose()
451 if (ActivePlayer.open && (ActivePlayer.state == THP_PLAYER_STOP)) in THPPlayerSetBuffer()
623 if (ActivePlayer.open && (ActivePlayer.state == THP_PLAYER_STOP)) in THPPlayerPrepare()
760 ActivePlayer.state = THP_PLAYER_PREPARE; in THPPlayerPrepare()
788 if (ActivePlayer.open && ((ActivePlayer.state == THP_PLAYER_PREPARE) in THPPlayerPlay()
789 || (ActivePlayer.state == THP_PLAYER_PAUSE))) in THPPlayerPlay()
791 ActivePlayer.state = THP_PLAYER_PLAY; in THPPlayerPlay()
817 if (ActivePlayer.open && !(ActivePlayer.state == THP_PLAYER_STOP)) in THPPlayerStop()
819 ActivePlayer.state = ActivePlayer.internalState = THP_PLAYER_STOP; in THPPlayerStop()
[all …]
/RvlSDK-2.1/include/revolution/
Dseq.h65 u32 state; // state of track member
76 u32 state; // stop, run, run looped, pause member
120 void SEQSetState (SEQSEQUENCE *sequence, u32 state);
Ddsp.h119 volatile u32 state; // state of task member
160 #define DSPGetTaskState(t) ((t)->state) // u32 value
Ddvd.h308 s32 state; member
Dax.h499 u16 state; // current state (see below) member
904 void AXSetVoiceState (AXVPB *p, u16 state);
Dnand.h226 int state; member
/RvlSDK-2.1/build/tools/soundfile/src/
DWavfile.c88 int state; in wavReadHeader() local
90 state = FALSE; in wavReadHeader()
140 state = TRUE; in wavReadHeader()
153 return state; in wavReadHeader()
/RvlSDK-2.1/build/demos/axdemo/src/
Daxsimple.c184 u32 state; member
307 Voices[i].state = VOICE_STATE_STOP; in main()
440 Voices[voice->index].state = VOICE_STATE_START; in PlaySample()
466 switch (Voices[i].state) in AudioFrameCallback()
473 Voices[i].state = VOICE_STATE_STARTED; in AudioFrameCallback()
477 Voices[i].state = VOICE_STATE_PLAYING; in AudioFrameCallback()
481 if (Voices[i].voice->pb.state == AX_PB_STATE_STOP) in AudioFrameCallback()
496 Voices[i].state = VOICE_STATE_STOPPED; in AudioFrameCallback()
572 Voices[voice->index].state = VOICE_STATE_STOPPED; in VoiceCallback()
Dexpdelay.c317 if ( AX_PB_STATE_STOP == ((demo_voices[i].ax_voice)->pb.state)) in ax_demo_callback()
DexpdelayDpl2.c320 if ( AX_PB_STATE_STOP == ((demo_voices[i].ax_voice)->pb.state)) in ax_demo_callback()
DexpreverbHiDpl2.c323 if ( AX_PB_STATE_STOP == ((demo_voices[i].ax_voice)->pb.state)) in ax_demo_callback()
Dcompressor.c488 if ( AX_PB_STATE_STOP == ((demo_voice[i].ax_voice)->pb.state)) in ax_demo_callback()
DexpreverbHi.c317 if ( AX_PB_STATE_STOP == ((demo_voices[i].ax_voice)->pb.state)) in ax_demo_callback()
DexpchorusDpl2.c317 if ( AX_PB_STATE_STOP == ((demo_voices[i].ax_voice)->pb.state)) in ax_demo_callback()
DexpreverbStd.c317 if ( AX_PB_STATE_STOP == ((demo_voices[i].ax_voice)->pb.state)) in ax_demo_callback()
/RvlSDK-2.1/build/tools/sndconv/src/
Dsndconv.c24 static int state; variable
105 if (state == STATE_BEGIN) in parseBeginStatement()
115 state = STATE_BEGIN; in parseBeginStatement()
336 if (state == STATE_END) in parseEndStatement()
353 state = STATE_END; in parseEndStatement()
690 state = STATE_END; in init()
/RvlSDK-2.1/build/demos/thpdemo/src/THPPlayerStrmAX/
DTHPPlayer.c314 ActivePlayer.state = ActivePlayer.internalState = THP_PLAYER_STOP; in THPPlayerOpen()
336 if (ActivePlayer.state == THP_PLAYER_STOP) in THPPlayerClose()
416 if (ActivePlayer.open && (ActivePlayer.state == THP_PLAYER_STOP)) in THPPlayerSetBuffer()
612 if (ActivePlayer.open && (ActivePlayer.state == THP_PLAYER_STOP)) in THPPlayerPrepare()
749 ActivePlayer.state = THP_PLAYER_PREPARE; in THPPlayerPrepare()
782 if (ActivePlayer.open && ((ActivePlayer.state == THP_PLAYER_PREPARE) in THPPlayerPlay()
783 || (ActivePlayer.state == THP_PLAYER_PAUSE))) in THPPlayerPlay()
785 if (ActivePlayer.state == THP_PLAYER_PAUSE && ActivePlayer.audioExist) in THPPlayerPlay()
789 ActivePlayer.state = THP_PLAYER_PLAY; in THPPlayerPlay()
815 if (ActivePlayer.open && !(ActivePlayer.state == THP_PLAYER_STOP)) in THPPlayerStop()
[all …]
/RvlSDK-2.1/build/demos/wpaddemo/src/
Dwpad_axdemo.c156 u32 state; member
358 Voices[i].state = VOICE_STATE_STOP; in main()
565 Voices[voice->index].state = VOICE_STATE_START; in PlaySample()
591 switch (Voices[i].state) in AudioFrameCallback()
598 Voices[i].state = VOICE_STATE_STARTED; in AudioFrameCallback()
602 Voices[i].state = VOICE_STATE_PLAYING; in AudioFrameCallback()
606 if (Voices[i].voice->pb.state == AX_PB_STATE_STOP) in AudioFrameCallback()
621 Voices[i].state = VOICE_STATE_STOPPED; in AudioFrameCallback()
654 Voices[voice->index].state = VOICE_STATE_STOPPED; in VoiceCallback()
Dwpad_spdemo.c384 if ( AX_PB_STATE_STOP == ((vInfo[i].voice)->pb.state)) in AudioFrameCallback()
/RvlSDK-2.1/build/demos/thpdemo/include/
DTHPPlayerStrmAX.h71 u8 state; member
DTHPPlayer.h77 u8 state; member
/RvlSDK-2.1/include/revolution/os/
DOSContext.h142 u16 state; // OR-ed OS_CONTEXT_STATE_* member
DOSThread.h144 u16 state; // OS_THREAD_STATE_* member
/RvlSDK-2.1/build/demos/spdemo/src/
Dspdemo.c431 if ( AX_PB_STATE_STOP == ((demo_voice[i].ax_voice)->pb.state)) in ax_demo_callback()

12