Qt 6.x
The Qt SDK
Loading...
Searching...
No Matches
qvideoframe.cpp File Reference
#include "qvideoframe.h"
#include "qvideotexturehelper_p.h"
#include "qmemoryvideobuffer_p.h"
#include "qvideoframeconverter_p.h"
#include "qvideoframeformat.h"
#include "qpainter.h"
#include <qtextlayout.h>
#include <qimage.h>
#include <qmutex.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.

Classes

class  QVideoFramePrivate
 

Functions

 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 863 of file qvideoframe.cpp.

References QByteArray::constData(), qFormatTimeStamps(), and QString::toLatin1().

+ Here is the call graph for this function:

◆ operator<<() [2/2]

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

Definition at line 850 of file qvideoframe.cpp.

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

◆ qFormatTimeStamps()

static QString qFormatTimeStamps ( qint64  start,
qint64  end 
)
static

Definition at line 781 of file qvideoframe.cpp.

References QString::arg(), and QString::fromLatin1().

Referenced by operator<<().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ QT_DEFINE_QESDP_SPECIALIZATION_DTOR()

QT_DEFINE_QESDP_SPECIALIZATION_DTOR ( QVideoFramePrivate  )