Lines Matching refs:Uint8
163 typedef void (SDLCALL * SDL_AudioCallback) (void *userdata, Uint8 * stream,
182 Uint8 channels; /**< Number of channels: 1 mono, 2 stereo */
183 Uint8 silence; /**< Audio buffer silence value (calculated) */
232 Uint8 *buf; /**< Buffer to hold entire audio data */
477 Uint8 ** audio_buf,
490 extern DECLSPEC void SDLCALL SDL_FreeWAV(Uint8 * audio_buf);
503 Uint8 src_channels,
506 Uint8 dst_channels,
553 const Uint8 src_channels,
556 const Uint8 dst_channels,
657 extern DECLSPEC void SDLCALL SDL_MixAudio(Uint8 * dst, const Uint8 * src,
665 extern DECLSPEC void SDLCALL SDL_MixAudioFormat(Uint8 * dst,
666 const Uint8 * src,