Searched refs:phr (Results 1 - 8 of 8) sorted by relevance
/third_party/lame/dshow/ |
H A D | aboutprp.cpp | 62 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 D | aboutprp.h | 27 CMAEAbout(LPUNKNOWN lpUnk, HRESULT *phr); 28 static CUnknown * WINAPI CreateInstance(LPUNKNOWN lpunk, HRESULT *phr);
|
H A D | PropPage_adv.cpp | 47 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 D | PropPage.h | 27 static CUnknown *CreateInstance( LPUNKNOWN punk, HRESULT *phr ); 28 CMpegAudEncPropertyPage( LPUNKNOWN punk, HRESULT *phr );
|
H A D | PropPage_adv.h | 27 static CUnknown *CreateInstance( LPUNKNOWN punk, HRESULT *phr ); 28 CMpegAudEncPropertyPageAdv( LPUNKNOWN punk, HRESULT *phr );
|
H A D | PropPage.cpp | 93 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 D | Mpegac.cpp | 237 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 D | Mpegac.h | 100 static CUnknown *CreateInstance(LPUNKNOWN lpunk, HRESULT *phr); 203 CMpegAudEnc(LPUNKNOWN lpunk, HRESULT *phr);
|
Completed in 4 milliseconds