Lines Matching full:channels
154 desired.channels = 2;
163 desired.channels = 2;
348 /* Definition of all formats, channels, and frequencies used to test audio conversions */
377 spec1.channels = 2;
379 result = SDL_BuildAudioCVT(&cvt, spec1.format, spec1.channels, spec1.freq,
380 spec1.format, spec1.channels, spec1.freq);
386 spec1.channels = 1;
389 spec2.channels = 2;
391 result = SDL_BuildAudioCVT(&cvt, spec1.format, spec1.channels, spec1.freq,
392 spec2.format, spec2.channels, spec2.freq);
401 spec1.channels = _audioChannels[j];
407 spec2.channels = _audioChannels[jj];
409 result = SDL_BuildAudioCVT(&cvt, spec1.format, spec1.channels, spec1.freq,
410 spec2.format, spec2.channels, spec2.freq);
411 SDLTest_AssertPass("Call to SDL_BuildAudioCVT(format[%i]=%s(%i),channels[%i]=%i,freq[%i]=%i ==> format[%i]=%s(%i),channels[%i]=%i,freq[%i]=%i)",
412 i, _audioFormatsVerbose[i], spec1.format, j, spec1.channels, k, spec1.freq, ii, _audioFormatsVerbose[ii], spec2.format, jj, spec2.channels, kk, spec2.freq);
444 spec1.channels = 1;
447 spec2.channels = 2;
454 channels, spec1.freq,
455 spec2.format, spec2.channels, spec2.freq);
470 spec1.channels = 1;
473 spec2.channels = 2;
486 SDL_strlcat(message, " spec1.channels", 256);
487 spec1.channels = 0;
498 SDL_strlcat(message, " spec2.channels", 256);
499 spec2.channels = 0;
506 result = SDL_BuildAudioCVT(&cvt, spec1.format, spec1.channels, spec1.freq,
507 spec2.format, spec2.channels, spec2.freq);
570 desired.channels=2;
628 desired.channels=2;
686 SDL_strlcat(message, " Channels", 128);
697 spec1.channels = _audioChannels[j];
719 spec2.channels = _audioChannels[jj];
722 result = SDL_BuildAudioCVT(&cvt, spec1.format, spec1.channels, spec1.freq,
723 spec2.format, spec2.channels, spec2.freq);
724 SDLTest_AssertPass("Call to SDL_BuildAudioCVT(format[%i]=%s(%i),channels[%i]=%i,freq[%i]=%i ==> format[%i]=%s(%i),channels[%i]=%i,freq[%i]=%i)",
725 i, _audioFormatsVerbose[i], spec1.format, j, spec1.channels, k, spec1.freq, ii, _audioFormatsVerbose[ii], spec2.format, jj, spec2.channels, kk, spec2.freq);
790 desired.channels=2;