Home
last modified time | relevance | path

Searched defs:decoderTargetLevel (Results 1 – 2 of 2) sorted by relevance

/cts/tests/tests/media/decoder/src/android/media/decoder/cts/
DDecoderTestAacDrc.java425 private void checkUsacLoudness(int decoderTargetLevel, int heavy, float normFactor, in checkUsacLoudness()
481 …private void checkAacDrcOutputLoudness(int testInput, int decoderTargetLevel, int expectedOutputLo… in checkAacDrcOutputLoudness()
511 public DrcParams(int boost, int cut, int decoderTargetLevel, int heavy) { in DrcParams()
518 public DrcParams(int boost, int cut, int decoderTargetLevel, int heavy, int effectType) { in DrcParams()
523 public DrcParams(int boost, int cut, int decoderTargetLevel, int heavy, int effectType, in DrcParams()
DDecoderTestXheAac.java856 private void checkUsacDrcOutputLoudness(int testInput, int decoderTargetLevel, in checkUsacDrcOutputLoudness()