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

  /cts/tests/tests/media/src/android/media/cts/
DecoderTestXheAac.java 497 final int nSegSmpTot = nSegSmp * nCh;
575 final int smpStart = (signalStart * nCh) + (seg * nSegSmpTot) + ch;
576 final int smpStop = smpStart + nSegSmpTot;
    [all...]
DecoderTest.java     [all...]

Completed in 117 milliseconds