Home
last modified time | relevance | path

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

/dports/games/nexuiz/Nexuiz/sources/darkplaces/
H A Dsound.h91 int S_GetSoundRate (void);
H A Dsnd_null.c135 int S_GetSoundRate(void) in S_GetSoundRate() function
H A Dsnd_main.c337 int S_GetSoundRate(void) in S_GetSoundRate() function
1628 return (s % sfx->total_length) / (float) S_GetSoundRate(); in S_GetChannelPosition()
H A Dsnd_3dras.c1021 int S_GetSoundRate (void){ in S_GetSoundRate() function
H A Dcl_screen.c984 cls.capturevideo.soundrate = S_GetSoundRate(); in SCR_CaptureVideo_BeginVideo()
/dports/games/xonotic/Xonotic/source/darkplaces/
H A Dsnd_null.c147 int S_GetSoundRate(void) in S_GetSoundRate() function
H A Dsound.h117 int S_GetSoundRate (void);
H A Dsnd_3dras.c1020 int S_GetSoundRate (void){ in S_GetSoundRate() function
H A Dsnd_main.c365 int S_GetSoundRate(void) in S_GetSoundRate() function
1181 return sfx->total_length / (float) S_GetSoundRate(); in S_SoundLength()
H A Dcl_screen.c1584 cls.capturevideo.soundrate = S_GetSoundRate(); in SCR_CaptureVideo_BeginVideo()
/dports/games/darkplaces/darkplaces/
H A Dsnd_null.c147 int S_GetSoundRate(void) in S_GetSoundRate() function
H A Dsound.h117 int S_GetSoundRate (void);
H A Dsnd_3dras.c1020 int S_GetSoundRate (void){ in S_GetSoundRate() function
H A Dsnd_main.c365 int S_GetSoundRate(void) in S_GetSoundRate() function
1181 return sfx->total_length / (float) S_GetSoundRate(); in S_SoundLength()
H A Dcl_screen.c1580 cls.capturevideo.soundrate = S_GetSoundRate(); in SCR_CaptureVideo_BeginVideo()