MythTV  master
Classes | Typedefs | Variables
mythinteropgpu.h File Reference
#include <QSize>
#include <QObject>
#include "libmythbase/referencecounter.h"
#include "mythframe.h"
#include <vector>
Include dependency graph for mythinteropgpu.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  MythInteropGPU
 

Typedefs

using FreeAVHWDeviceContext = void(*)(struct AVHWDeviceContext *)
 

Variables

static constexpr uint64_t DUMMY_INTEROP_ID { 1 }
 

Typedef Documentation

◆ FreeAVHWDeviceContext

using FreeAVHWDeviceContext = void (*)(struct AVHWDeviceContext*)

Definition at line 17 of file mythinteropgpu.h.

Variable Documentation

◆ DUMMY_INTEROP_ID

constexpr uint64_t DUMMY_INTEROP_ID { 1 }
staticconstexpr