Searched refs:dst_format (Results 1 – 2 of 2) sorted by relevance
129 Uint16 dst_format; /**< Target audio format */ member236 Uint16 dst_format, Uint8 dst_channels, int dst_rate);
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()