Home
last modified time | relevance | path

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

/third_party/lame/dshow/
H A DMpegac.h109 HRESULT CheckTransform(const CMediaType* mtIn, const CMediaType* mtOut);
H A DMpegac.cpp653 hr = CheckTransform(&m_pInput->CurrentMediaType(), &m_pOutput->CurrentMediaType()); in SetMediaType()
687 // CheckTransform - checks if we can support the transform from this input to this output
689 HRESULT CMpegAudEnc::CheckTransform(const CMediaType* mtIn, const CMediaType* mtOut) in CheckTransform() function in CMpegAudEnc
1813 hr = m_pFilter->CheckTransform (&m_pFilter->m_pInput->CurrentMediaType(), // The input type. in CheckMediaType()
1836 hr = m_pFilter->CheckTransform(pmtEnum, pmtOut); in CheckMediaType()

Completed in 3 milliseconds