Home
last modified time | relevance | path

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

/cts/apps/CtsVerifier/src/org/hyphonate/megaaudio/recorder/
DRecorder.java78 private static int audioChannelMaskFromRepresentationAndBits(int representation, int bits) in audioChannelMaskFromRepresentationAndBits() method in Recorder
97 return audioChannelMaskFromRepresentationAndBits(AUDIO_CHANNEL_REPRESENTATION_INDEX, bits); in audioChannelMaskForIndexAssignmentFromCount()
128 … return audioChannelMaskFromRepresentationAndBits(AUDIO_CHANNEL_REPRESENTATION_POSITION, bits); in channelCountToChannelMask()