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

  /cts/tests/tests/media/src/android/media/cts/
DecoderTestXheAac.java 372 private void checkUsacStreamSwitching(float nrg_ref, int encNch, int testinput,
381 float[] nrg = checkEnergyUSAC(decSamples, decParams, encNch, 1);
456 * @param encNch the encoded number of audio channels (number of channels of the original
464 int encNch, int drcContext)
466 final float[] nrg = checkEnergyUSAC(decSamples, decParams, encNch, drcContext, 0);
474 * @param encNch
481 int encNch, int drcContext, int drcApplied)
489 final int nCh = encNch;
501 final int procNch = Math.min(nCh, encNch);
503 final int encEffNch = (encNch > 5) ? encNch-1 : encNch
    [all...]
DecoderTest.java     [all...]

Completed in 112 milliseconds