Home
last modified time | relevance | path

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

/dports/games/libretro-tyrquake/tyrquake-e76477d/common/
H A Dsnd_codeci.h33 typedef int (*CODEC_READ)(snd_stream_t *stream, int bytes, void *buffer); typedef
45 CODEC_READ codec_read;
/dports/games/uhexen2/hexen2source-1.5.9/engine/h2shared/
H A Dsnd_codeci.h35 typedef int (*CODEC_READ)(snd_stream_t *stream, int bytes, void *buffer); typedef
47 CODEC_READ codec_read;
/dports/games/vkquake/vkQuake-1.12.2/Quake/
H A Dsnd_codeci.h33 typedef int (*CODEC_READ)(snd_stream_t *stream, int bytes, void *buffer); typedef
46 CODEC_READ codec_read;
/dports/games/ioquake3-server/ioquake3-1.36/code/client/
H A Dsnd_codec.h55 typedef int (*CODEC_READ)(snd_stream_t *stream, int bytes, void *buffer); typedef
64 CODEC_READ read;
/dports/games/ioquake3/ioquake3-1.36/code/client/
H A Dsnd_codec.h55 typedef int (*CODEC_READ)(snd_stream_t *stream, int bytes, void *buffer); typedef
64 CODEC_READ read;
/dports/games/tremulous/tremulous/tremulous-1.1.0-src/src/client/
H A Dsnd_codec.h56 typedef int (*CODEC_READ)(snd_stream_t *stream, int bytes, void *buffer); typedef
65 CODEC_READ read;
/dports/games/evq3/evq3/code/client/
H A Dsnd_codec.h55 typedef int (*CODEC_READ)(snd_stream_t *stream, int bytes, void *buffer); typedef
64 CODEC_READ read;
/dports/games/openarena/openarena-engine-source-0.8.8/code/client/
H A Dsnd_codec.h55 typedef int (*CODEC_READ)(snd_stream_t *stream, int bytes, void *buffer); typedef
64 CODEC_READ read;
/dports/games/openarena-server/openarena-engine-source-0.8.8/code/client/
H A Dsnd_codec.h55 typedef int (*CODEC_READ)(snd_stream_t *stream, int bytes, void *buffer); typedef
64 CODEC_READ read;
/dports/games/iortcw/iortcw-1.51c/SP/code/client/
H A Dsnd_codec.h55 typedef int (*CODEC_READ)(snd_stream_t *stream, int bytes, void *buffer); typedef
64 CODEC_READ read;
/dports/games/iortcw/iortcw-1.51c/MP/code/client/
H A Dsnd_codec.h55 typedef int (*CODEC_READ)(snd_stream_t *stream, int bytes, void *buffer); typedef
64 CODEC_READ read;
/dports/games/worldofpadman/worldofpadman-1.2.20080621/code/client/
H A Dsnd_codec.h55 typedef int (*CODEC_READ)(snd_stream_t *stream, int bytes, void *buffer); typedef
64 CODEC_READ read;
/dports/emulators/pcem/pcem_emulator-pcem-faf5d6423060/src/
H A Dsound_audiopci.c105 #define CODEC_READ (1 << 23) macro
514 if (!(val & CODEC_READ)) in es1371_outl()