Qt 6.x
The Qt SDK
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
qavfhelpers_p.h File Reference
#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
 

Enumerations

enum  { q_kCVPixelFormatType_OneComponent16 = 'L016' }
 

Functions

QVideoFrameFormat::PixelFormat QAVFHelpers::fromCVPixelFormat (unsigned avPixelFormat)
 
bool QAVFHelpers::toCVPixelFormat (QVideoFrameFormat::PixelFormat qtFormat, unsigned &conv)
 
QVideoFrameFormat QAVFHelpers::videoFormatForImageBuffer (CVImageBufferRef buffer, bool openGL=false)
 

Enumeration Type Documentation

◆ anonymous enum

anonymous enum
Enumerator
q_kCVPixelFormatType_OneComponent16 

Definition at line 24 of file qavfhelpers_p.h.