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

/openjdk10/jdk/src/java.desktop/unix/native/libjsound/
H A DPLATFORM_API_BsdOS_ALSA_PCM.c86 int getBitIndex(int sampleSizeInBytes, int significantBits) { function
189 // getBitIndex will return 2, so it will add entries for
192 bitIndex = getBitIndex(origSampleSizeInBytes, origSignificantBits);
H A DPLATFORM_API_LinuxOS_ALSA_PCM.c86 int getBitIndex(int sampleSizeInBytes, int significantBits) { function
189 // getBitIndex will return 2, so it will add entries for
192 bitIndex = getBitIndex(origSampleSizeInBytes, origSignificantBits);

Completed in 197 milliseconds