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

  /external/qemu/distrib/sdl-1.2.12/include/
SDL_audio.h 84 Uint16 dst_format; /* Target audio format */ member in struct:SDL_AudioCVT
210 Uint16 dst_format, Uint8 dst_channels, int dst_rate);
  /prebuilt/darwin-x86/sdl/include/SDL/
SDL_audio.h 84 Uint16 dst_format; /* Target audio format */ member in struct:SDL_AudioCVT
210 Uint16 dst_format, Uint8 dst_channels, int dst_rate);
  /prebuilt/linux-x86/sdl/include/SDL/
SDL_audio.h 84 Uint16 dst_format; /* Target audio format */ member in struct:SDL_AudioCVT
210 Uint16 dst_format, Uint8 dst_channels, int dst_rate);
  /prebuilt/windows/sdl/host/include/SDL/
SDL_audio.h 90 Uint16 dst_format; /* Target audio format */ member in struct:SDL_AudioCVT
216 Uint16 dst_format, Uint8 dst_channels, int dst_rate);
  /prebuilt/windows/sdl/include/SDL/
SDL_audio.h 84 Uint16 dst_format; /* Target audio format */ member in struct:SDL_AudioCVT
210 Uint16 dst_format, Uint8 dst_channels, int dst_rate);
  /external/qemu/distrib/sdl-1.2.12/src/video/fbcon/
SDL_fb3dfx.c 99 Uint32 dst_format; local
121 dst_format = dst->pitch | ((bpp+((bpp==8) ? 0 : 8)) << 13);
  /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);*/
1341 if ( (src_format & 0x1000) != (dst_format & 0x1000)
1342 && ((src_format & 0xff) == 16) && ((dst_format & 0xff) == 16)) {
1347 if ( (src_format & 0x8000) != (dst_format & 0x8000) ) {
1352 if ( (src_format & 0xFF) != (dst_format & 0xFF) ) {
1353 switch (dst_format&0x10FF) {
    [all...]

Completed in 57 milliseconds