![]() |
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/qvideoframe.h>
#include <qvideoframeformat.h>
#include <CoreVideo/CVBase.h>
#include <CoreVideo/CVPixelBuffer.h>
#include <CoreVideo/CVImageBuffer.h>
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 |
using CvPixelFormat = unsigned |
Definition at line 26 of file qavfhelpers_p.h.
|
constexpr |
Definition at line 27 of file qavfhelpers_p.h.