Searched defs:srcLine (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/windows/native/com/sun/media/sound/
H A DPLATFORM_API_WinOS_Ports.c55 int sourcePortCount; // only WAVEIN; one port maps to one srcLine
955 MIXERLINE* srcLine = &(info->srcLines[line->dwUser + i]); local
957 createLineControls(info, creator, srcLine, controls, &controlCount);
958 addCompoundControl(info, creator, srcLine->szName, controls, &controlCount);
/openjdk7/jdk/src/share/native/sun/awt/medialib/
H A Dawt_ImagingLib.c1175 unsigned short* srcLine = (unsigned short*)src->data; local
1188 unsigned short* srcPixel = srcLine;
1260 srcLine += src->stride / 2; // array of shorts, scan stride in bytes

Completed in 43 milliseconds