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

/openjdk7/jdk/src/windows/native/com/sun/media/sound/
H A DPLATFORM_API_WinOS_Ports.c384 int dstCount; local
401 dstCount = getDestinationCount(handle);
402 if (dstCount) {
403 info->dstLines = (MIXERLINE*) malloc(dstCount * sizeof(MIXERLINE));
408 for (dst = 0; dst < dstCount; dst++) {

Completed in 32 milliseconds