Miam-Player  0.8.0
A nice music player
QtAV::OpenGLRendererBasePrivate Class Reference

#include <OpenGLRendererBase_p.h>

Inheritance diagram for QtAV::OpenGLRendererBasePrivate:
QtAV::VideoRendererPrivate QtAV::AVOutputPrivate DPtrPrivate< AVOutput >

Public Member Functions

 OpenGLRendererBasePrivate (QPaintDevice *pd)
 
virtual ~OpenGLRendererBasePrivate ()
 
void setupAspectRatio ()
 
- Public Member Functions inherited from QtAV::VideoRendererPrivate
 VideoRendererPrivate ()
 
virtual ~VideoRendererPrivate ()
 
bool computeOutParameters (qreal outAspectRatio)
 
virtual void setupQuality ()
 
- Public Member Functions inherited from QtAV::AVOutputPrivate
 AVOutputPrivate ()
 
virtual ~AVOutputPrivate ()
 
- Public Member Functions inherited from DPtrPrivate< AVOutput >
virtual ~DPtrPrivate ()
 
void DPTR_setPublic (AVOutput *pub)
 

Public Attributes

QPainter * painter
 
OpenGLVideo glv
 
QMatrix4x4 matrix
 
bool frame_changed
 
- Public Attributes inherited from QtAV::VideoRendererPrivate
bool update_background
 
int renderer_width
 
int renderer_height
 
qreal source_aspect_ratio
 
int src_width
 
int src_height
 
QMutex img_mutex
 
bool aspect_ratio_changed
 
VideoRenderer::OutAspectRatioMode out_aspect_ratio_mode
 
qreal out_aspect_ratio
 
VideoRenderer::Quality quality
 
QRect out_rect
 
QRectF roi
 
int orientation
 
VideoFrame video_frame
 
VideoFormat::PixelFormat preferred_format
 
bool force_preferred
 
qreal brightness
 
qreal contrast
 
qreal hue
 
qreal saturation
 
QColor bg_color
 
- Public Attributes inherited from QtAV::AVOutputPrivate
bool paused
 
bool available
 
QMutex mutex
 
QWaitCondition cond
 
Statisticsstatistics
 
VideoFilterContextfilter_context
 
QList< Filter * > filters
 
QList< Filter * > pending_uninstall_filters
 
QList< OutputSet * > output_sets
 

Additional Inherited Members

- Protected Member Functions inherited from DPtrPrivate< AVOutput >
AVOutput & dptr_p ()
 
const AVOutput & dptr_p () const
 
AVOutput * dptr_ptr ()
 
const AVOutput * dptr_ptr () const
 

Constructor & Destructor Documentation

◆ OpenGLRendererBasePrivate()

QtAV::OpenGLRendererBasePrivate::OpenGLRendererBasePrivate ( QPaintDevice *  pd)

◆ ~OpenGLRendererBasePrivate()

virtual QtAV::OpenGLRendererBasePrivate::~OpenGLRendererBasePrivate ( )
virtual

Member Function Documentation

◆ setupAspectRatio()

void QtAV::OpenGLRendererBasePrivate::setupAspectRatio ( )

Member Data Documentation

◆ frame_changed

bool QtAV::OpenGLRendererBasePrivate::frame_changed

◆ glv

OpenGLVideo QtAV::OpenGLRendererBasePrivate::glv

◆ matrix

QMatrix4x4 QtAV::OpenGLRendererBasePrivate::matrix

◆ painter

QPainter* QtAV::OpenGLRendererBasePrivate::painter

The documentation for this class was generated from the following file: