ReactOS Fundraising Campaign 2012
 
€ 4,410 / € 30,000

Information | Donate

Home | Info | Community | Development | myReactOS | Contact Us

  1. Home
  2. Community
  3. Development
  4. myReactOS
  5. Fundraiser 2012

  1. Main Page
  2. Alphabetical List
  3. Data Structures
  4. Directories
  5. File List
  6. Data Fields
  7. Globals
  8. Related Pages

ReactOS Development > Doxygen

nullrenderer.c File Reference
#include "config.h"
#include "quartz_private.h"
#include "control_private.h"
#include "pin.h"
#include "uuids.h"
#include "vfwmsgs.h"
#include "amvideo.h"
#include "windef.h"
#include "winbase.h"
#include "dshow.h"
#include "evcode.h"
#include "strmif.h"
#include "ddraw.h"
#include "wine/unicode.h"
#include "wine/debug.h"

Go to the source code of this file.

Data Structures

struct  NullRendererImpl

Defines

#define NONAMELESSSTRUCT
#define NONAMELESSUNION

Functions

 WINE_DEFAULT_DEBUG_CHANNEL (quartz)
static HRESULT NullRenderer_Sample (LPVOID iface, IMediaSample *pSample)
static HRESULT NullRenderer_QueryAccept (LPVOID iface, const AM_MEDIA_TYPE *pmt)
static NullRendererImplimpl_from_IMediaSeeking (IMediaSeeking *iface)
static HRESULT WINAPI NullRendererImpl_Seeking_QueryInterface (IMediaSeeking *iface, REFIID riid, LPVOID *ppv)
static ULONG WINAPI NullRendererImpl_Seeking_AddRef (IMediaSeeking *iface)
static ULONG WINAPI NullRendererImpl_Seeking_Release (IMediaSeeking *iface)
static HRESULT NullRendererImpl_Change (IBaseFilter *iface)
HRESULT NullRenderer_create (IUnknown *pUnkOuter, LPVOID *ppv)
static HRESULT WINAPI NullRendererInner_QueryInterface (IUnknown *iface, REFIID riid, LPVOID *ppv)
static ULONG WINAPI NullRendererInner_AddRef (IUnknown *iface)
static ULONG WINAPI NullRendererInner_Release (IUnknown *iface)
static HRESULT WINAPI NullRenderer_QueryInterface (IBaseFilter *iface, REFIID riid, LPVOID *ppv)
static ULONG WINAPI NullRenderer_AddRef (IBaseFilter *iface)
static ULONG WINAPI NullRenderer_Release (IBaseFilter *iface)
static HRESULT WINAPI NullRenderer_GetClassID (IBaseFilter *iface, CLSID *pClsid)
static HRESULT WINAPI NullRenderer_Stop (IBaseFilter *iface)
static HRESULT WINAPI NullRenderer_Pause (IBaseFilter *iface)
static HRESULT WINAPI NullRenderer_Run (IBaseFilter *iface, REFERENCE_TIME tStart)
static HRESULT WINAPI NullRenderer_GetState (IBaseFilter *iface, DWORD dwMilliSecsTimeout, FILTER_STATE *pState)
static HRESULT WINAPI NullRenderer_SetSyncSource (IBaseFilter *iface, IReferenceClock *pClock)
static HRESULT WINAPI NullRenderer_GetSyncSource (IBaseFilter *iface, IReferenceClock **ppClock)
static HRESULT NullRenderer_GetPin (IBaseFilter *iface, ULONG pos, IPin **pin, DWORD *lastsynctick)
static HRESULT WINAPI NullRenderer_EnumPins (IBaseFilter *iface, IEnumPins **ppEnum)
static HRESULT WINAPI NullRenderer_FindPin (IBaseFilter *iface, LPCWSTR Id, IPin **ppPin)
static HRESULT WINAPI NullRenderer_QueryFilterInfo (IBaseFilter *iface, FILTER_INFO *pInfo)
static HRESULT WINAPI NullRenderer_JoinFilterGraph (IBaseFilter *iface, IFilterGraph *pGraph, LPCWSTR pName)
static HRESULT WINAPI NullRenderer_QueryVendorInfo (IBaseFilter *iface, LPWSTR *pVendorInfo)
static HRESULT WINAPI NullRenderer_InputPin_EndOfStream (IPin *iface)

Variables

static const WCHAR wcsInputPinName [] = {'i','n','p','u','t',' ','p','i','n',0}
static const WCHAR wcsAltInputPinName [] = {'I','n',0}
static const IBaseFilterVtbl NullRenderer_Vtbl
static const IUnknownVtbl IInner_VTable
static const IPinVtbl NullRenderer_InputPin_Vtbl
static const IMediaSeekingVtbl TransformFilter_Seeking_Vtbl

Generated on Sun May 27 2012 05:03:23 for ReactOS by doxygen 1.7.6.1

ReactOS is a registered trademark or a trademark of ReactOS Foundation in the United States and other countries.