MythTV
master
|
#include <QStringList>
#include <QMutex>
#include <QSize>
#include <QMap>
#include "mythtvexp.h"
#include "mythcontext.h"
#include <vector>
Go to the source code of this file.
Classes | |
struct | RenderOptions |
class | MythVideoProfileItem |
class | MythVideoProfile |
Macros | |
#define | DEINT_QUALITY_NONE QString("none") |
#define | DEINT_QUALITY_LOW QString("low") |
#define | DEINT_QUALITY_MEDIUM QString("medium") |
#define | DEINT_QUALITY_HIGH QString("high") |
#define | DEINT_QUALITY_SHADER QString("shader") |
#define | DEINT_QUALITY_DRIVER QString("driver") |
#define | UPSCALE_DEFAULT QString("bilinear") |
#define | UPSCALE_HQ1 QString("bicubic") |
#define | COND_WIDTH "cond_width" |
#define | COND_HEIGHT "cond_height" |
#define | COND_RATE "cond_framerate" |
#define | COND_CODECS "cond_codecs" |
#define | PREF_DEC "pref_decoder" |
#define | PREF_CPUS "pref_max_cpus" |
#define | PREF_LOOP "pref_skiploop" |
#define | PREF_RENDER "pref_videorenderer" |
#define | PREF_DEINT1X "pref_deint0" |
#define | PREF_DEINT2X "pref_deint1" |
#define | PREF_PRIORITY "pref_priority" |
#define | PREF_UPSCALE "pref_upscale" |
#define | VIDEO_MAX_CPUS (16U) |
#define DEINT_QUALITY_NONE QString("none") |
Definition at line 17 of file mythvideoprofile.h.
#define DEINT_QUALITY_LOW QString("low") |
Definition at line 18 of file mythvideoprofile.h.
#define DEINT_QUALITY_MEDIUM QString("medium") |
Definition at line 19 of file mythvideoprofile.h.
#define DEINT_QUALITY_HIGH QString("high") |
Definition at line 20 of file mythvideoprofile.h.
#define DEINT_QUALITY_SHADER QString("shader") |
Definition at line 21 of file mythvideoprofile.h.
#define DEINT_QUALITY_DRIVER QString("driver") |
Definition at line 22 of file mythvideoprofile.h.
#define UPSCALE_DEFAULT QString("bilinear") |
Definition at line 23 of file mythvideoprofile.h.
#define UPSCALE_HQ1 QString("bicubic") |
Definition at line 24 of file mythvideoprofile.h.
#define COND_WIDTH "cond_width" |
Definition at line 26 of file mythvideoprofile.h.
#define COND_HEIGHT "cond_height" |
Definition at line 27 of file mythvideoprofile.h.
#define COND_RATE "cond_framerate" |
Definition at line 28 of file mythvideoprofile.h.
#define COND_CODECS "cond_codecs" |
Definition at line 29 of file mythvideoprofile.h.
#define PREF_DEC "pref_decoder" |
Definition at line 30 of file mythvideoprofile.h.
#define PREF_CPUS "pref_max_cpus" |
Definition at line 31 of file mythvideoprofile.h.
#define PREF_LOOP "pref_skiploop" |
Definition at line 32 of file mythvideoprofile.h.
#define PREF_RENDER "pref_videorenderer" |
Definition at line 33 of file mythvideoprofile.h.
#define PREF_DEINT1X "pref_deint0" |
Definition at line 34 of file mythvideoprofile.h.
#define PREF_DEINT2X "pref_deint1" |
Definition at line 35 of file mythvideoprofile.h.
#define PREF_PRIORITY "pref_priority" |
Definition at line 36 of file mythvideoprofile.h.
#define PREF_UPSCALE "pref_upscale" |
Definition at line 37 of file mythvideoprofile.h.
#define VIDEO_MAX_CPUS (16U) |
Definition at line 39 of file mythvideoprofile.h.