Home
last modified time | relevance | path

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

/cts/tests/tests/media/src/android/media/cts/
DDecoderTestXheAac.java497 final int nSegSmpTot = nSegSmp * nCh; in checkEnergyUSAC() local
575 final int smpStart = (signalStart * nCh) + (seg * nSegSmpTot) + ch; in checkEnergyUSAC()
576 final int smpStop = smpStart + nSegSmpTot; in checkEnergyUSAC()
DDecoderTest.java1318 final int nSegSmpTot = nSegSmp * nCh; // actual # samples per segment (all ch) in checkEnergy() local
1370 final int smpStart = (signalStart * nCh) + (seg * nSegSmpTot) + ch; in checkEnergy()
1371 final int smpStop = smpStart + nSegSmpTot; in checkEnergy()