Home
last modified time | relevance | path

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

/third_party/lame/dshow/
H A DMpegac.h113 HRESULT SetMediaType (PIN_DIRECTION direction,const CMediaType *pmt);
276 HRESULT SetMediaType(const CMediaType *pmt);
H A DMpegac.cpp609 // SetMediaType - called when filters are connecting
611 HRESULT CMpegAudEnc::SetMediaType(PIN_DIRECTION direction, const CMediaType * pmt) in SetMediaType() function in CMpegAudEnc
626 DbgLog((LOG_TRACE,1,TEXT("CMpegAudEnc::SetMediaType(), direction = PINDIR_INPUT"))); in SetMediaType()
785 hr = m_pOutput->SetMediaType(&cmt); in Reconnect()
791 hr = m_pOutput->SetMediaType(&cmt); in Reconnect()
1631 HRESULT CMpegAudEncOutPin::SetMediaType(const CMediaType *pmt) in SetMediaType() function in CMpegAudEncOutPin
1660 HRESULT hr = CTransformOutputPin::SetMediaType(pmt); in SetMediaType()
1722 // when we setup the LAME encoder in the call to CMpegAudEncOutPin::SetMediaType() in GetMediaType()

Completed in 4 milliseconds