MythTV  master
Classes | Variables
mythvideoprofile.h File Reference
#include <vector>
#include <QStringList>
#include <QRecursiveMutex>
#include <QSize>
#include <QMap>
#include "libmyth/mythcontext.h"
#include "libmythtv/mythtvexp.h"
Include dependency graph for mythvideoprofile.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  RenderOptions
 
class  MythVideoProfileItem
 
class  MythVideoProfile
 

Variables

static constexpr const char * DEINT_QUALITY_NONE { "none" }
 
static constexpr const char * DEINT_QUALITY_LOW { "low" }
 
static constexpr const char * DEINT_QUALITY_MEDIUM { "medium" }
 
static constexpr const char * DEINT_QUALITY_HIGH { "high" }
 
static constexpr const char * DEINT_QUALITY_SHADER { "shader" }
 
static constexpr const char * DEINT_QUALITY_DRIVER { "driver" }
 
static constexpr const char * UPSCALE_DEFAULT { "bilinear" }
 
static constexpr const char * UPSCALE_HQ1 { "bicubic" }
 
static constexpr const char * COND_WIDTH { "cond_width" }
 
static constexpr const char * COND_HEIGHT { "cond_height" }
 
static constexpr const char * COND_RATE { "cond_framerate" }
 
static constexpr const char * COND_CODECS { "cond_codecs" }
 
static constexpr const char * PREF_DEC { "pref_decoder" }
 
static constexpr const char * PREF_CPUS { "pref_max_cpus" }
 
static constexpr const char * PREF_LOOP { "pref_skiploop" }
 
static constexpr const char * PREF_RENDER { "pref_videorenderer" }
 
static constexpr const char * PREF_DEINT1X { "pref_deint0" }
 
static constexpr const char * PREF_DEINT2X { "pref_deint1" }
 
static constexpr const char * PREF_PRIORITY { "pref_priority" }
 
static constexpr const char * PREF_UPSCALE { "pref_upscale" }
 
static constexpr uint VIDEO_MAX_CPUS { 16 }
 

Variable Documentation

◆ DEINT_QUALITY_NONE

constexpr const char* DEINT_QUALITY_NONE { "none" }
staticconstexpr

◆ DEINT_QUALITY_LOW

constexpr const char* DEINT_QUALITY_LOW { "low" }
staticconstexpr

◆ DEINT_QUALITY_MEDIUM

constexpr const char* DEINT_QUALITY_MEDIUM { "medium" }
staticconstexpr

◆ DEINT_QUALITY_HIGH

constexpr const char* DEINT_QUALITY_HIGH { "high" }
staticconstexpr

◆ DEINT_QUALITY_SHADER

constexpr const char* DEINT_QUALITY_SHADER { "shader" }
staticconstexpr

◆ DEINT_QUALITY_DRIVER

constexpr const char* DEINT_QUALITY_DRIVER { "driver" }
staticconstexpr

◆ UPSCALE_DEFAULT

constexpr const char* UPSCALE_DEFAULT { "bilinear" }
staticconstexpr

◆ UPSCALE_HQ1

constexpr const char* UPSCALE_HQ1 { "bicubic" }
staticconstexpr

◆ COND_WIDTH

constexpr const char* COND_WIDTH { "cond_width" }
staticconstexpr

◆ COND_HEIGHT

constexpr const char* COND_HEIGHT { "cond_height" }
staticconstexpr

◆ COND_RATE

constexpr const char* COND_RATE { "cond_framerate" }
staticconstexpr

◆ COND_CODECS

constexpr const char* COND_CODECS { "cond_codecs" }
staticconstexpr

◆ PREF_DEC

constexpr const char* PREF_DEC { "pref_decoder" }
staticconstexpr

◆ PREF_CPUS

constexpr const char* PREF_CPUS { "pref_max_cpus" }
staticconstexpr

◆ PREF_LOOP

constexpr const char* PREF_LOOP { "pref_skiploop" }
staticconstexpr

◆ PREF_RENDER

constexpr const char* PREF_RENDER { "pref_videorenderer" }
staticconstexpr

◆ PREF_DEINT1X

constexpr const char* PREF_DEINT1X { "pref_deint0" }
staticconstexpr

◆ PREF_DEINT2X

constexpr const char* PREF_DEINT2X { "pref_deint1" }
staticconstexpr

◆ PREF_PRIORITY

constexpr const char* PREF_PRIORITY { "pref_priority" }
staticconstexpr

◆ PREF_UPSCALE

constexpr const char* PREF_UPSCALE { "pref_upscale" }
staticconstexpr

◆ VIDEO_MAX_CPUS

constexpr uint VIDEO_MAX_CPUS { 16 }
staticconstexpr