Home
last modified time | relevance | path

Searched refs:phr (Results 1 - 8 of 8) sorted by relevance

/third_party/lame/dshow/
H A Daboutprp.cpp62 CUnknown * WINAPI CMAEAbout::CreateInstance(LPUNKNOWN lpunk, HRESULT *phr) in CreateInstance() argument
64 CUnknown *punk = new CMAEAbout(lpunk, phr); in CreateInstance()
66 *phr = E_OUTOFMEMORY; in CreateInstance()
77 CMAEAbout::CMAEAbout(LPUNKNOWN lpunk, HRESULT *phr) in CMAEAbout() argument
82 ASSERT(phr); in CMAEAbout()
H A Daboutprp.h27 CMAEAbout(LPUNKNOWN lpUnk, HRESULT *phr);
28 static CUnknown * WINAPI CreateInstance(LPUNKNOWN lpunk, HRESULT *phr);
H A DPropPage_adv.cpp47 CUnknown *CMpegAudEncPropertyPageAdv::CreateInstance( LPUNKNOWN punk, HRESULT *phr ) in CreateInstance()
50 = new CMpegAudEncPropertyPageAdv( punk, phr ); in CreateInstance()
53 *phr = E_OUTOFMEMORY; in CreateInstance()
61 CMpegAudEncPropertyPageAdv::CMpegAudEncPropertyPageAdv(LPUNKNOWN punk, HRESULT *phr) : in CMpegAudEncPropertyPageAdv() argument
65 ASSERT(phr); in CMpegAudEncPropertyPageAdv()
H A DPropPage.h27 static CUnknown *CreateInstance( LPUNKNOWN punk, HRESULT *phr );
28 CMpegAudEncPropertyPage( LPUNKNOWN punk, HRESULT *phr );
H A DPropPage_adv.h27 static CUnknown *CreateInstance( LPUNKNOWN punk, HRESULT *phr );
28 CMpegAudEncPropertyPageAdv( LPUNKNOWN punk, HRESULT *phr );
H A DPropPage.cpp93 CUnknown *CMpegAudEncPropertyPage::CreateInstance( LPUNKNOWN punk, HRESULT *phr ) in CreateInstance()
96 = new CMpegAudEncPropertyPage( punk, phr ); in CreateInstance()
99 *phr = E_OUTOFMEMORY; in CreateInstance()
107 CMpegAudEncPropertyPage::CMpegAudEncPropertyPage(LPUNKNOWN punk, HRESULT *phr) in CMpegAudEncPropertyPage() argument
112 ASSERT(phr); in CMpegAudEncPropertyPage()
H A DMpegac.cpp237 CUnknown *CMpegAudEnc::CreateInstance(LPUNKNOWN lpunk, HRESULT *phr) in CreateInstance() argument
239 CMpegAudEnc *punk = new CMpegAudEnc(lpunk, phr); in CreateInstance()
241 *phr = E_OUTOFMEMORY; in CreateInstance()
245 CMpegAudEnc::CMpegAudEnc(LPUNKNOWN lpunk, HRESULT *phr) in CMpegAudEnc() argument
247 CPersistStream(lpunk, phr) in CMpegAudEnc()
251 CTransformOutputPin *pOut = new CMpegAudEncOutPin( this, phr ); in CMpegAudEnc()
253 *phr = E_OUTOFMEMORY; in CMpegAudEnc()
256 else if (FAILED(*phr)) { // A failed return code should delete the object in CMpegAudEnc()
268 phr, // Result code in CMpegAudEnc()
272 *phr in CMpegAudEnc()
[all...]
H A DMpegac.h100 static CUnknown *CreateInstance(LPUNKNOWN lpunk, HRESULT *phr);
203 CMpegAudEnc(LPUNKNOWN lpunk, HRESULT *phr);

Completed in 4 milliseconds