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

  /cts/tests/tests/media/src/android/media/cts/
DecoderTestXheAac.java 495 final int smplPerChan = decSamples.length / nCh;
516 int signalStart = smplPerChan;
538 assertTrue ("no signal found in any channel!", signalStart < smplPerChan);
541 final int totSeg = (smplPerChan - signalStart) / nSegSmp;
    [all...]
DecoderTest.java     [all...]

Completed in 54 milliseconds