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
YPixel< Y > Struct Template Reference

#include <qvideoframeconversionhelper_p.h>

+ Collaboration diagram for YPixel< Y >:

Public Member Functions

quint32 convert () const
 

Public Attributes

Y data
 

Static Public Attributes

static constexpr uint shift = (sizeof(Y) - 1)*8
 

Detailed Description

template<typename Y>
struct YPixel< Y >

Definition at line 80 of file qvideoframeconversionhelper_p.h.

Member Function Documentation

◆ convert()

template<typename Y >
quint32 YPixel< Y >::convert ( ) const
inline

Definition at line 84 of file qvideoframeconversionhelper_p.h.

References YPixel< Y >::shift.

Member Data Documentation

◆ data

template<typename Y >
Y YPixel< Y >::data

Definition at line 82 of file qvideoframeconversionhelper_p.h.

◆ shift

template<typename Y >
constexpr uint YPixel< Y >::shift = (sizeof(Y) - 1)*8
staticconstexpr

Definition at line 83 of file qvideoframeconversionhelper_p.h.

Referenced by YPixel< Y >::convert().


The documentation for this struct was generated from the following file: