Home
last modified time | relevance | path

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

/cts/suite/cts/deviceTests/browserbench/assets/octane/
Dgbemu.js200 resampleControl = null;
577 …return (((resampledSamplesLeft() * resampleControl.ratioWeight) >> (this.audioChannels - 1)) << (t…
582 …return (((resampledSamplesLeft() * resampleControl.ratioWeight) >> (this.audioChannels - 1)) << (t…
822 var resampleControl = null; variable
861 var resampleLength = resampleControl.resampler(getBufferSamples());
862 var resampledResult = resampleControl.outputBuffer;
908 resampleControl = new Resampler(XAudioJSSampleRate, APISampleRate, 1, resampleBufferSize, true);
915 resampleControl = new Resampler(XAudioJSSampleRate, APISampleRate, 2, resampleBufferSize, true);