| /RvlSDK-2.1/build/libraries/seq/src/ |
| D | seq.c | 212 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/ |
| D | THPPlayer.c | 348 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/ |
| D | seq.h | 65 u32 state; // state of track member 76 u32 state; // stop, run, run looped, pause member 120 void SEQSetState (SEQSEQUENCE *sequence, u32 state);
|
| D | dsp.h | 119 volatile u32 state; // state of task member 160 #define DSPGetTaskState(t) ((t)->state) // u32 value
|
| D | dvd.h | 308 s32 state; member
|
| D | ax.h | 499 u16 state; // current state (see below) member 904 void AXSetVoiceState (AXVPB *p, u16 state);
|
| D | nand.h | 226 int state; member
|
| /RvlSDK-2.1/build/tools/soundfile/src/ |
| D | Wavfile.c | 88 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/ |
| D | axsimple.c | 184 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()
|
| D | expdelay.c | 317 if ( AX_PB_STATE_STOP == ((demo_voices[i].ax_voice)->pb.state)) in ax_demo_callback()
|
| D | expdelayDpl2.c | 320 if ( AX_PB_STATE_STOP == ((demo_voices[i].ax_voice)->pb.state)) in ax_demo_callback()
|
| D | expreverbHiDpl2.c | 323 if ( AX_PB_STATE_STOP == ((demo_voices[i].ax_voice)->pb.state)) in ax_demo_callback()
|
| D | compressor.c | 488 if ( AX_PB_STATE_STOP == ((demo_voice[i].ax_voice)->pb.state)) in ax_demo_callback()
|
| D | expreverbHi.c | 317 if ( AX_PB_STATE_STOP == ((demo_voices[i].ax_voice)->pb.state)) in ax_demo_callback()
|
| D | expchorusDpl2.c | 317 if ( AX_PB_STATE_STOP == ((demo_voices[i].ax_voice)->pb.state)) in ax_demo_callback()
|
| D | expreverbStd.c | 317 if ( AX_PB_STATE_STOP == ((demo_voices[i].ax_voice)->pb.state)) in ax_demo_callback()
|
| /RvlSDK-2.1/build/tools/sndconv/src/ |
| D | sndconv.c | 24 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/ |
| D | THPPlayer.c | 314 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/ |
| D | wpad_axdemo.c | 156 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()
|
| D | wpad_spdemo.c | 384 if ( AX_PB_STATE_STOP == ((vInfo[i].voice)->pb.state)) in AudioFrameCallback()
|
| /RvlSDK-2.1/build/demos/thpdemo/include/ |
| D | THPPlayerStrmAX.h | 71 u8 state; member
|
| D | THPPlayer.h | 77 u8 state; member
|
| /RvlSDK-2.1/include/revolution/os/ |
| D | OSContext.h | 142 u16 state; // OR-ed OS_CONTEXT_STATE_* member
|
| D | OSThread.h | 144 u16 state; // OS_THREAD_STATE_* member
|
| /RvlSDK-2.1/build/demos/spdemo/src/ |
| D | spdemo.c | 431 if ( AX_PB_STATE_STOP == ((demo_voice[i].ax_voice)->pb.state)) in ax_demo_callback()
|