Searched refs:nbChannels (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/media/java/android/media/audiofx/
H A DVirtualizer.java192 int nbChannels = AudioFormat.channelCountFromOutChannelMask(channelMask);
193 if ((angles != null) && (angles.length < (nbChannels * 3))) {
195 + nbChannels + ")");
198 + ", should be " + (nbChannels * 3)));
209 byte[] result = new byte[nbChannels * 4/*int to byte*/ * 3/*for mask, azimuth, elevation*/];
223 for (int i = 0 ; i < nbChannels ; i++) {
/frameworks/av/media/libeffects/lvm/wrapper/Bundle/
H A DEffectBundle.cpp2181 uint32_t nbChannels = audio_channel_count_from_out_mask(channelMask); local
2182 if (*pValueSize < 3 * nbChannels * sizeof(int32_t)){

Completed in 85 milliseconds