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.15/src/audio/mint/
SDL_mintaudio_stfa.c 255 cookie_stfa->sound_control = MINTAUDIO_frequencies[MINTAUDIO_numfreq].predivisor;
257 cookie_stfa->sound_control |= STFA_FORMAT_8BIT;
259 cookie_stfa->sound_control |= STFA_FORMAT_16BIT;
262 cookie_stfa->sound_control |= STFA_FORMAT_STEREO;
264 cookie_stfa->sound_control |= STFA_FORMAT_MONO;
267 cookie_stfa->sound_control |= STFA_FORMAT_SIGNED;
269 cookie_stfa->sound_control |= STFA_FORMAT_UNSIGNED;
272 cookie_stfa->sound_control |= STFA_FORMAT_BIGENDIAN;
274 cookie_stfa->sound_control |= STFA_FORMAT_LITENDIAN;
SDL_mintaudio_stfa.h 75 unsigned short sound_control; member in struct:__anon27688

Completed in 231 milliseconds