Home
last modified time | relevance | path

Searched refs:sfxinfo_t (Results 1 – 25 of 121) sorted by relevance

12345

/dports/games/crispy-doom/crispy-doom-crispy-doom-5.10.3/src/
H A Di_sound.h31 typedef struct sfxinfo_struct sfxinfo_t; typedef
47 sfxinfo_t *link;
125 int (*GetSfxLumpNum)(sfxinfo_t *sfxinfo);
138 int (*StartSound)(sfxinfo_t *sfxinfo, int channel, int vol, int sep, int pitch);
150 void (*CacheSounds)(sfxinfo_t *sounds, int num_sounds);
156 int I_GetSfxLumpNum(sfxinfo_t *sfxinfo);
159 int I_StartSound(sfxinfo_t *sfxinfo, int channel, int vol, int sep, int pitch);
162 void I_PrecacheSounds(sfxinfo_t *sounds, int num_sounds);
H A Di_sdlsound.c52 sfxinfo_t *sfxinfo;
67 static boolean (*ExpandSoundData)(sfxinfo_t *sfxinfo,
202 static allocated_sound_t *AllocateSound(sfxinfo_t *sfxinfo, size_t len) in AllocateSound()
403 static boolean ExpandSoundData_SRC(sfxinfo_t *sfxinfo, in ExpandSoundData_SRC()
614 static boolean ExpandSoundData_SDL(sfxinfo_t *sfxinfo, in ExpandSoundData_SDL()
741 static boolean CacheSFX(sfxinfo_t *sfxinfo) in CacheSFX()
857 static void GetSfxLumpName(sfxinfo_t *sfx, char *buf, size_t buf_len) in GetSfxLumpName()
883 static void I_SDL_PrecacheSounds(sfxinfo_t *sounds, int num_sounds) in I_SDL_PrecacheSounds()
920 static void I_SDL_PrecacheSounds(sfxinfo_t *sounds, int num_sounds) in I_SDL_PrecacheSounds()
929 static boolean LockSound(sfxinfo_t *sfxinfo) in LockSound()
[all …]
H A Di_pcsound.c106 static boolean CachePCSLump(sfxinfo_t *sfxinfo) in CachePCSLump()
151 static boolean IsDisabledSound(sfxinfo_t *sfxinfo) in IsDisabledSound()
174 static int I_PCS_StartSound(sfxinfo_t *sfxinfo, in I_PCS_StartSound()
243 static int I_PCS_GetSfxLumpNum(sfxinfo_t* sfx) in I_PCS_GetSfxLumpNum()
/dports/games/chocolate-doom/chocolate-doom-3.0.1/src/
H A Di_sound.h31 typedef struct sfxinfo_struct sfxinfo_t; typedef
47 sfxinfo_t *link;
125 int (*GetSfxLumpNum)(sfxinfo_t *sfxinfo);
138 int (*StartSound)(sfxinfo_t *sfxinfo, int channel, int vol, int sep, int pitch);
150 void (*CacheSounds)(sfxinfo_t *sounds, int num_sounds);
156 int I_GetSfxLumpNum(sfxinfo_t *sfxinfo);
159 int I_StartSound(sfxinfo_t *sfxinfo, int channel, int vol, int sep, int pitch);
162 void I_PrecacheSounds(sfxinfo_t *sounds, int num_sounds);
H A Di_sdlsound.c52 sfxinfo_t *sfxinfo;
67 static boolean (*ExpandSoundData)(sfxinfo_t *sfxinfo,
198 static allocated_sound_t *AllocateSound(sfxinfo_t *sfxinfo, size_t len) in AllocateSound()
399 static boolean ExpandSoundData_SRC(sfxinfo_t *sfxinfo, in ExpandSoundData_SRC()
597 static boolean ExpandSoundData_SDL(sfxinfo_t *sfxinfo, in ExpandSoundData_SDL()
714 static boolean CacheSFX(sfxinfo_t *sfxinfo) in CacheSFX()
789 static void GetSfxLumpName(sfxinfo_t *sfx, char *buf, size_t buf_len) in GetSfxLumpName()
815 static void I_SDL_PrecacheSounds(sfxinfo_t *sounds, int num_sounds) in I_SDL_PrecacheSounds()
852 static void I_SDL_PrecacheSounds(sfxinfo_t *sounds, int num_sounds) in I_SDL_PrecacheSounds()
861 static boolean LockSound(sfxinfo_t *sfxinfo) in LockSound()
[all …]
H A Di_pcsound.c106 static boolean CachePCSLump(sfxinfo_t *sfxinfo) in CachePCSLump()
151 static boolean IsDisabledSound(sfxinfo_t *sfxinfo) in IsDisabledSound()
174 static int I_PCS_StartSound(sfxinfo_t *sfxinfo, in I_PCS_StartSound()
243 static int I_PCS_GetSfxLumpNum(sfxinfo_t* sfx) in I_PCS_GetSfxLumpNum()
/dports/games/heretic/glheretic-1.2/sndserv/
H A Dsoundst.h88 typedef struct sfxinfo_struct sfxinfo_t; typedef
96 sfxinfo_t *link;
133 sfxinfo_t* sfxinfo;
261 int I_GetSfxLumpNum (sfxinfo_t*);
286 extern sfxinfo_t S_sfx[];
/dports/games/doomlegacy/doomlegacy_1.48.8_source/src/linux_x/sndserv/
H A Dsoundst.h90 typedef struct sfxinfo_struct sfxinfo_t; typedef
104 sfxinfo_t* link;
129 sfxinfo_t* sfxinfo;
256 int I_GetSfxLumpNum (sfxinfo_t*);
277 extern sfxinfo_t S_sfx[];
/dports/games/doomsday/doomsday-2.3.1/doomsday/apps/client/include/
H A Ddef_main.h82 struct sfxinfo_t struct
89 sfxinfo_t *link; ///< Link to another sound. argument
116 Array<sfxinfo_t> sounds; ///< Sound effect list. argument
176 sfxinfo_t *Def_GetSoundInfo(int soundId, float *freq, float *volume);
/dports/games/zdoom/zdoom-2.8.1/src/
H A Ds_sound.h34 struct sfxinfo_t struct
85 extern TArray<sfxinfo_t> S_sfx; argument
225 void S_CacheSound (sfxinfo_t *sfx);
283 void S_CacheRandomSound (sfxinfo_t *sfx);
367 void S_UnloadSound (sfxinfo_t *sfx);
368 sfxinfo_t *S_LoadSound(sfxinfo_t *sfx);
H A Ds_advsound.cpp222 TArray<sfxinfo_t> S_sfx (128);
363 sfxinfo_t *sfx = &S_sfx[sound]; in S_GetMSLength()
366 if (sfx->link != sfxinfo_t::NO_LINK) in S_GetMSLength()
500 sfxinfo_t newsfx; in S_AddSoundLump()
522 newsfx.link = sfxinfo_t::NO_LINK; in S_AddSoundLump()
573 sfxinfo_t *sfx = &S_sfx[sfxid]; in S_AddSound()
601 sfx->link = sfxinfo_t::NO_LINK; in S_AddSound()
1765 sfxinfo_t *sfx; in S_AreSoundsEquivalent()
1961 void sfxinfo_t::MarkUsed() in MarkUsed()
2005 const sfxinfo_t *sfx = &S_sfx[i]; in CCMD()
[all …]
/dports/games/crispy-doom/crispy-doom-crispy-doom-5.10.3/src/doom/
H A Ddeh_sound.c27 DEH_BEGIN_MAPPING(sound_mapping, sfxinfo_t) in DEH_BEGIN_MAPPING() argument
66 sfxinfo_t *sfx; in DEH_SoundParseLine()
73 sfx = (sfxinfo_t *) tag; in DEH_SoundParseLine()
/dports/games/crispy-doom/crispy-doom-crispy-doom-5.10.3/src/heretic/
H A Ddeh_sound.c31 DEH_BEGIN_MAPPING(sound_mapping, sfxinfo_t) in DEH_BEGIN_MAPPING() argument
68 sfxinfo_t *sfx; in DEH_SoundParseLine()
74 sfx = (sfxinfo_t *) tag; in DEH_SoundParseLine()
/dports/games/crispy-doom/crispy-doom-crispy-doom-5.10.3/src/strife/
H A Ddeh_sound.c27 DEH_BEGIN_MAPPING(sound_mapping, sfxinfo_t) in DEH_BEGIN_MAPPING() argument
66 sfxinfo_t *sfx; in DEH_SoundParseLine()
73 sfx = (sfxinfo_t *) tag; in DEH_SoundParseLine()
H A Ds_sound.c68 sfxinfo_t *sfxinfo;
273 static int S_GetChannel(mobj_t *origin, sfxinfo_t *sfxinfo, boolean isvoice) in S_GetChannel()
407 sfxinfo_t *sfx; in S_StartSound()
508 sfxinfo_t sfx;
658 sfxinfo_t* sfx; in S_UpdateSounds()
/dports/games/chocolate-doom/chocolate-doom-3.0.1/src/doom/
H A Ddeh_sound.c27 DEH_BEGIN_MAPPING(sound_mapping, sfxinfo_t) in DEH_BEGIN_MAPPING() argument
66 sfxinfo_t *sfx; in DEH_SoundParseLine()
73 sfx = (sfxinfo_t *) tag; in DEH_SoundParseLine()
/dports/games/chocolate-doom/chocolate-doom-3.0.1/src/strife/
H A Ddeh_sound.c27 DEH_BEGIN_MAPPING(sound_mapping, sfxinfo_t) in DEH_BEGIN_MAPPING() argument
66 sfxinfo_t *sfx; in DEH_SoundParseLine()
73 sfx = (sfxinfo_t *) tag; in DEH_SoundParseLine()
/dports/games/chocolate-doom/chocolate-doom-3.0.1/src/heretic/
H A Ddeh_sound.c31 DEH_BEGIN_MAPPING(sound_mapping, sfxinfo_t) in DEH_BEGIN_MAPPING() argument
68 sfxinfo_t *sfx; in DEH_SoundParseLine()
74 sfx = (sfxinfo_t *) tag; in DEH_SoundParseLine()
/dports/games/heretic/glheretic-1.2/soundclient/
H A Dsounds.h79 typedef struct sfxinfo_struct sfxinfo_t; typedef
87 sfxinfo_t *link;
141 extern sfxinfo_t S_sfx[];
149 sfxinfo_t* sfxinfo;
/dports/games/SRB2/SRB2-SRB2_release_2.2.9/src/hardware/
H A Dhw3sound.h84 void *HW3S_GetSfx(sfxinfo_t *sfx);
85 void HW3S_FreeSfx(sfxinfo_t *sfx);
96 INT32 *vol, INT32 *sep, INT32 *pitch, sfxinfo_t *sfxinfo);
/dports/games/prboom/prboom-2.5.0/src/
H A Dsounds.h44 typedef struct sfxinfo_struct sfxinfo_t; typedef
58 sfxinfo_t *link;
97 extern sfxinfo_t S_sfx[];
H A Ds_sound.c72 sfxinfo_t *sfxinfo; // sound information (if null, channel avail.)
113 static int S_getChannel(void *origin, sfxinfo_t *sfxinfo, int is_pickup);
219 sfxinfo_t *sfx; in S_StartSoundAtVolume()
383 sfxinfo_t *sfx; in S_UpdateSounds()
652 static int S_getChannel(void *origin, sfxinfo_t *sfxinfo, int is_pickup) in S_getChannel()
/dports/games/prboom-plus/prboom-plus-2.5.1.3/src/
H A Dsounds.h44 typedef struct sfxinfo_struct sfxinfo_t; typedef
58 sfxinfo_t *link;
97 extern sfxinfo_t S_sfx[];
/dports/games/doomlegacy/doomlegacy_1.48.8_source/src/
H A Di_sound.h62 void I_GetSfx (sfxinfo_t* sfx); // read lump to sfx data, length
63 void I_FreeSfx (sfxinfo_t* sfx);
/dports/games/heretic/glheretic-1.2/gsisound/
H A Dsoundst.c76 sfxinfo_t* sfxinfo;
122 int S_getChannel( void* origin, sfxinfo_t* sfxinfo );
294 sfxinfo_t* sfx; in S_StartSoundAtVolume()
472 sfxinfo_t* sfx; in S_UpdateSounds()
743 int S_getChannel( void* origin, sfxinfo_t* sfxinfo ) in S_getChannel()

12345