|
| WINE_DEFAULT_DEBUG_CHANNEL (strmbase) |
|
static BaseControlVideo * | impl_from_IBasicVideo (IBasicVideo *iface) |
|
HRESULT WINAPI | BaseControlVideo_Init (BaseControlVideo *pControlVideo, const IBasicVideoVtbl *lpVtbl, BaseFilter *owner, CRITICAL_SECTION *lock, BasePin *pPin, const BaseControlVideoFuncTable *pFuncsTable) |
|
HRESULT WINAPI | BaseControlVideo_Destroy (BaseControlVideo *pControlVideo) |
|
static HRESULT | BaseControlVideoImpl_CheckSourceRect (BaseControlVideo *This, RECT *pSourceRect) |
|
static HRESULT | BaseControlVideoImpl_CheckTargetRect (BaseControlVideo *This, RECT *pTargetRect) |
|
HRESULT WINAPI | BaseControlVideoImpl_GetTypeInfoCount (IBasicVideo *iface, UINT *pctinfo) |
|
HRESULT WINAPI | BaseControlVideoImpl_GetTypeInfo (IBasicVideo *iface, UINT iTInfo, LCID lcid, ITypeInfo **ppTInfo) |
|
HRESULT WINAPI | BaseControlVideoImpl_GetIDsOfNames (IBasicVideo *iface, REFIID riid, LPOLESTR *rgszNames, UINT cNames, LCID lcid, DISPID *rgDispId) |
|
HRESULT WINAPI | BaseControlVideoImpl_Invoke (IBasicVideo *iface, DISPID dispIdMember, REFIID riid, LCID lcid, WORD wFlags, DISPPARAMS *pDispParams, VARIANT *pVarResult, EXCEPINFO *pExepInfo, UINT *puArgErr) |
|
HRESULT WINAPI | BaseControlVideoImpl_get_AvgTimePerFrame (IBasicVideo *iface, REFTIME *pAvgTimePerFrame) |
|
HRESULT WINAPI | BaseControlVideoImpl_get_BitRate (IBasicVideo *iface, LONG *pBitRate) |
|
HRESULT WINAPI | BaseControlVideoImpl_get_BitErrorRate (IBasicVideo *iface, LONG *pBitErrorRate) |
|
HRESULT WINAPI | BaseControlVideoImpl_get_VideoWidth (IBasicVideo *iface, LONG *pVideoWidth) |
|
HRESULT WINAPI | BaseControlVideoImpl_get_VideoHeight (IBasicVideo *iface, LONG *pVideoHeight) |
|
HRESULT WINAPI | BaseControlVideoImpl_put_SourceLeft (IBasicVideo *iface, LONG SourceLeft) |
|
HRESULT WINAPI | BaseControlVideoImpl_get_SourceLeft (IBasicVideo *iface, LONG *pSourceLeft) |
|
HRESULT WINAPI | BaseControlVideoImpl_put_SourceWidth (IBasicVideo *iface, LONG SourceWidth) |
|
HRESULT WINAPI | BaseControlVideoImpl_get_SourceWidth (IBasicVideo *iface, LONG *pSourceWidth) |
|
HRESULT WINAPI | BaseControlVideoImpl_put_SourceTop (IBasicVideo *iface, LONG SourceTop) |
|
HRESULT WINAPI | BaseControlVideoImpl_get_SourceTop (IBasicVideo *iface, LONG *pSourceTop) |
|
HRESULT WINAPI | BaseControlVideoImpl_put_SourceHeight (IBasicVideo *iface, LONG SourceHeight) |
|
HRESULT WINAPI | BaseControlVideoImpl_get_SourceHeight (IBasicVideo *iface, LONG *pSourceHeight) |
|
HRESULT WINAPI | BaseControlVideoImpl_put_DestinationLeft (IBasicVideo *iface, LONG DestinationLeft) |
|
HRESULT WINAPI | BaseControlVideoImpl_get_DestinationLeft (IBasicVideo *iface, LONG *pDestinationLeft) |
|
HRESULT WINAPI | BaseControlVideoImpl_put_DestinationWidth (IBasicVideo *iface, LONG DestinationWidth) |
|
HRESULT WINAPI | BaseControlVideoImpl_get_DestinationWidth (IBasicVideo *iface, LONG *pDestinationWidth) |
|
HRESULT WINAPI | BaseControlVideoImpl_put_DestinationTop (IBasicVideo *iface, LONG DestinationTop) |
|
HRESULT WINAPI | BaseControlVideoImpl_get_DestinationTop (IBasicVideo *iface, LONG *pDestinationTop) |
|
HRESULT WINAPI | BaseControlVideoImpl_put_DestinationHeight (IBasicVideo *iface, LONG DestinationHeight) |
|
HRESULT WINAPI | BaseControlVideoImpl_get_DestinationHeight (IBasicVideo *iface, LONG *pDestinationHeight) |
|
HRESULT WINAPI | BaseControlVideoImpl_SetSourcePosition (IBasicVideo *iface, LONG Left, LONG Top, LONG Width, LONG Height) |
|
HRESULT WINAPI | BaseControlVideoImpl_GetSourcePosition (IBasicVideo *iface, LONG *pLeft, LONG *pTop, LONG *pWidth, LONG *pHeight) |
|
HRESULT WINAPI | BaseControlVideoImpl_SetDefaultSourcePosition (IBasicVideo *iface) |
|
HRESULT WINAPI | BaseControlVideoImpl_SetDestinationPosition (IBasicVideo *iface, LONG Left, LONG Top, LONG Width, LONG Height) |
|
HRESULT WINAPI | BaseControlVideoImpl_GetDestinationPosition (IBasicVideo *iface, LONG *pLeft, LONG *pTop, LONG *pWidth, LONG *pHeight) |
|
HRESULT WINAPI | BaseControlVideoImpl_SetDefaultDestinationPosition (IBasicVideo *iface) |
|
HRESULT WINAPI | BaseControlVideoImpl_GetVideoSize (IBasicVideo *iface, LONG *pWidth, LONG *pHeight) |
|
HRESULT WINAPI | BaseControlVideoImpl_GetVideoPaletteEntries (IBasicVideo *iface, LONG StartIndex, LONG Entries, LONG *pRetrieved, LONG *pPalette) |
|
HRESULT WINAPI | BaseControlVideoImpl_GetCurrentImage (IBasicVideo *iface, LONG *pBufferSize, LONG *pDIBImage) |
|
HRESULT WINAPI | BaseControlVideoImpl_IsUsingDefaultSource (IBasicVideo *iface) |
|
HRESULT WINAPI | BaseControlVideoImpl_IsUsingDefaultDestination (IBasicVideo *iface) |
|