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

(35f59535360e9822150f6daf4d0c95e2efe17176)

#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

QVideoFrameFormat::ColorRange QAVFHelpers::colorRangeForCVPixelFormat (CvPixelFormat cvPixelFormat)
 
QVideoFrameFormat::PixelFormat QAVFHelpers::fromCVPixelFormat (CvPixelFormat cvPixelFormat)
 
CvPixelFormat QAVFHelpers::toCVPixelFormat (QVideoFrameFormat::PixelFormat pixFmt, QVideoFrameFormat::ColorRange colorRange)
 
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

constexpr CvPixelFormat CvPixelFormatInvalid = 0
constexpr