Home
last modified time | relevance | path

Searched refs:chMap (Results 1 – 2 of 2) sorted by relevance

/cts/tests/tests/media/src/android/media/cts/
DDecoderTestXheAac.java568 int[] chMap = new int[nCh]; in checkEnergyUSAC() local
645 chMap[ch] = idx; in checkEnergyUSAC()
655 chMap[ch] = ch; in checkEnergyUSAC()
665 int idx = chMap[ch]; in checkEnergyUSAC()
DDecoderTest.java1406 int[] chMap = new int[nCh]; // mapping array to sort channels in checkEnergy() local
1412 chMap[ch] = idx; // create mapping table to address chans in checkEnergy()
1423 int idx = chMap[ch]; // resolve channel mapping in checkEnergy()