|  | 
| void | Update () override | 
|  | 
| bool | RenderCapture (int index, CRenderCapture *capture) override | 
|  | 
| bool | Configure (const VideoPicture &picture, float fps, unsigned int orientation) override | 
|  | 
| void | AddVideoPicture (const VideoPicture &picture, int index) override | 
|  | 
| void | UnInit () override | 
|  | 
| bool | IsConfigured () override | 
|  | 
| bool | Flush (bool saveBuffers) override | 
|  | 
| CRenderInfo | GetRenderInfo () override | 
|  | 
| void | RenderUpdate (int index, int index2, bool clear, unsigned int flags, unsigned int alpha) override | 
|  | 
| void | SetBufferSize (int numBuffers) override | 
|  | 
| void | ReleaseBuffer (int idx) override | 
|  | 
| bool | NeedBuffer (int idx) override | 
|  | 
| bool | SupportsMultiPassRendering () override | 
|  | 
| bool | Supports (ERENDERFEATURE feature) const override | 
|  | 
| bool | Supports (ESCALINGMETHOD method) const override | 
|  | 
| bool | WantsDoublePass () override | 
|  | 
| bool | ConfigChanged (const VideoPicture &picture) override | 
|  | 
| DEBUG_INFO_VIDEO | GetDebugInfo (int idx) override | 
|  | 
| CRenderCapture * | GetRenderCapture () override | 
|  | 
| virtual bool | IsPictureHW (const VideoPicture &picture) | 
|  | 
| virtual bool | IsGuiLayer () | 
|  | 
| void | SetViewMode (int viewMode) | 
|  | 
| void | GetVideoRect (CRect &source, CRect &dest, CRect &view) const | 
|  | Get video rectangle and view window.  More... 
 | 
|  | 
| float | GetAspectRatio () const | 
|  | 
| unsigned int | GetOrientation () const | 
|  | 
| void | SetVideoSettings (const CVideoSettings &settings) | 
|  | 
|  | 
| void | PreInit () | 
|  | 
| int | NextBuffer () const | 
|  | 
| CRendererBase * | SelectRenderer (const VideoPicture &picture) | 
|  | 
| CRect | GetScreenRect () const | 
|  | 
| void | CalcDestRect (float offsetX, float offsetY, float width, float height, float inputFrameRatio, float zoomAmount, float verticalShift, CRect &destRect) | 
|  | 
| void | CalcNormalRenderRect (float offsetX, float offsetY, float width, float height, float inputFrameRatio, float zoomAmount, float verticalShift) | 
|  | 
| void | CalculateFrameAspectRatio (unsigned int desired_width, unsigned int desired_height) | 
|  | 
| virtual void | ManageRenderArea () | 
|  | 
| virtual void | ReorderDrawPoints () | 
|  | 
| virtual EShaderFormat | GetShaderFormat () | 
|  | 
| void | MarkDirty () | 
|  | 
| void | EnableAlwaysClip () | 
|  | 
| void | saveRotatedCoords () | 
|  | 
| void | syncDestRectToRotatedPoints () | 
|  | 
| void | restoreRotatedCoords () | 
|  | 
|  | 
| bool | m_bConfigured = false | 
|  | 
| std::unique_ptr< CRendererBase > | m_renderer | 
|  | 
| unsigned int | m_sourceWidth = 720 | 
|  | 
| unsigned int | m_sourceHeight = 480 | 
|  | 
| float | m_sourceFrameRatio = 1.0f | 
|  | 
| float | m_fps = 0.0f | 
|  | 
| unsigned int | m_renderOrientation = 0 | 
|  | 
| CPoint | m_rotatedDestCoords [4] | 
|  | 
| CPoint | m_savedRotatedDestCoords [4] | 
|  | 
| CRect | m_destRect | 
|  | 
| CRect | m_sourceRect | 
|  | 
| CRect | m_viewRect | 
|  | 
| unsigned | m_iFlags = 0 | 
|  | 
| AVPixelFormat | m_format = AV_PIX_FMT_NONE | 
|  | 
| CVideoSettings | m_videoSettings | 
|  | 
The documentation for this class was generated from the following files:
- xbmc/cores/VideoPlayer/VideoRenderers/WinRenderer.h
- xbmc/cores/VideoPlayer/VideoRenderers/WinRenderer.cpp