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

  /cts/tests/tests/media/src/android/media/cts/
DecoderTestXheAac.java 541 final int totSeg = (smplPerChan - signalStart) / nSegSmp;
543 final int totSmp = nSegSmp * totSeg;
546 assertTrue("no segments left to test after signal search", totSeg > 0);
557 double[][] nrg = new double[procNch][totSeg];
561 boolean[] sigSeg = new boolean[totSeg];
574 for (int seg = 0; seg < totSeg; seg++) {
669 if (ch <= effProcNch && ofst < totSeg) {
680 nrgSeg = totSeg;
682 nrgSeg = Math.min(totSeg, (2 * nSegPerBlk) + ofst) - ofst;
685 nrgSeg = totSeg;
    [all...]
DecoderTest.java     [all...]

Completed in 64 milliseconds