![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#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>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 |
| using CvPixelFormat = unsigned |
Definition at line 27 of file qavfhelpers_p.h.
|
constexpr |
Definition at line 28 of file qavfhelpers_p.h.