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

  /external/qemu/distrib/sdl-1.2.12/src/audio/
SDL_audiocvt.c 1328 Uint16 src_format, Uint8 src_channels, int src_rate,
1332 src_format, dst_format, src_channels, dst_channels, src_rate, dst_rate);*/
1375 if ( src_channels != dst_channels ) {
1376 if ( (src_channels == 1) && (dst_channels > 1) ) {
1380 src_channels = 2;
1383 if ( (src_channels == 2) &&
1387 src_channels = 6;
1391 if ( (src_channels == 2) &&
1395 src_channels = 4;
1399 while ( (src_channels*2) <= dst_channels )
    [all...]
  /external/qemu/distrib/sdl-1.2.12/include/
SDL_audio.h 209 Uint16 src_format, Uint8 src_channels, int src_rate,
  /prebuilts/tools/darwin-x86/sdl/include/SDL/
SDL_audio.h 209 Uint16 src_format, Uint8 src_channels, int src_rate,
  /prebuilts/tools/linux-x86/sdl/include/SDL/
SDL_audio.h 209 Uint16 src_format, Uint8 src_channels, int src_rate,
  /prebuilts/tools/windows/sdl/host/include/SDL/
SDL_audio.h 215 Uint16 src_format, Uint8 src_channels, int src_rate,
  /prebuilts/tools/windows/sdl/include/SDL/
SDL_audio.h 209 Uint16 src_format, Uint8 src_channels, int src_rate,
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/alsa/
pcm.h     [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/alsa/
pcm.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/alsa/
pcm.h     [all...]
  /device/samsung/tuna/audio/
audio_hw.c 2718 size_t src_channels = in->config.channels; local
    [all...]

Completed in 540 milliseconds