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

  /cts/tests/tests/media/src/android/media/cts/
DecoderTestXheAac.java 351 float[] nrg_def = checkEnergyUSAC(decSamples_def, decParams, nCh, 1, 0);
352 float[] nrg_test = checkEnergyUSAC(decSamples_test, decParams, nCh, 1, 1);
381 float[] nrg = checkEnergyUSAC(decSamples, decParams, encNch, 1);
386 // Energy drops within the decoded stream are checked by checkEnergyUSAC() within every
406 float[] nrg_def = checkEnergyUSAC(decSamples_def, decParams, 2, 1);
407 float[] nrg_test = checkEnergyUSAC(decSamples_test, decParams, 2, 1);
430 float[] nrg = checkEnergyUSAC(decSamples, decParams, 2, 1);
463 protected float[] checkEnergyUSAC(short[] decSamples, AudioParameter decParams,
466 final float[] nrg = checkEnergyUSAC(decSamples, decParams, encNch, drcContext, 0);
471 * Same as {@link #checkEnergyUSAC(short[], AudioParameter, int, int)} but with DRC effect typ
    [all...]
DecoderTestAacDrc.java 329 float[] nrg_def = decTesterXheAac.checkEnergyUSAC(decSamples_def, decParams, 2, 1);
330 float[] nrg_test = decTesterXheAac.checkEnergyUSAC(decSamples_test, decParams, 2, 1);

Completed in 62 milliseconds