#include <RendererHQ.h>
|
bool | Supports (ESCALINGMETHOD method) const override |
|
virtual | ~CRendererBase () |
|
virtual CRenderInfo | GetRenderInfo () |
|
virtual bool | Configure (const VideoPicture &picture, float fps, unsigned int orientation) |
|
virtual bool | Supports (ERENDERFEATURE feature) const |
|
virtual bool | WantsDoublePass () |
|
virtual bool | NeedBuffer (int idx) |
|
void | AddVideoPicture (const VideoPicture &picture, int index) |
|
void | Render (int index, int index2, CD3DTexture &target, const CRect &sourceRect, const CRect &destRect, const CRect &viewRect, unsigned flags) |
|
void | Render (CD3DTexture &target, const CRect &sourceRect, const CRect &destRect, const CRect &viewRect, unsigned flags=0) |
|
void | ManageTextures () |
|
int | NextBuffer () const |
|
void | ReleaseBuffer (int idx) |
|
bool | Flush (bool saveBuffers) |
|
void | SetBufferSize (int numBuffers) |
|
DEBUG_INFO_VIDEO | GetDebugInfo (int idx) |
|
|
| CRendererHQ (CVideoSettings &videoSettings) |
|
virtual | ~CRendererHQ ()=default |
|
void | OnOutputReset () override |
|
void | CheckVideoParameters () override |
|
void | UpdateVideoFilters () override |
|
void | FinalOutput (CD3DTexture &source, CD3DTexture &target, const CRect &sourceRect, const CPoint(&destPoints)[4]) override |
|
void | SelectPSVideoFilter () |
|
bool | HasHQScaler () const |
|
| CRendererBase (CVideoSettings &videoSettings) |
|
bool | CreateIntermediateTarget (unsigned int width, unsigned int height, bool dynamic=false, DXGI_FORMAT format=DXGI_FORMAT_UNKNOWN) |
|
void | OnCMSConfigChanged (AVColorPrimaries srcPrimaries) |
|
void | ReorderDrawPoints (const CRect &destRect, CPoint(&rotatedPoints)[4]) const |
|
bool | CreateRenderBuffer (int index) |
|
void | DeleteRenderBuffer (int index) |
|
void | ProcessHDR (CRenderBuffer *rb) |
|
bool | ActualRenderAsHDR () |
| Call after rendering has started to find out if the output is configured as SDR or HDR.
|
|
virtual void | RenderImpl (CD3DTexture &target, CRect &sourceRect, CPoint(&destPoints)[4], uint32_t flags)=0 |
|
virtual CRenderBuffer * | CreateBuffer ()=0 |
|
virtual void | OnViewSizeChanged () |
|
virtual std::string | GetRenderMethodDebugInfo () const |
|
◆ CRendererHQ()
◆ ~CRendererHQ()
virtual CRendererHQ::~CRendererHQ |
( |
| ) |
|
|
protectedvirtualdefault |
◆ CheckVideoParameters()
void CRendererHQ::CheckVideoParameters |
( |
| ) |
|
|
overrideprotectedvirtual |
◆ FinalOutput()
◆ HasHQScaler()
bool CRendererHQ::HasHQScaler |
( |
| ) |
const |
|
protected |
◆ OnOutputReset()
void CRendererHQ::OnOutputReset |
( |
| ) |
|
|
overrideprotectedvirtual |
◆ SelectPSVideoFilter()
void CRendererHQ::SelectPSVideoFilter |
( |
| ) |
|
|
protected |
◆ Supports()
◆ UpdateVideoFilters()
void CRendererHQ::UpdateVideoFilters |
( |
| ) |
|
|
overrideprotectedvirtual |
◆ m_bUseHQScaler
bool CRendererHQ::m_bUseHQScaler = false |
|
protected |
◆ m_scalerShader
◆ m_scalingMethod
◆ m_scalingMethodGui
The documentation for this class was generated from the following files: