Lines Matching refs:format
257 Uint16 format = 0;
262 format |= 0x0000;
266 format |= 0x8000;
274 format |= 8;
278 format |= 16;
284 format |= 0x0000;
291 format |= 0x1000;
297 return format;
427 if ( desired->format == 0 ) {
430 desired->format = SDL_ParseAudioFormat(env);
433 if ( desired->format == 0 ) {
434 /* Pick some default audio format */
435 desired->format = AUDIO_S16;
523 desired->format != audio->spec.format ||
527 desired->format, desired->channels,
529 audio->spec.format, audio->spec.channels,
663 Uint16 SDL_FirstAudioFormat(Uint16 format)
666 if ( format_list[format_idx][0] == format ) {
684 switch (spec->format) {
692 spec->size = (spec->format&0xFF)/8;