Home
last modified time | relevance | path

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

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