|
ReactOS 0.4.16-dev-1946-g52006dd
|

Go to the source code of this file.
Classes | |
| struct | QualityControlImpl |
Typedefs | |
| typedef struct QualityControlImpl | QualityControlImpl |
| ULONG WINAPI QualityControlImpl_AddRef | ( | IQualityControl * | iface | ) |
Definition at line 75 of file qualitycontrol.c.
| HRESULT QualityControlImpl_Create | ( | IPin * | input, |
| IBaseFilter * | self, | ||
| QualityControlImpl ** | ppv | ||
| ) |
Definition at line 42 of file qualitycontrol.c.
Referenced by BaseRenderer_Init(), and TransformFilter_Init().
| void QualityControlImpl_Destroy | ( | QualityControlImpl * | This | ) |
Definition at line 59 of file qualitycontrol.c.
Referenced by BaseRendererImpl_Release(), and TransformFilterImpl_Release().
| HRESULT WINAPI QualityControlImpl_Notify | ( | IQualityControl * | iface, |
| IBaseFilter * | sender, | ||
| Quality | qm | ||
| ) |
Definition at line 87 of file qualitycontrol.c.
Referenced by TransformFilterImpl_Notify().
| HRESULT WINAPI QualityControlImpl_QueryInterface | ( | IQualityControl * | iface, |
| REFIID | riid, | ||
| void ** | ppv | ||
| ) |
Definition at line 69 of file qualitycontrol.c.
| ULONG WINAPI QualityControlImpl_Release | ( | IQualityControl * | iface | ) |
Definition at line 81 of file qualitycontrol.c.
| HRESULT WINAPI QualityControlImpl_SetSink | ( | IQualityControl * | iface, |
| IQualityControl * | tonotify | ||
| ) |
Definition at line 116 of file qualitycontrol.c.
| void QualityControlRender_BeginRender | ( | QualityControlImpl * | This | ) |
Definition at line 336 of file qualitycontrol.c.
Referenced by BaseRendererImpl_Receive().
| void QualityControlRender_DoQOS | ( | QualityControlImpl * | priv | ) |
Definition at line 223 of file qualitycontrol.c.
Referenced by BaseRendererImpl_Receive().
| void QualityControlRender_EndRender | ( | QualityControlImpl * | This | ) |
Definition at line 349 of file qualitycontrol.c.
Referenced by BaseRendererImpl_Receive().
| void QualityControlRender_SetClock | ( | QualityControlImpl * | This, |
| IReferenceClock * | clock | ||
| ) |
Definition at line 148 of file qualitycontrol.c.
Referenced by BaseRendererImpl_SetSyncSource().
| void QualityControlRender_Start | ( | QualityControlImpl * | This, |
| REFERENCE_TIME | tStart | ||
| ) |
Definition at line 136 of file qualitycontrol.c.
Referenced by BaseRendererImpl_EndFlush(), and BaseRendererImpl_Run().
| HRESULT QualityControlRender_WaitFor | ( | QualityControlImpl * | This, |
| IMediaSample * | sample, | ||
| HANDLE | ev | ||
| ) |
Definition at line 183 of file qualitycontrol.c.
Referenced by BaseRendererImpl_Receive().