Home
last modified time | relevance | path

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

/third_party/lame/dshow/
H A DMpegac.h90 class CMpegAudEncOutPin;
245 friend class CMpegAudEncOutPin;
250 class CMpegAudEncOutPin : public CTransformOutputPin, public IAMStreamConfig class
271 CMpegAudEncOutPin( CMpegAudEnc * pFilter, HRESULT * pHr );
272 ~CMpegAudEncOutPin();
H A DMpegac.cpp251 CTransformOutputPin *pOut = new CMpegAudEncOutPin( this, phr ); in CMpegAudEnc()
1602 // CMpegAudEncOutPin is the one and only output pin of CMpegAudEnc
1605 CMpegAudEncOutPin::CMpegAudEncOutPin( CMpegAudEnc * pFilter, HRESULT * pHr ) : in CMpegAudEncOutPin() function in CMpegAudEncOutPin
1612 CMpegAudEncOutPin::~CMpegAudEncOutPin() in ~CMpegAudEncOutPin()
1616 STDMETHODIMP CMpegAudEncOutPin::NonDelegatingQueryInterface(REFIID riid, void **ppv) in NonDelegatingQueryInterface()
1631 HRESULT CMpegAudEncOutPin::SetMediaType(const CMediaType *pmt) in SetMediaType()
1642 // cached in the CMpegAudEncOutPin::GetMediaType() call in SetMediaType()
1670 HRESULT CMpegAudEncOutPin
[all...]

Completed in 3 milliseconds