|
| CRendererVDPAU () |
|
| ~CRendererVDPAU () override |
|
bool | Configure (const VideoPicture &picture, float fps, unsigned int orientation) override |
|
void | ReleaseBuffer (int idx) override |
|
bool | ConfigChanged (const VideoPicture &picture) override |
|
bool | NeedBuffer (int idx) override |
|
bool | Flush (bool saveBuffers) override |
|
bool | Supports (ERENDERFEATURE feature) const override |
|
bool | Supports (ESCALINGMETHOD method) const override |
|
| CLinuxRendererGL () |
|
| ~CLinuxRendererGL () override |
|
bool | IsConfigured () override |
|
void | AddVideoPicture (const VideoPicture &picture, int index) override |
|
void | UnInit () override |
|
void | SetBufferSize (int numBuffers) override |
|
void | RenderUpdate (int index, int index2, bool clear, unsigned int flags, unsigned int alpha) override |
|
void | Update () override |
|
bool | RenderCapture (int index, CRenderCapture *capture) override |
|
CRenderInfo | GetRenderInfo () override |
|
bool | SupportsMultiPassRendering () override |
|
CRenderCapture * | GetRenderCapture () override |
|
| CBaseRenderer () |
|
virtual | ~CBaseRenderer () |
|
virtual bool | IsPictureHW (const VideoPicture &picture) |
|
virtual bool | IsGuiLayer () |
|
virtual bool | WantsDoublePass () |
|
void | SetViewMode (int viewMode) |
|
void | GetVideoRect (CRect &source, CRect &dest, CRect &view) const |
| Get video rectangle and view window.
|
|
float | GetAspectRatio () const |
|
unsigned int | GetOrientation () const |
|
void | SetVideoSettings (const CVideoSettings &settings) |
|
virtual DEBUG_INFO_VIDEO | GetDebugInfo (int idx) |
|
|
bool | LoadShadersHook () override |
|
bool | RenderHook (int idx) override |
|
void | AfterRenderHook (int idx) override |
|
bool | UploadTexture (int index) override |
|
void | DeleteTexture (int index) override |
|
bool | CreateTexture (int index) override |
|
bool | CreateVDPAUTexture (int index) |
|
void | DeleteVDPAUTexture (int index) |
|
bool | UploadVDPAUTexture (int index) |
|
bool | CreateVDPAUTexture420 (int index) |
|
void | DeleteVDPAUTexture420 (int index) |
|
bool | UploadVDPAUTexture420 (int index) |
|
EShaderFormat | GetShaderFormat () override |
|
bool | CanSaveBuffers () override |
|
bool | Render (unsigned int flags, int renderBuffer) |
|
void | ClearBackBuffer () |
|
void | ClearBackBufferQuad () |
|
void | DrawBlackBars () |
|
bool | ValidateRenderer () |
|
virtual bool | ValidateRenderTarget () |
|
virtual void | LoadShaders (int field=FIELD_FULL) |
|
void | SetTextureFilter (GLenum method) |
|
void | UpdateVideoFilter () |
|
void | CheckVideoParameters (int index) |
|
AVColorPrimaries | GetSrcPrimaries (AVColorPrimaries srcPrimaries, unsigned int width, unsigned int height) |
|
bool | UploadYV12Texture (int index) |
|
void | DeleteYV12Texture (int index) |
|
bool | CreateYV12Texture (int index) |
|
bool | UploadNV12Texture (int index) |
|
void | DeleteNV12Texture (int index) |
|
bool | CreateNV12Texture (int index) |
|
bool | UploadYUV422PackedTexture (int index) |
|
void | DeleteYUV422PackedTexture (int index) |
|
bool | CreateYUV422PackedTexture (int index) |
|
void | CalculateTextureSourceRects (int source, int num_planes) |
|
void | RenderToFBO (int renderBuffer, int field, bool weave=false) |
|
void | RenderFromFBO () |
|
void | RenderSinglePass (int renderBuffer, int field) |
|
void | RenderRGB (int renderBuffer, int field) |
|
void | RenderProgressiveWeave (int renderBuffer, int field) |
|
void | BindPbo (CPictureBuffer &buff) |
|
void | UnBindPbo (CPictureBuffer &buff) |
|
void | LoadPlane (CYuvPlane &plane, int type, unsigned width, unsigned height, int stride, int bpp, void *data) |
|
void | GetPlaneTextureSize (CYuvPlane &plane) |
|
GLint | GetInternalFormat (GLint format, int bpp) |
|
bool | LoadCLUT () |
|
void | DeleteCLUT () |
|
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 () |
|
void | MarkDirty () |
|
void | EnableAlwaysClip () |
|
void | saveRotatedCoords () |
|
void | syncDestRectToRotatedPoints () |
|
void | restoreRotatedCoords () |
|