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
QAndroidCameraFrame::Plane Struct Reference

#include <qandroidcameraframe_p.h>

+ Collaboration diagram for QAndroidCameraFrame::Plane:

Public Attributes

int pixelStride = 0
 
int rowStride = 0
 
int size = 0
 
uint8_t * data
 

Detailed Description

Definition at line 24 of file qandroidcameraframe_p.h.

Member Data Documentation

◆ data

uint8_t* QAndroidCameraFrame::Plane::data

Definition at line 29 of file qandroidcameraframe_p.h.

Referenced by QAndroidCamera::frameAvailable().

◆ pixelStride

int QAndroidCameraFrame::Plane::pixelStride = 0

Definition at line 26 of file qandroidcameraframe_p.h.

◆ rowStride

int QAndroidCameraFrame::Plane::rowStride = 0

Definition at line 27 of file qandroidcameraframe_p.h.

Referenced by QAndroidCamera::frameAvailable().

◆ size

int QAndroidCameraFrame::Plane::size = 0

Definition at line 28 of file qandroidcameraframe_p.h.


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