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
qffmpegvideobuffer.cpp File Reference

(2b2c3eec38576cf1fd3d571c1aaecf79ff301903)

#include "qffmpegvideobuffer_p.h"
#include "private/qvideotexturehelper_p.h"
#include "private/qmultimediautils_p.h"
#include "qffmpeghwaccel_p.h"
#include "qloggingcategory.h"
#include <libavutil/pixdesc.h>
#include <libavutil/hdr_dynamic_metadata.h>
#include <libavutil/mastering_display_metadata.h>
+ Include dependency graph for qffmpegvideobuffer.cpp:

Go to the source code of this file.

Functions

static QT_BEGIN_NAMESPACE bool isFrameFlipped (const AVFrame &frame)
 
static Q_LOGGING_CATEGORY (qLcFFmpegVideoBuffer, "qt.multimedia.ffmpeg.videobuffer")
 

Function Documentation

◆ isFrameFlipped()

static QT_BEGIN_NAMESPACE bool isFrameFlipped ( const AVFrame & frame)
static

Definition at line 18 of file qffmpegvideobuffer.cpp.

References frame, and i.

Referenced by QFFmpegVideoBuffer::convertSWFrame().

+ Here is the caller graph for this function:

◆ Q_LOGGING_CATEGORY()

static Q_LOGGING_CATEGORY ( qLcFFmpegVideoBuffer ,
"qt.multimedia.ffmpeg.videobuffer"  )
static