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

/openjdk7/jdk/src/solaris/native/com/sun/media/sound/
H A DPLATFORM_API_BsdOS_ALSA_PCM.c129 int origSampleSizeInBytes, origSignificantBits; local
183 &origSignificantBits,
192 bitIndex = getBitIndex(origSampleSizeInBytes, origSignificantBits);
199 significantBits = getSignificantBits(bitIndex, origSignificantBits);
H A DPLATFORM_API_LinuxOS_ALSA_PCM.c129 int origSampleSizeInBytes, origSignificantBits; local
183 &origSignificantBits,
192 bitIndex = getBitIndex(origSampleSizeInBytes, origSignificantBits);
199 significantBits = getSignificantBits(bitIndex, origSignificantBits);

Completed in 309 milliseconds