HomeSort by relevance Sort by last modified time
    Searched refs:sound_control (Results 1 - 2 of 2) sorted by null

  /external/qemu/distrib/sdl-1.2.12/src/audio/mint/
SDL_mintaudio_stfa.c 252 cookie_stfa->sound_control = MINTAUDIO_frequencies[MINTAUDIO_numfreq].predivisor;
254 cookie_stfa->sound_control |= STFA_FORMAT_8BIT;
256 cookie_stfa->sound_control |= STFA_FORMAT_16BIT;
259 cookie_stfa->sound_control |= STFA_FORMAT_STEREO;
261 cookie_stfa->sound_control |= STFA_FORMAT_MONO;
264 cookie_stfa->sound_control |= STFA_FORMAT_SIGNED;
266 cookie_stfa->sound_control |= STFA_FORMAT_UNSIGNED;
269 cookie_stfa->sound_control |= STFA_FORMAT_BIGENDIAN;
271 cookie_stfa->sound_control |= STFA_FORMAT_LITENDIAN;
SDL_mintaudio_stfa.h 77 unsigned short sound_control; member in struct:__anon4285

Completed in 14 milliseconds