![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include "qffmpegdarwinhwframehelpers_p.h"#include <QtCore/qscopeguard.h>#include <QtFFmpegMediaPluginImpl/private/qffmpegvideobuffer_p.h>#include <QtFFmpegMediaPluginImpl/private/qffmpeghwaccel_p.h>#include <QtMultimedia/private/qvideoframe_p.h>#include <CoreVideo/CVPixelBuffer.h>#include <VideoToolbox/VTPixelTransferSession.h>Go to the source code of this file.
Namespaces | |
| namespace | QFFmpeg |
Macros | |
| #define | AVMediaType XAVMediaType |
Functions | |
| q23::expected< QAVFHelpers::QSharedCVPixelBuffer, QString > | QFFmpeg::deepCopyCvPixelBuffer (CVPixelBufferRef source) |
| q23::expected< QVideoFrame, QString > | QFFmpeg::qVideoFrameFromCvPixelBuffer (const QFFmpeg::HWAccel &hwAccel, std::chrono::microseconds presentationTimeStamp, const QAVFHelpers::QSharedCVPixelBuffer &imageBuffer, QVideoFrameFormat format) |
| #define AVMediaType XAVMediaType |
Definition at line 8 of file qffmpegdarwinhwframehelpers.mm.