Lines Matching refs:wf
1065 WAVEFORMATEX wf;
1066 if(FAILED(m_Encoder.GetInputType(&wf)))
1069 *dwSampleRate = wf.nSamplesPerSec;
1076 WAVEFORMATEX wf;
1077 if(FAILED(m_Encoder.GetInputType(&wf)))
1080 *dwChannels = wf.nChannels;
1529 WAVEFORMATEX wf;
1530 if(FAILED(m_Encoder.GetInputType(&wf)))
1726 WAVEFORMATEX wf; // Retrieve the input configuration
1727 m_pFilter->m_Encoder.GetInputType(&wf);
1730 if ((wf.nSamplesPerSec % mec.dwSampleRate) == 0) {
1734 m_CurrentOutputFormat.nSampleRate = wf.nSamplesPerSec;
1739 switch (wf.nChannels) // Determine if we need to alter ChMode based upon the channel count and ForceMono flag