Searched defs:channelMapping (Results 1 – 4 of 4) sorted by relevance
172 List<Pair<Integer, Integer>> channelMapping, float sensitivity, float maxSpl, in MicrophoneInfo() argument376 public void setChannelMapping(List<Pair<Integer, Integer>> channelMapping) { in setChannelMapping() argument
1784 ArrayList<Pair<Integer, Integer>> channelMapping = new ArrayList<>(); in getActiveMicrophones() local
2218 ArrayList<Pair<Integer, Integer>> channelMapping = new ArrayList<>(); in getActiveMicrophones() local
96 const auto &channelMapping = micInfo.channel_mapping; in convertMicrophoneInfoFromNative() local