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

/external/qemu/distrib/sdl-1.2.12/src/audio/dart/
H A DSDL_dart.c82 int iDeviceOrd = 0; // Default device to be used local
96 AmpOpenParms.pszDeviceType = (PSZ) (MCI_DEVTYPE_AUDIO_AMPMIX | (iDeviceOrd << 16));
108 iDeviceOrd = AmpOpenParms.usDeviceID;
139 mciSendCommand(iDeviceOrd, MCI_CLOSE, MCI_WAIT, &GenericParms, 0);
159 rc = mciSendCommand (iDeviceOrd, MCI_MIXSETUP,
165 mciSendCommand(iDeviceOrd, MCI_CLOSE, MCI_WAIT, &GenericParms, 0);
170 rc = mciSendCommand(iDeviceOrd, MCI_MIXSETUP,
176 mciSendCommand(iDeviceOrd, MCI_CLOSE, MCI_WAIT, &GenericParms, 0);
187 mciSendCommand(iDeviceOrd, MCI_CLOSE, MCI_WAIT, &GenericParms, 0);
197 rc = mciSendCommand(iDeviceOrd, MCI_BUFFE
[all...]

Completed in 16 milliseconds