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
qavfhelpers_p.h File Reference

(2dfc90a28535fb40a2108a5e33a0d87706b6b2e1)

#include <QtMultimedia/qvideoframe.h>
#include <qvideoframeformat.h>
#include <CoreVideo/CVBase.h>
#include <CoreVideo/CVPixelBuffer.h>
#include <CoreVideo/CVImageBuffer.h>
Include dependency graph for qavfhelpers_p.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  QAVFHelpers

Typedefs

using CvPixelFormat = unsigned

Functions

Q_MULTIMEDIA_EXPORT QVideoFrameFormat::ColorRange QAVFHelpers::colorRangeForCVPixelFormat (CvPixelFormat cvPixelFormat)
Q_MULTIMEDIA_EXPORT QVideoFrameFormat::PixelFormat QAVFHelpers::fromCVPixelFormat (CvPixelFormat cvPixelFormat)
Q_MULTIMEDIA_EXPORT CvPixelFormat QAVFHelpers::toCVPixelFormat (QVideoFrameFormat::PixelFormat pixFmt, QVideoFrameFormat::ColorRange colorRange)
Q_MULTIMEDIA_EXPORT QVideoFrameFormat QAVFHelpers::videoFormatForImageBuffer (CVImageBufferRef buffer, bool openGL=false)

Variables

constexpr CvPixelFormat CvPixelFormatInvalid = 0

Typedef Documentation

◆ CvPixelFormat

using CvPixelFormat = unsigned

Definition at line 26 of file qavfhelpers_p.h.

Variable Documentation

◆ CvPixelFormatInvalid

CvPixelFormat CvPixelFormatInvalid = 0
constexpr

Definition at line 27 of file qavfhelpers_p.h.