Searched refs:pWfxClosestMatch (Results 1 – 1 of 1) sorted by relevance
2199 WAVEFORMATEX* pWfxClosestMatch = NULL; in InitPlayout() local2254 &pWfxClosestMatch); in InitPlayout()2333 if (pWfxClosestMatch != NULL) in InitPlayout()2336 … pWfxClosestMatch->nChannels, pWfxClosestMatch->nSamplesPerSec, pWfxClosestMatch->wBitsPerSample); in InitPlayout()2387 CoTaskMemFree(pWfxClosestMatch); in InitPlayout()2395 CoTaskMemFree(pWfxClosestMatch); in InitPlayout()2536 WAVEFORMATEX* pWfxClosestMatch = NULL; in InitRecording() local2591 &pWfxClosestMatch); in InitRecording()2641 if (pWfxClosestMatch != NULL) in InitRecording()2644 … pWfxClosestMatch->nChannels, pWfxClosestMatch->nSamplesPerSec, pWfxClosestMatch->wBitsPerSample); in InitRecording()[all …]