Home
last modified time | relevance | path

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

/third_party/lame/dshow/
H A DEncoder.cpp53 HRESULT CEncoder::SetInputType(LPWAVEFORMATEX lpwfex, bool bJustCheck) in SetInputType() argument
57 if (lpwfex->wFormatTag == WAVE_FORMAT_PCM) in SetInputType()
59 if (lpwfex->nChannels == 1 || lpwfex->nChannels == 2) in SetInputType()
61 if (lpwfex->nSamplesPerSec == 48000 || in SetInputType()
62 lpwfex->nSamplesPerSec == 44100 || in SetInputType()
63 lpwfex->nSamplesPerSec == 32000 || in SetInputType()
64 lpwfex->nSamplesPerSec == 24000 || in SetInputType()
65 lpwfex->nSamplesPerSec == 22050 || in SetInputType()
66 lpwfex in SetInputType()
108 SetDefaultOutputType(LPWAVEFORMATEX lpwfex) SetDefaultOutputType() argument
[all...]
H A DEncoder.h90 HRESULT SetInputType(LPWAVEFORMATEX lpwfex, bool bJustCheck = FALSE); // returns E_INVALIDARG if not supported
147 HRESULT SetDefaultOutputType(LPWAVEFORMATEX lpwfex);

Completed in 1 milliseconds