Home
last modified time | relevance | path

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

/third_party/lame/dshow/
H A DMpegac.cpp1792 HRESULT CMpegAudEncOutPin::CheckMediaType(const CMediaType *pmtOut) in CheckMediaType() argument
1801 if (pmtOut->majortype != MEDIATYPE_Audio && pmtOut->majortype != MEDIATYPE_Stream) { return S_FALSE; } in CheckMediaType()
1803 // If SetFormat was previously called, check whether pmtOut exactly in CheckMediaType()
1807 if (*pmtOut != m_mt) { return VFW_E_INVALIDMEDIATYPE; } in CheckMediaType()
1814 pmtOut); // The proposed output type. in CheckMediaType()
1836 hr = m_pFilter->CheckTransform(pmtEnum, pmtOut); in CheckMediaType()
H A DMpegac.h274 HRESULT CheckMediaType(const CMediaType *pmtOut);

Completed in 3 milliseconds