|
| WINE_DEFAULT_DEBUG_CHANNEL (qedit) |
|
static IEnumMediaTypes * | mediaenum_create (const AM_MEDIA_TYPE *mtype, BOOL past) |
|
static ME_Impl * | impl_from_IEnumMediaTypes (IEnumMediaTypes *iface) |
|
static HRESULT WINAPI | Single_IEnumMediaTypes_QueryInterface (IEnumMediaTypes *iface, REFIID riid, void **ret_iface) |
|
static ULONG WINAPI | Single_IEnumMediaTypes_AddRef (IEnumMediaTypes *iface) |
|
static ULONG WINAPI | Single_IEnumMediaTypes_Release (IEnumMediaTypes *iface) |
|
static HRESULT WINAPI | Single_IEnumMediaTypes_Next (IEnumMediaTypes *iface, ULONG nTypes, AM_MEDIA_TYPE **types, ULONG *fetched) |
|
static HRESULT WINAPI | Single_IEnumMediaTypes_Skip (IEnumMediaTypes *iface, ULONG nTypes) |
|
static HRESULT WINAPI | Single_IEnumMediaTypes_Reset (IEnumMediaTypes *iface) |
|
static HRESULT WINAPI | Single_IEnumMediaTypes_Clone (IEnumMediaTypes *iface, IEnumMediaTypes **me) |
|
static SG_Pin * | impl_from_IPin (IPin *iface) |
|
static SG_Impl * | impl_from_IUnknown (IUnknown *iface) |
|
static SG_Impl * | impl_from_BaseFilter (BaseFilter *iface) |
|
static SG_Impl * | impl_from_IBaseFilter (IBaseFilter *iface) |
|
static SG_Impl * | impl_from_ISampleGrabber (ISampleGrabber *iface) |
|
static SG_Impl * | impl_from_IMemInputPin (IMemInputPin *iface) |
|
static void | SampleGrabber_cleanup (SG_Impl *This) |
|
static HRESULT WINAPI | SampleGrabber_QueryInterface (IUnknown *iface, REFIID riid, void **ppv) |
|
static ULONG WINAPI | SampleGrabber_AddRef (IUnknown *iface) |
|
static ULONG WINAPI | SampleGrabber_Release (IUnknown *iface) |
|
static IPin *WINAPI | SampleGrabber_GetPin (BaseFilter *iface, int pos) |
|
static LONG WINAPI | SampleGrabber_GetPinCount (BaseFilter *iface) |
|
static void | SampleGrabber_callback (SG_Impl *This, IMediaSample *sample) |
|
static HRESULT WINAPI | SampleGrabber_IBaseFilter_QueryInterface (IBaseFilter *iface, REFIID riid, void **ppv) |
|
static ULONG WINAPI | SampleGrabber_IBaseFilter_AddRef (IBaseFilter *iface) |
|
static ULONG WINAPI | SampleGrabber_IBaseFilter_Release (IBaseFilter *iface) |
|
static HRESULT WINAPI | SampleGrabber_IBaseFilter_Stop (IBaseFilter *iface) |
|
static HRESULT WINAPI | SampleGrabber_IBaseFilter_Pause (IBaseFilter *iface) |
|
static HRESULT WINAPI | SampleGrabber_IBaseFilter_Run (IBaseFilter *iface, REFERENCE_TIME tStart) |
|
static HRESULT WINAPI | SampleGrabber_IBaseFilter_FindPin (IBaseFilter *iface, LPCWSTR id, IPin **pin) |
|
static HRESULT WINAPI | SampleGrabber_IBaseFilter_JoinFilterGraph (IBaseFilter *iface, IFilterGraph *graph, LPCWSTR name) |
|
static HRESULT WINAPI | SampleGrabber_IBaseFilter_QueryVendorInfo (IBaseFilter *iface, LPWSTR *vendor) |
|
static HRESULT WINAPI | SampleGrabber_ISampleGrabber_QueryInterface (ISampleGrabber *iface, REFIID riid, void **ppv) |
|
static ULONG WINAPI | SampleGrabber_ISampleGrabber_AddRef (ISampleGrabber *iface) |
|
static ULONG WINAPI | SampleGrabber_ISampleGrabber_Release (ISampleGrabber *iface) |
|
static HRESULT WINAPI | SampleGrabber_ISampleGrabber_SetOneShot (ISampleGrabber *iface, BOOL oneShot) |
|
static HRESULT WINAPI | SampleGrabber_ISampleGrabber_SetMediaType (ISampleGrabber *iface, const AM_MEDIA_TYPE *type) |
|
static HRESULT WINAPI | SampleGrabber_ISampleGrabber_GetConnectedMediaType (ISampleGrabber *iface, AM_MEDIA_TYPE *type) |
|
static HRESULT WINAPI | SampleGrabber_ISampleGrabber_SetBufferSamples (ISampleGrabber *iface, BOOL bufferEm) |
|
static HRESULT WINAPI | SampleGrabber_ISampleGrabber_GetCurrentBuffer (ISampleGrabber *iface, LONG *bufSize, LONG *buffer) |
|
static HRESULT WINAPI | SampleGrabber_ISampleGrabber_GetCurrentSample (ISampleGrabber *iface, IMediaSample **sample) |
|
static HRESULT WINAPI | SampleGrabber_ISampleGrabber_SetCallback (ISampleGrabber *iface, ISampleGrabberCB *cb, LONG whichMethod) |
|
static HRESULT WINAPI | SampleGrabber_IMemInputPin_QueryInterface (IMemInputPin *iface, REFIID riid, void **ppv) |
|
static ULONG WINAPI | SampleGrabber_IMemInputPin_AddRef (IMemInputPin *iface) |
|
static ULONG WINAPI | SampleGrabber_IMemInputPin_Release (IMemInputPin *iface) |
|
static HRESULT WINAPI | SampleGrabber_IMemInputPin_GetAllocator (IMemInputPin *iface, IMemAllocator **allocator) |
|
static HRESULT WINAPI | SampleGrabber_IMemInputPin_NotifyAllocator (IMemInputPin *iface, IMemAllocator *allocator, BOOL readOnly) |
|
static HRESULT WINAPI | SampleGrabber_IMemInputPin_GetAllocatorRequirements (IMemInputPin *iface, ALLOCATOR_PROPERTIES *props) |
|
static HRESULT WINAPI | SampleGrabber_IMemInputPin_Receive (IMemInputPin *iface, IMediaSample *sample) |
|
static HRESULT WINAPI | SampleGrabber_IMemInputPin_ReceiveMultiple (IMemInputPin *iface, IMediaSample **samples, LONG nSamples, LONG *nProcessed) |
|
static HRESULT WINAPI | SampleGrabber_IMemInputPin_ReceiveCanBlock (IMemInputPin *iface) |
|
static ULONG WINAPI | SampleGrabber_IPin_AddRef (IPin *iface) |
|
static ULONG WINAPI | SampleGrabber_IPin_Release (IPin *iface) |
|
static HRESULT WINAPI | SampleGrabber_IPin_QueryInterface (IPin *iface, REFIID riid, void **ppv) |
|
static HRESULT WINAPI | SampleGrabber_In_IPin_Connect (IPin *iface, IPin *receiver, const AM_MEDIA_TYPE *mtype) |
|
static HRESULT WINAPI | SampleGrabber_Out_IPin_Connect (IPin *iface, IPin *receiver, const AM_MEDIA_TYPE *type) |
|
static HRESULT WINAPI | SampleGrabber_In_IPin_ReceiveConnection (IPin *iface, IPin *connector, const AM_MEDIA_TYPE *type) |
|
static HRESULT WINAPI | SampleGrabber_Out_IPin_ReceiveConnection (IPin *iface, IPin *connector, const AM_MEDIA_TYPE *mtype) |
|
static HRESULT WINAPI | SampleGrabber_In_IPin_Disconnect (IPin *iface) |
|
static HRESULT WINAPI | SampleGrabber_Out_IPin_Disconnect (IPin *iface) |
|
static HRESULT WINAPI | SampleGrabber_IPin_ConnectedTo (IPin *iface, IPin **pin) |
|
static HRESULT WINAPI | SampleGrabber_IPin_ConnectionMediaType (IPin *iface, AM_MEDIA_TYPE *mtype) |
|
static HRESULT WINAPI | SampleGrabber_IPin_QueryPinInfo (IPin *iface, PIN_INFO *info) |
|
static HRESULT WINAPI | SampleGrabber_IPin_QueryDirection (IPin *iface, PIN_DIRECTION *dir) |
|
static HRESULT WINAPI | SampleGrabber_IPin_QueryId (IPin *iface, LPWSTR *id) |
|
static HRESULT WINAPI | SampleGrabber_IPin_QueryAccept (IPin *iface, const AM_MEDIA_TYPE *mtype) |
|
static HRESULT WINAPI | SampleGrabber_IPin_EnumMediaTypes (IPin *iface, IEnumMediaTypes **mtypes) |
|
static HRESULT WINAPI | SampleGrabber_In_IPin_QueryInternalConnections (IPin *iface, IPin **pins, ULONG *nPins) |
|
static HRESULT WINAPI | SampleGrabber_Out_IPin_QueryInternalConnections (IPin *iface, IPin **pins, ULONG *nPins) |
|
static HRESULT WINAPI | SampleGrabber_IPin_EndOfStream (IPin *iface) |
|
static HRESULT WINAPI | SampleGrabber_IPin_BeginFlush (IPin *iface) |
|
static HRESULT WINAPI | SampleGrabber_IPin_EndFlush (IPin *iface) |
|
static HRESULT WINAPI | SampleGrabber_IPin_NewSegment (IPin *iface, REFERENCE_TIME tStart, REFERENCE_TIME tStop, double rate) |
|
HRESULT | SampleGrabber_create (IUnknown *pUnkOuter, LPVOID *ppv) |
|