Home
last modified time | relevance | path

Searched defs:nrgRatio (Results 1 – 3 of 3) sorted by relevance

/cts/tests/tests/media/src/android/media/cts/
DDecoderTestXheAac.java383 float nrgRatio = nrg[0] / nrg_ref; in checkUsacStreamSwitching() local
409 float nrgRatio = nrg_def[0]/nrg_test[0]; in checkUsacSamplingRate() local
433 float nrgRatio = nrg_ref/nrg[0]; in checkUsacSamplingRateWoLoudness() local
722 final double nrgRatio = minNrg / maxNrg; in checkEnergyUSAC() local
DDecoderTestAacDrc.java339 float nrgRatio = nrg_def[0]/nrg_test[0]; in checkUsacLoudness() local
DDecoderTest.java1451 final double nrgRatio = minNrg / maxNrg; in checkEnergy() local