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

(b31b2721db0b4268ce26b46ca5825d77152ed0dd)

#include <QtMultimedia/private/qsharedhandle_p.h>
#include <QtMultimedia/qvideoframe.h>
#include <QtMultimedia/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.

Classes

struct  QAVFHelpers::QSharedCVPixelBufferHandleTraits

Namespaces

namespace  QAVFHelpers

Typedefs

using CvPixelFormat = unsigned
using QAVFHelpers::QSharedCVPixelBuffer = QtPrivate::QSharedHandle<QSharedCVPixelBufferHandleTraits>

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 27 of file qavfhelpers_p.h.

Variable Documentation

◆ CvPixelFormatInvalid

CvPixelFormat CvPixelFormatInvalid = 0
constexpr

Definition at line 28 of file qavfhelpers_p.h.