Home | History | Annotate | Download | only in tests

Lines Matching defs:provider

41         android::AudioBufferProvider *provider, android::AudioResampler *resampler)
52 (int32_t*) output + channels*i, thisFrames, provider);
77 // create the provider
79 SignalProvider provider;
81 provider.setChirp<float>(channels,
84 provider.setChirp<int16_t>(channels,
87 provider.setIncr(inputIncr);
90 size_t outputFrames = ((int64_t) provider.getNumFrames() * outputFreq) / inputFreq;
107 resample(channels, reference, outputFrames, refIncr, &provider, resampler);
109 provider.reset();
130 provider.setIncr(inputIncr);
131 resample(channels, test, outputFrames, outIncr, &provider, resampler);
168 // create the provider
170 SignalProvider provider;
171 provider.setChirp<TI>(channels,
173 provider.setIncr(inputIncr);
176 size_t outputFrames = ((int64_t) provider.getNumFrames() * outputFreq) / inputFreq;
195 resample(channels, reference, outputFrames, refIncr, &provider, resampler);
214 provider.getNumFrames(), outputFrames,