Home
last modified time | relevance | path

Searched refs:Resampler (Results 1 – 1 of 1) sorted by relevance

/cts/suite/cts/deviceTests/browserbench/assets/octane/
Dgbemu.js321 function Resampler(fromSampleRate, toSampleRate, channels, outputBufferSize, noReturn) { class
329 Resampler.prototype.initialize = function () {
351 Resampler.prototype.compileInterpolationFunction = function () {
424 Resampler.prototype.bypassResampler = function (buffer) {
435 Resampler.prototype.bufferSlice = function (sliceAmount) {
458 Resampler.prototype.initializeBuffers = function () {
908 resampleControl = new Resampler(XAudioJSSampleRate, APISampleRate, 1, resampleBufferSize, true);
915 resampleControl = new Resampler(XAudioJSSampleRate, APISampleRate, 2, resampleBufferSize, true);