Home
last modified time | relevance | path

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

/cts/tests/tests/media/src/android/media/cts/
DDecoderTestXheAac.java505 final int expSmplPerChan = Math.max(encEffNch, 2) * nSegChOffst * nSegSmp; in checkEnergyUSAC() local
DDecoderTest.java1330 final int expSmplPerChan = Math.max(encEffNch, 2) * nSegChOffst * nSegSmp; in checkEnergy() local
1334 assertTrue("got less input samples than expected", smplPerChan >= expSmplPerChan); in checkEnergy()