Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
qvideoframe.cpp File Reference

(ae416e8fc7cf55b935f8650213ba3f09179789a5)

#include "qvideoframe.h"
#include <QtCore/qdebug.h>
#include <QtCore/qsize.h>
#include <QtCore/qvariant.h>
#include <QtGui/qimage.h>
#include <QtGui/qtextlayout.h>
#include <QtGui/qpainter.h>
#include <QtMultimedia/private/qimagevideobuffer_p.h>
#include <QtMultimedia/private/qmemoryvideobuffer_p.h>
#include <QtMultimedia/private/qmultimediautils_p.h>
#include <QtMultimedia/private/qvideoframe_p.h>
#include <QtMultimedia/private/qvideoframeconverter_p.h>
#include <QtMultimedia/private/qvideotexturehelper_p.h>
#include <rhi/qrhi.h>
Include dependency graph for qvideoframe.cpp:

Go to the source code of this file.

Functions

QT_BEGIN_NAMESPACE QT_DEFINE_QESDP_SPECIALIZATION_DTOR (QVideoFramePrivate)
static QString qFormatTimeStamps (qint64 start, qint64 end)
QDebug operator<< (QDebug dbg, QVideoFrame::HandleType type)
QDebug operator<< (QDebug dbg, const QVideoFrame &f)

Function Documentation

◆ operator<<() [1/2]

QDebug operator<< ( QDebug dbg,
const QVideoFrame & f )

Definition at line 1051 of file qvideoframe.cpp.

◆ operator<<() [2/2]

QDebug operator<< ( QDebug dbg,
QVideoFrame::HandleType type )

Definition at line 1038 of file qvideoframe.cpp.

◆ qFormatTimeStamps()

QString qFormatTimeStamps ( qint64 start,
qint64 end )
static

Definition at line 969 of file qvideoframe.cpp.

◆ QT_DEFINE_QESDP_SPECIALIZATION_DTOR()

QT_BEGIN_NAMESPACE QT_DEFINE_QESDP_SPECIALIZATION_DTOR ( QVideoFramePrivate )