Home
last modified time | relevance | path

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

/cts/tests/tests/media/src/android/media/cts/
DDecoderTestAacDrc.java221 final int stopSample = decSamples.length - startSample; // ... measure only the stationary in checkClipping() local
224 double nrgFull = getEnergy(decSamples, startSample, stopSample); in checkClipping()
235 double nrgHd = getEnergy(decSamples, startSample, stopSample); in checkClipping()