Home | History | Annotate | Download | only in audio

Lines Matching refs:volume

89 /* The volume ranges from 0 - 128 */
93 void SDL_MixAudio (Uint8 *dst, const Uint8 *src, Uint32 len, int volume)
97 if ( volume == 0 ) {
115 SDL_MixAudio_m68k_U8((char*)dst,(char*)src,(unsigned long)len,(long)volume,(char *)mix8);
121 ADJUST_VOLUME_U8(src_sample, volume);
135 SDL_MixAudio_MMX_S8((char*)dst,(char*)src,(unsigned int)len,(int)volume);
141 SDL_MixAudio_MMX_S8_VC((char*)dst,(char*)src,(unsigned int)len,(int)volume);
148 SDL_MixAudio_m68k_S8((char*)dst,(char*)src,(unsigned long)len,(long)volume);
161 ADJUST_VOLUME(src_sample, volume);
184 SDL_MixAudio_MMX_S16((char*)dst,(char*)src,(unsigned int)len,(int)volume);
190 SDL_MixAudio_MMX_S16_VC((char*)dst,(char*)src,(unsigned int)len,(int)volume);
197 SDL_MixAudio_m68k_S16LSB((short*)dst,(short*)src,(unsigned long)len,(long)volume);
208 ADJUST_VOLUME(src1, volume);
230 SDL_MixAudio_m68k_S16MSB((short*)dst,(short*)src,(unsigned long)len,(long)volume);
240 ADJUST_VOLUME(src1, volume);