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

/openjdk7/jdk/src/share/classes/com/sun/media/sound/
H A DPortMixer.java79 int dstLineCount = 0;
98 dstLineCount += ((type & DST_MASK) != 0)?1:0;
110 targetLineInfo = new Port.Info[dstLineCount];
112 srcLineCount = 0; dstLineCount = 0;
117 targetLineInfo[dstLineCount++] = portInfos[i];
/openjdk7/jdk/src/windows/native/com/sun/media/sound/
H A DPLATFORM_API_WinOS_Ports.c49 int dstLineCount; // how many MIXERLINE structs in dstMixerLine member in struct:tag_PortInfo
246 TRACE5(" PortInfo %p: handle=%p, mixerIndex=%d, dstLineCount=%d, dstLines=%p, ", info, (void*) info->handle, info->mixerIndex, info->dstLineCount, info->dstLines);
409 if (getMixerLineByDestination(handle, dst, &info->dstLines[info->dstLineCount])) {
410 info->srcLineCount += info->dstLines[info->dstLineCount].cConnections;
411 if (info->dstLines[info->dstLineCount].dwComponentType == MIXERLINE_COMPONENTTYPE_DST_WAVEIN && !waveInLine) {
412 waveInLine = &info->dstLines[info->dstLineCount];
422 info->dstLineCount++;
433 for (dst = 0; dst < info->dstLineCount; dst++) {
449 for (dst = 0; dst < info->dstLineCount; ds
[all...]

Completed in 49 milliseconds