Searched refs:wfxRef (Results 1 – 2 of 2) sorted by relevance
46 WAVEFORMATEX wfxRef; member168 wmw->wfxRef.nSamplesPerSec = 11025; in WAVE_drvOpen()169 wmw->wfxRef.nAvgBytesPerSec = 11025; in WAVE_drvOpen()170 wmw->wfxRef.nBlockAlign = 1; in WAVE_drvOpen()171 wmw->wfxRef.wBitsPerSample = 8; in WAVE_drvOpen()333 wmw->lpWaveFormat = &wmw->wfxRef; in WAVE_mciDefaultFmt()384 if (wmw->lpWaveFormat == &wmw->wfxRef) { in WAVE_mciCreateRIFFSkeleton()389 *pwfx = wmw->wfxRef; in WAVE_mciCreateRIFFSkeleton()683 if (wmw->lpWaveFormat != &wmw->wfxRef) in WAVE_mciClose()685 wmw->lpWaveFormat = &wmw->wfxRef; in WAVE_mciClose()[all …]
676 WAVEFORMATEX wfxRef; in acmFormatEnumW() local702 wfxRef = *pafd->pwfx; in acmFormatEnumW()726 MSACM_FormatEnumHelper(MSACM_GetDriverID(hadid), had, pafd, &wfxRef, in acmFormatEnumW()735 ret = MSACM_FormatEnumHelper(padid, had, pafd, &wfxRef, in acmFormatEnumW()