Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
qvideoframe.cpp File Reference

(49d1fb36a3d81aa871611e53931bfa23bc3bcaf0)

#include "qvideoframe.h"
#include "qvideoframe_p.h"
#include "qvideotexturehelper_p.h"
#include "qmultimediautils_p.h"
#include "qmemoryvideobuffer_p.h"
#include "qvideoframeconverter_p.h"
#include "qimagevideobuffer_p.h"
#include "qpainter.h"
#include <qtextlayout.h>
#include <qimage.h>
#include <qpair.h>
#include <qsize.h>
#include <qvariant.h>
#include <rhi/qrhi.h>
#include <QDebug>
+ 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 925 of file qvideoframe.cpp.

References qFormatTimeStamps().

+ Here is the call graph for this function:

◆ operator<<() [2/2]

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

Definition at line 912 of file qvideoframe.cpp.

References QVideoFrame::NoHandle, and QVideoFrame::RhiTextureHandle.

◆ qFormatTimeStamps()

static QString qFormatTimeStamps ( qint64 start,
qint64 end )
static

Definition at line 843 of file qvideoframe.cpp.

References QStringLiteral.

Referenced by operator<<().

+ Here is the caller graph for this function:

◆ QT_DEFINE_QESDP_SPECIALIZATION_DTOR()

QT_BEGIN_NAMESPACE QT_DEFINE_QESDP_SPECIALIZATION_DTOR ( QVideoFramePrivate )