Searched refs:len_mult (Results 1 – 6 of 6) sorted by relevance
58 cvt.buf = (Uint8 *) SDL_malloc(len * cvt.len_mult); in main()90 SDL_WriteLE32(io, len * cvt.len_mult + 36); in main()
565 …SDLTest_AssertCheck(cvt.len_mult > 0, "Verify that cvt.len_mult value; expected: >0, got: %i", cvt… in audio_buildAudioCVT()878 …SDLTest_AssertCheck(cvt.len_mult > 0, "Verify that cvt.len_mult value; expected: >0, got: %i", cvt… in audio_convertAudio()879 if (cvt.len_mult < 1) return TEST_ABORTED; in audio_convertAudio()883 ll = l * cvt.len_mult; in audio_convertAudio()
885 cvt->len_mult *= mult; in SDL_BuildAudioTypeCVT()979 cvt->len_mult *= (int) SDL_ceil(mult); in SDL_BuildAudioResampleCVT()1042 cvt->len_mult = 1; in SDL_BuildAudioCVT()1055 cvt->len_mult *= 2; in SDL_BuildAudioCVT()1062 cvt->len_mult *= 3; in SDL_BuildAudioCVT()1068 cvt->len_mult *= 2; in SDL_BuildAudioCVT()1073 cvt->len_mult *= 2; in SDL_BuildAudioCVT()
1370 device->convert.len_mult); in open_audio_device()
209 int len_mult; /**< buffer must be len*len_mult big */ member
108 … cvt.buf = (Uint8 *) SDL_malloc(s->length * cvt.len_mult); /* allocate conversion buffer */ in loadSound()