#include <streams.h>Go to the source code of this file.
Defines | |
| #define | CONNECT_TRACE_LEVEL 3 |
| #define | CONTAINS_FIELD(type, field, offset) ((FIELD_OFFSET(type, field) + sizeof(((type *)0)->field)) <= offset) |
Functions | |
| STDAPI | CreateMemoryAllocator (IMemAllocator **ppAllocator) |
| STDAPI | CreatePosPassThru (LPUNKNOWN pAgg, BOOL bRenderer, IPin *pPin, IUnknown **ppPassThru) |
| STDAPI | AMovieSetupRegisterFilter (const AMOVIESETUP_FILTER *const psetupdata, IFilterMapper *pIFM, BOOL bRegister) |
| #define CONNECT_TRACE_LEVEL 3 |
Definition at line 52 of file amfilter.cpp.
Referenced by CBasePin::AttemptConnection(), CBasePin::Connect(), and CBasePin::ReceiveConnection().
| #define CONTAINS_FIELD | ( | type, | |||
| field, | |||||
| offset | ) | ((FIELD_OFFSET(type, field) + sizeof(((type *)0)->field)) <= offset) |
| STDAPI AMovieSetupRegisterFilter | ( | const AMOVIESETUP_FILTER *const | psetupdata, | |
| IFilterMapper * | pIFM, | |||
| BOOL | bRegister | |||
| ) |
Definition at line 4128 of file amfilter.cpp.
References _AMOVIESETUP_FILTER::clsID, DbgLog, _AMOVIESETUP_FILTER::dwMerit, FAILED, HRESULT, LOG_TRACE, _AMOVIESETUP_FILTER::lpPin, m1, m2, _AMOVIESETUP_FILTER::nPins, NULL, S_FALSE, and _AMOVIESETUP_FILTER::strName.
Referenced by AMovieDllRegisterServer2(), CBaseFilter::Register(), and CBaseFilter::Unregister().
| STDAPI CreateMemoryAllocator | ( | IMemAllocator ** | ppAllocator | ) |
Definition at line 8 of file amfilter.cpp.
Referenced by CBaseInputPin::GetAllocator(), and CBaseOutputPin::InitAllocator().
Definition at line 17 of file amfilter.cpp.
References FAILED, hr, HRESULT, NULL, and S_OK.
Referenced by CTransformOutputPin::NonDelegatingQueryInterface().
1.5.6