|
MythTV master
|
#include <libmythtv/opengl/mythmmalinterop.h>
Public Member Functions | |
| virtual std::vector< MythVideoTextureOpenGL * > | Acquire (MythRenderOpenGL *Context, MythVideoColourSpace *ColourSpace, MythVideoFrame *Frame, FrameScanType Scan) override |
Public Member Functions inherited from MythOpenGLInterop | |
| ~MythOpenGLInterop () override | |
| virtual std::vector< MythVideoTextureOpenGL * > | Acquire (MythRenderOpenGL *Context, MythVideoColourSpace *ColourSpace, MythVideoFrame *Frame, FrameScanType Scan) |
Public Member Functions inherited from MythInteropGPU | |
| MythInteropGPU (MythRender *Context, InteropType Type, MythPlayerUI *Player=nullptr) | |
| ~MythInteropGPU () override | |
| InteropType | GetType () |
| MythPlayerUI * | GetPlayer () |
| void | SetDefaultFree (FreeAVHWDeviceContext FreeContext) |
| void | SetDefaultUserOpaque (void *UserOpaque) |
| FreeAVHWDeviceContext | GetDefaultFree () |
| void * | GetDefaultUserOpaque () |
Public Member Functions inherited from ReferenceCounter | |
| ReferenceCounter (const QString &debugName, bool logDebug=true) | |
| Creates reference counter with an initial value of 1. More... | |
| virtual int | IncrRef (void) |
| Increments reference count. More... | |
| virtual int | DecrRef (void) |
| Decrements reference count and deletes on 0. More... | |
Static Public Member Functions | |
| static void | GetMMALTypes (MythRenderOpenGL *Render, MythInteropGPU::InteropMap &Types) |
| static MythMMALInterop * | CreateMMAL (MythRenderOpenGL *Context) |
| Create an MMAL interop. More... | |
Static Public Member Functions inherited from MythOpenGLInterop | |
| static void | GetTypes (MythRender *Render, MythInteropGPU::InteropMap &Types) |
| static std::vector< MythVideoTextureOpenGL * > | Retrieve (MythRenderOpenGL *Context, MythVideoColourSpace *ColourSpace, MythVideoFrame *Frame, FrameScanType Scan) |
Static Public Member Functions inherited from MythInteropGPU | |
| static InteropMap | GetTypes (MythRender *Render) |
| static QString | TypeToString (InteropType Type) |
| static QString | TypesToString (const InteropMap &Types) |
| static MythInteropGPU * | CreateDummy () |
Static Public Member Functions inherited from ReferenceCounter | |
| static void | PrintDebug (void) |
| Print out any leaks if that level of debugging is enabled. More... | |
Protected Member Functions | |
| MythMMALInterop (MythRenderOpenGL *Context) | |
| virtual | ~MythMMALInterop () override |
Protected Member Functions inherited from MythOpenGLInterop | |
| MythOpenGLInterop (MythRenderOpenGL *Context, InteropType Type, MythPlayerUI *Player=nullptr) | |
| virtual void | DeleteTextures () |
Protected Member Functions inherited from ReferenceCounter | |
| virtual | ~ReferenceCounter (void) |
| Called on destruction, will warn if object deleted with references in place. More... | |
Private Member Functions | |
| MMAL_BUFFER_HEADER_T * | VerifyBuffer (MythRenderOpenGL *Context, MythVideoFrame *Frame) |
Definition at line 13 of file mythmmalinterop.h.
|
protected |
Definition at line 17 of file mythmmalinterop.cpp.
Referenced by CreateMMAL().
|
overrideprotectedvirtual |
Definition at line 22 of file mythmmalinterop.cpp.
|
overridevirtual |
Reimplemented from MythOpenGLInterop.
Definition at line 91 of file mythmmalinterop.cpp.
|
static |
Create an MMAL interop.
Definition at line 51 of file mythmmalinterop.cpp.
Referenced by MythMMALContext::HwDecoderInit().
|
static |
Definition at line 27 of file mythmmalinterop.cpp.
Referenced by MythOpenGLInterop::GetTypes().
|
private |
Definition at line 56 of file mythmmalinterop.cpp.
Referenced by Acquire().