Lines Matching full:channels
154 desired.channels = 2;
164 desired.channels = 2;
349 /* Definition of all formats, channels, and frequencies used to test audio conversions */
378 spec1.channels = 2;
380 result = SDL_BuildAudioCVT(&cvt, spec1.format, spec1.channels, spec1.freq,
381 spec1.format, spec1.channels, spec1.freq);
387 spec1.channels = 1;
390 spec2.channels = 2;
392 result = SDL_BuildAudioCVT(&cvt, spec1.format, spec1.channels, spec1.freq,
393 spec2.format, spec2.channels, spec2.freq);
402 spec1.channels = _audioChannels[j];
408 spec2.channels = _audioChannels[jj];
410 result = SDL_BuildAudioCVT(&cvt, spec1.format, spec1.channels, spec1.freq,
411 spec2.format, spec2.channels, spec2.freq);
412 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)",
413 i, _audioFormatsVerbose[i], spec1.format, j, spec1.channels, k, spec1.freq, ii, _audioFormatsVerbose[ii], spec2.format, jj, spec2.channels, kk, spec2.freq);
445 spec1.channels = 1;
448 spec2.channels = 2;
455 channels, spec1.freq,
456 spec2.format, spec2.channels, spec2.freq);
471 spec1.channels = 1;
474 spec2.channels = 2;
487 SDL_strlcat(message, " spec1.channels", 256);
488 spec1.channels = 0;
499 SDL_strlcat(message, " spec2.channels", 256);
500 spec2.channels = 0;
507 result = SDL_BuildAudioCVT(&cvt, spec1.format, spec1.channels, spec1.freq,
508 spec2.format, spec2.channels, spec2.freq);
571 desired.channels=2;
629 desired.channels=2;
687 SDL_strlcat(message, " Channels", 128);
698 spec1.channels = _audioChannels[j];
720 spec2.channels = _audioChannels[jj];
723 result = SDL_BuildAudioCVT(&cvt, spec1.format, spec1.channels, spec1.freq,
724 spec2.format, spec2.channels, spec2.freq);
725 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)",
726 i, _audioFormatsVerbose[i], spec1.format, j, spec1.channels, k, spec1.freq, ii, _audioFormatsVerbose[ii], spec2.format, jj, spec2.channels, kk, spec2.freq);
791 desired.channels=2;