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

/openjdk7/jdk/src/windows/native/com/sun/media/sound/
H A DPLATFORM_API_WinOS_Ports.c52 MIXERLINE* srcLines; // contains all the Source Lines of dstLines member in struct:tag_PortInfo
247 TRACE5("srcLineCount=%d, srcLines=%p, targetPortCount=%d, sourcePortCount=%d, ports=%p, ", info->srcLineCount, info->srcLines, info->targetPortCount, info->sourcePortCount, info->ports);
427 info->srcLines = (MIXERLINE*) malloc(info->srcLineCount * sizeof(MIXERLINE));
428 success = (info->srcLines != NULL);
430 if (success && info->srcLines) {
434 // remember the srcIndex for mapping the srcLines to this destination line
437 getMixerLineBySource(handle, dst, src, &info->srcLines[srcIndex++]);
464 info->ports[srcIndex++] = &info->srcLines[src + waveInLine->dwUser];
494 if (info->srcLines) {
[all...]

Completed in 31 milliseconds