Home
last modified time | relevance | path

Searched refs:audioParams (Results 1 – 3 of 3) sorted by relevance

/cts/tests/tests/media/src/android/media/cts/
DDecoderTestAacDrc.java397 private short[] decodeToMemory(AudioParameter audioParams, int testinput, in decodeToMemory() argument
531 audioParams.setNumChannels(oformat.getInteger(MediaFormat.KEY_CHANNEL_COUNT)); in decodeToMemory()
532 audioParams.setSamplingRate(oformat.getInteger(MediaFormat.KEY_SAMPLE_RATE)); in decodeToMemory()
DDecoderTestXheAac.java815 public short[] decodeToMemory(AudioParameter audioParams, int testinput,
963 audioParams.setNumChannels(oformat.getInteger(MediaFormat.KEY_CHANNEL_COUNT));
964 audioParams.setSamplingRate(oformat.getInteger(MediaFormat.KEY_SAMPLE_RATE));
DDecoderTest.java1654 AudioParameter audioParams = new AudioParameter();
1655 return decodeToMemory(audioParams, testinput, resetMode, configMode, eossample, timestamps);
1658 private short[] decodeToMemory(AudioParameter audioParams, int testinput, int resetMode,
1844 audioParams.setNumChannels(oformat.getInteger(MediaFormat.KEY_CHANNEL_COUNT));
1845 audioParams.setSamplingRate(oformat.getInteger(MediaFormat.KEY_SAMPLE_RATE));