MythTV
master
|
#include <mythvtbinterop.h>
Public Member Functions | |
std::vector< MythVideoTextureOpenGL * > | Acquire (MythRenderOpenGL *Context, MythVideoColourSpace *ColourSpace, MythVideoFrame *Frame, FrameScanType Scan) override |
![]() | |
~MythOpenGLInterop () override | |
![]() | |
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 () |
![]() | |
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 | GetVTBTypes (MythRenderOpenGL *Render, MythInteropGPU::InteropMap &Types) |
static MythVTBInterop * | CreateVTB (MythPlayerUI *Player, MythRenderOpenGL *Context) |
![]() | |
static void | GetTypes (MythRender *Render, MythInteropGPU::InteropMap &Types) |
static std::vector< MythVideoTextureOpenGL * > | Retrieve (MythRenderOpenGL *Context, MythVideoColourSpace *ColourSpace, MythVideoFrame *Frame, FrameScanType Scan) |
![]() | |
static InteropMap | GetTypes (MythRender *Render) |
static QString | TypeToString (InteropType Type) |
static QString | TypesToString (const InteropMap &Types) |
static MythInteropGPU * | CreateDummy () |
![]() | |
static void | PrintDebug (void) |
Print out any leaks if that level of debugging is enabled. More... | |
Protected Member Functions | |
CVPixelBufferRef | Verify (MythRenderOpenGL *Context, MythVideoColourSpace *ColourSpace, MythVideoFrame *Frame) |
MythVTBInterop (MythPlayerUI *Player, MythRenderOpenGL *Context, MythOpenGLInterop::InteropType Type) | |
~MythVTBInterop () override | |
![]() | |
MythOpenGLInterop (MythRenderOpenGL *Context, InteropType Type, MythPlayerUI *Player=nullptr) | |
virtual void | DeleteTextures () |
![]() | |
virtual | ~ReferenceCounter (void) |
Called on destruction, will warn if object deleted with references in place. More... | |
Definition at line 10 of file mythvtbinterop.h.
|
protected |
Definition at line 40 of file mythvtbinterop.cpp.
Referenced by CreateVTB().
|
overrideprotected |
Definition at line 46 of file mythvtbinterop.cpp.
|
static |
Definition at line 9 of file mythvtbinterop.cpp.
Referenced by CreateVTB(), and MythOpenGLInterop::GetTypes().
|
static |
Definition at line 20 of file mythvtbinterop.cpp.
Referenced by MythVTBContext::InitialiseDecoder().
|
overridevirtual |
Reimplemented from MythOpenGLInterop.
Reimplemented in MythVTBSurfaceInterop.
Definition at line 86 of file mythvtbinterop.cpp.
|
protected |
Definition at line 50 of file mythvtbinterop.cpp.
Referenced by Acquire(), and MythVTBSurfaceInterop::Acquire().