Home
last modified time | relevance | path

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

/frameworks/base/media/java/android/media/
DAudioFormat.java369 public static int inChannelMaskFromOutChannelMask(int outMask) throws IllegalArgumentException { in inChannelMaskFromOutChannelMask() argument
370 if (outMask == CHANNEL_OUT_DEFAULT) { in inChannelMaskFromOutChannelMask()
374 switch (channelCountFromOutChannelMask(outMask)) { in inChannelMaskFromOutChannelMask()