HomeSort by relevance Sort by last modified time
    Searched full:paspec (Results 1 - 1 of 1) sorted by null

  /external/qemu/distrib/sdl-1.2.15/src/audio/pulse/
SDL_pulseaudio.c 222 pa_sample_spec paspec; local
232 paspec.format = PA_SAMPLE_U8;
233 paspec.rate = 11025;
234 paspec.channels = 1;
241 &paspec, /* sample format spec */
429 pa_sample_spec paspec; local
434 paspec.format = PA_SAMPLE_INVALID;
438 paspec.format = PA_SAMPLE_U8;
441 paspec.format = PA_SAMPLE_S16LE;
444 paspec.format = PA_SAMPLE_S16BE
    [all...]

Completed in 1878 milliseconds