Home
last modified time | relevance | path

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

/external/qemu/distrib/sdl-1.2.12/src/audio/
DSDL_mixer.c148 Sint8 *dst8, *src8; in SDL_MixAudio()
149 Sint8 src_sample; in SDL_MixAudio()
154 src8 = (Sint8 *)src; in SDL_MixAudio()
155 dst8 = (Sint8 *)dst; in SDL_MixAudio()
DSDL_audiocvt.c55 Sint8 *src, *dst; in SDL_ConvertMono()
57 src = (Sint8 *)cvt->buf; in SDL_ConvertMono()
58 dst = (Sint8 *)cvt->buf; in SDL_ConvertMono()
61 *dst = (Sint8)(sample / 2); in SDL_ConvertMono()
162 Sint8 *src, *dst; in SDL_ConvertStrip()
164 src = (Sint8 *)cvt->buf; in SDL_ConvertStrip()
165 dst = (Sint8 *)cvt->buf; in SDL_ConvertStrip()
278 Sint8 *src, *dst; in SDL_ConvertStrip_2()
280 src = (Sint8 *)cvt->buf; in SDL_ConvertStrip_2()
281 dst = (Sint8 *)cvt->buf; in SDL_ConvertStrip_2()
[all …]
DSDL_wave.c122 Sint8 nybble, stereo; in MS_ADPCM_decode()
218 Sint8 index;
304 Sint8 nybble; in Fill_IMA_ADPCM_block()
/external/qemu/distrib/sdl-1.2.12/include/
DSDL_stdinc.h85 typedef int8_t Sint8; typedef
110 SDL_COMPILE_TIME_ASSERT(sint8, sizeof(Sint8) == 1);
/external/qemu/distrib/sdl-1.2.12/src/joystick/os2/
DSDL_sysjoystick.c58 Sint8 id; // Device ID
76 Sint8 id;