Home
last modified time | relevance | path

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

/cts/apps/CtsVerifier/src/org/hyphonate/megaaudio/recorder/
DRecorder.java55 int channelMask = Recorder.channelCountToChannelMask(channelCount); in calcMinBufferFrames()
104 public static int channelCountToChannelMask(int channelCount) { in channelCountToChannelMask() method in Recorder
/cts/apps/CtsVerifier/src/org/hyphonate/megaaudio/player/
DPlayer.java47 int channelMask = Player.channelCountToChannelMask(channelCount); in calcMinBufferFrames()
73 public static int channelCountToChannelMask(int channelCount) { in channelCountToChannelMask() method in Player