Home
last modified time | relevance | path

Searched refs:SEQ_STATE_STOP (Results 1 – 5 of 5) sorted by relevance

/RvlSDK-2.1/build/libraries/seq/src/
Dseq.c212 track->state = SEQ_STATE_STOP; in __SEQTrackEnd()
384 track->state = SEQ_STATE_STOP; in __SEQInitTracks()
525 if (track->state == SEQ_STATE_STOP) in SEQRunAudioFrame()
541 SEQSetState(sequence, SEQ_STATE_STOP); in SEQRunAudioFrame()
546 SEQSetState(sequence, SEQ_STATE_STOP); in SEQRunAudioFrame()
593 sequence->state = SEQ_STATE_STOP; in SEQAddSequence()
657 if (sequence->state == SEQ_STATE_STOP) in SEQSetState()
684 case SEQ_STATE_STOP: in SEQSetState()
/RvlSDK-2.1/include/revolution/
Dseq.h87 #define SEQ_STATE_STOP 0 macro
/RvlSDK-2.1/build/demos/thpdemo/src/THPSimple/
Daxseq.c188 SEQSetState(&Sequence, SEQ_STATE_STOP); in SeqStop()
/RvlSDK-2.1/build/demos/wpaddemo/src/
Dwpad_seqdemo.c242 SEQSetState(&info[chan].Sequence, SEQ_STATE_STOP); in main()
364 SEQSetState(&info[chan].Sequence, SEQ_STATE_STOP); in ConnectCallback()
/RvlSDK-2.1/build/demos/axdemo/src/
Dseqdemo.c609 SEQSetState(&sequence, SEQ_STATE_STOP); in MNU_stop()
732 SEQSetState(&sequence, SEQ_STATE_STOP); in MNU_sample()
862 case SEQ_STATE_STOP: in updateStatus()