![]() |
Kodi Documentation 18.0
Kodi is an open source media player and entertainment hub.
|
#include <RendererAML.h>
Public Member Functions | |
CRendererAML () | |
virtual | ~CRendererAML () |
virtual bool | RenderCapture (CRenderCapture *capture) override |
virtual void | AddVideoPicture (const VideoPicture &picture, int index) override |
virtual void | ReleaseBuffer (int idx) override |
virtual bool | Configure (const VideoPicture &picture, float fps, unsigned int orientation) override |
virtual bool | IsConfigured () override |
virtual bool | ConfigChanged (const VideoPicture &picture) |
virtual CRenderInfo | GetRenderInfo () override |
virtual void | UnInit () override |
virtual void | Update () override |
virtual void | RenderUpdate (int index, int index2, bool clear, unsigned int flags, unsigned int alpha) override |
virtual bool | SupportsMultiPassRendering () override |
virtual bool | IsGuiLayer () override |
virtual bool | Supports (ESCALINGMETHOD method) override |
virtual bool | Supports (ERENDERFEATURE feature) override |
![]() | |
CBaseRenderer () | |
virtual | ~CBaseRenderer () |
virtual bool | IsPictureHW (const VideoPicture &picture) |
virtual bool | Flush (bool saveBuffers) |
virtual void | SetBufferSize (int numBuffers) |
virtual bool | NeedBuffer (int idx) |
virtual bool | WantsDoublePass () |
void | SetViewMode (int viewMode) |
void | GetVideoRect (CRect &source, CRect &dest, CRect &view) |
Get video rectangle and view window. More... | |
float | GetAspectRatio () const |
void | SetVideoSettings (const CVideoSettings &settings) |
Static Public Member Functions | |
static CBaseRenderer * | Create (CVideoBuffer *buffer) |
static bool | Register () |
![]() | |
static void | SettingOptionsRenderMethodsFiller (std::shared_ptr< const CSetting > setting, std::vector< std::pair< std::string, int > > &list, int ¤t, void *data) |
Additional Inherited Members | |
![]() | |
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 | saveRotatedCoords () |
void | syncDestRectToRotatedPoints () |
void | restoreRotatedCoords () |
![]() | |
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 |
CRendererAML::CRendererAML | ( | ) |
|
virtual |
|
overridevirtual |
Implements CBaseRenderer.
|
inlinevirtual |
Implements CBaseRenderer.
|
overridevirtual |
Implements CBaseRenderer.
|
static |
|
overridevirtual |
Reimplemented from CBaseRenderer.
|
inlineoverridevirtual |
Implements CBaseRenderer.
|
inlineoverridevirtual |
Reimplemented from CBaseRenderer.
|
static |
|
overridevirtual |
Reimplemented from CBaseRenderer.
|
overridevirtual |
Implements CBaseRenderer.
|
overridevirtual |
Implements CBaseRenderer.
|
overridevirtual |
Reimplemented from CBaseRenderer.
|
inlineoverridevirtual |
Implements CBaseRenderer.
|
inlineoverridevirtual |
Implements CBaseRenderer.
|
inlineoverridevirtual |
Implements CBaseRenderer.
|
inlineoverridevirtual |
Implements CBaseRenderer.