Home
last modified time | relevance | path

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

/dports/audio/aylet/aylet-0.5/
H A Dsound.c75 static int sound_oldpos,sound_fillpos,sound_oldval,sound_oldval_orig; variable
175 sound_fillpos=0; in sound_init()
610 ptr=sound_buf+(sound_stereo?sound_fillpos*2:sound_fillpos); in sound_frame()
611 for(f=sound_fillpos;f<sound_framesiz;f++) in sound_frame()
674 sound_fillpos=0; in sound_frame()
753 ptr=sound_buf+(sound_stereo?sound_fillpos*2:sound_fillpos); in sound_beeper()
754 for(f=sound_fillpos;f<newpos && f<sound_framesiz;f++) in sound_beeper()
768 sound_fillpos=newpos+1; in sound_beeper()