HomeSort by relevance Sort by last modified time
    Searched refs:nSegSmp (Results 1 - 2 of 2) sorted by null

  /cts/tests/tests/media/src/android/media/cts/
DecoderTestXheAac.java 493 final int nSegSmp = nBlkSmp / nSegPerBlk;
497 final int nSegSmpTot = nSegSmp * nCh;
505 final int expSmplPerChan = Math.max(encEffNch, 2) * nSegChOffst * nSegSmp;
541 final int totSeg = (smplPerChan - signalStart) / nSegSmp;
543 final int totSmp = nSegSmp * totSeg;
553 double zeroNrgThresh = nSegSmp * nSegSmp;
    [all...]
DecoderTest.java     [all...]

Completed in 474 milliseconds