Searched refs:dst_format (Results 1 – 3 of 3) sorted by relevance
84 Uint16 dst_format; /* Target audio format */ member210 Uint16 dst_format, Uint8 dst_channels, int dst_rate);
99 Uint32 dst_format; in HWAccelBlit() local121 dst_format = dst->pitch | ((bpp+((bpp==8) ? 0 : 8)) << 13); in HWAccelBlit()
1329 Uint16 dst_format, Uint8 dst_channels, int dst_rate) in SDL_BuildAudioCVT() argument1341 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()