#include "mfvideorenderercontrol_p.h"
#include "mfactivate_p.h"
#include "evrcustompresenter_p.h"
#include <private/qplatformvideosink_p.h>
#include <private/qabstractvideobuffer_p.h>
#include <private/qwindowsmfdefs_p.h>
#include <qvideosink.h>
#include <qvideoframeformat.h>
#include <qtimer.h>
#include <qmutex.h>
#include <qcoreevent.h>
#include <qcoreapplication.h>
#include <qthread.h>
#include "guiddef.h"
#include <qdebug.h>
#include "moc_mfvideorenderercontrol_p.cpp"
#include "mfvideorenderercontrol.moc"
Go to the source code of this file.
|
static const GUID | QT_BEGIN_NAMESPACE::IID_IMarker = {0xa3ff32de, 0x1031, 0x438a, {0x8b, 0x47, 0x82, 0xf8, 0xac, 0xda, 0x59, 0xb7}} |
|
IMarker | QT_BEGIN_NAMESPACE::__pad0__ |
|
◆ PAD_TO_DWORD
#define PAD_TO_DWORD |
( |
|
x | ) |
(((x) + 3) & ~3) |