Searched refs:origSampleSizeInBytes (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
182 if (getFormatFromAlsaFormat(format, &origSampleSizeInBytes,
192 bitIndex = getBitIndex(origSampleSizeInBytes, origSignificantBits);
198 sampleSizeInBytes = getSampleSizeInBytes(bitIndex, origSampleSizeInBytes);
H A DPLATFORM_API_LinuxOS_ALSA_PCM.c129 int origSampleSizeInBytes, origSignificantBits; local
182 if (getFormatFromAlsaFormat(format, &origSampleSizeInBytes,
192 bitIndex = getBitIndex(origSampleSizeInBytes, origSignificantBits);
198 sampleSizeInBytes = getSampleSizeInBytes(bitIndex, origSampleSizeInBytes);

Completed in 33 milliseconds