Home
last modified time | relevance | path

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

/external/qemu/distrib/sdl-1.2.12/include/
DSDL_audio.h84 Uint16 dst_format; /* Target audio format */ member
210 Uint16 dst_format, Uint8 dst_channels, int dst_rate);
/external/qemu/distrib/sdl-1.2.12/src/video/fbcon/
DSDL_fb3dfx.c99 Uint32 dst_format; in HWAccelBlit() local
121 dst_format = dst->pitch | ((bpp+((bpp==8) ? 0 : 8)) << 13); in HWAccelBlit()
/external/qemu/distrib/sdl-1.2.12/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()