Searched refs:pWfxClosestMatch (Results 1 – 1 of 1) sorted by relevance
1823 WAVEFORMATEX* pWfxClosestMatch = NULL; in InitPlayout() local1874 &pWfxClosestMatch); in InitPlayout()1878 if (pWfxClosestMatch) { in InitPlayout()1883 << pWfxClosestMatch->nChannels << ", nSamplesPerSec=" in InitPlayout()1884 << pWfxClosestMatch->nSamplesPerSec; in InitPlayout()1885 CoTaskMemFree(pWfxClosestMatch); in InitPlayout()1886 pWfxClosestMatch = NULL; in InitPlayout()2008 CoTaskMemFree(pWfxClosestMatch); in InitPlayout()2016 CoTaskMemFree(pWfxClosestMatch); in InitPlayout()2139 WAVEFORMATEX* pWfxClosestMatch = NULL; in InitRecording() local[all …]