Home
last modified time | relevance | path

Searched refs:dst_format (Results 1 – 2 of 2) sorted by relevance

/external/qemu/distrib/sdl-1.2.15/include/
DSDL_audio.h129 Uint16 dst_format; /**< Target audio format */ member
236 Uint16 dst_format, Uint8 dst_channels, int dst_rate);
/external/qemu/distrib/sdl-1.2.15/src/audio/
DSDL_audiocvt.c1329 Uint16 dst_format, Uint8 dst_channels, int dst_rate) in SDL_BuildAudioCVT() argument
1341 if ( (src_format & 0x1000) != (dst_format & 0x1000) in SDL_BuildAudioCVT()
1342 && ((src_format & 0xff) == 16) && ((dst_format & 0xff) == 16)) { in SDL_BuildAudioCVT()
1347 if ( (src_format & 0x8000) != (dst_format & 0x8000) ) { in SDL_BuildAudioCVT()
1352 if ( (src_format & 0xFF) != (dst_format & 0xFF) ) { in SDL_BuildAudioCVT()
1353 switch (dst_format&0x10FF) { in SDL_BuildAudioCVT()
1504 cvt->dst_format = dst_format; in SDL_BuildAudioCVT()