Searched refs:len_mult (Results 1 – 4 of 4) sorted by relevance
649 cvt->len_mult *= mult; in SDL_BuildAudioTypeCVTToFloat()688 cvt->len_mult *= mult; in SDL_BuildAudioTypeCVTFromFloat()720 const int dstlen = (cvt->len * cvt->len_mult) - srclen; in SDL_ResampleCVT()816 cvt->len_mult *= (int) SDL_ceil(mult); in SDL_BuildAudioResampleCVT()825 cvt->len_mult *= 2; in SDL_BuildAudioResampleCVT()919 cvt->len_mult = 1; in SDL_BuildAudioCVT()969 cvt->len_mult *= 2; in SDL_BuildAudioCVT()979 cvt->len_mult *= 3; in SDL_BuildAudioCVT()988 cvt->len_mult = (cvt->len_mult * 3 + 1) / 2; in SDL_BuildAudioCVT()997 cvt->len_mult = (cvt->len_mult * 4 + 2) / 3; in SDL_BuildAudioCVT()[all …]
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()
60 cvt.buf = (Uint8 *) SDL_malloc(len * cvt.len_mult); in main()
235 int len_mult; /**< buffer must be len*len_mult big */ member
Completed in 9 milliseconds