Home
last modified time | relevance | path

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

/cts/tests/tests/media/src/android/media/cts/
DDecoderTestAacDrc.java220 final int startSample = 2 * 2048 * numChannels; // exclude signal on- & offset to in checkClipping() local
221 final int stopSample = decSamples.length - startSample; // ... measure only the stationary in checkClipping()
224 double nrgFull = getEnergy(decSamples, startSample, stopSample); in checkClipping()
235 double nrgHd = getEnergy(decSamples, startSample, stopSample); in checkClipping()