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

  /external/qemu/distrib/sdl-1.2.12/include/
SDL_audio.h 210 Uint16 dst_format, Uint8 dst_channels, int dst_rate);
  /prebuilts/tools/darwin-x86/sdl/include/SDL/
SDL_audio.h 210 Uint16 dst_format, Uint8 dst_channels, int dst_rate);
  /prebuilts/tools/linux-x86/sdl/include/SDL/
SDL_audio.h 210 Uint16 dst_format, Uint8 dst_channels, int dst_rate);
  /prebuilts/tools/windows/sdl/host/include/SDL/
SDL_audio.h 216 Uint16 dst_format, Uint8 dst_channels, int dst_rate);
  /prebuilts/tools/windows/sdl/include/SDL/
SDL_audio.h 210 Uint16 dst_format, Uint8 dst_channels, int dst_rate);
  /external/qemu/distrib/sdl-1.2.12/src/audio/
SDL_audiocvt.c 1329 Uint16 dst_format, Uint8 dst_channels, int dst_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) ) {
1384 (dst_channels == 6) ) {
1392 (dst_channels == 4) ) {
1399 while ( (src_channels*2) <= dst_channels ) {
1407 (dst_channels <= 2) ) {
1414 (dst_channels == 4) ) {
1425 ((src_channels/2) >= dst_channels) ) {
    [all...]
  /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 2719 size_t dst_channels = popcount(in->main_channels); local
    [all...]

Completed in 463 milliseconds