Valkka  1.6.1
OpenSource Video Management
Public Member Functions | Public Attributes | List of all members
BitmapPars Struct Reference

For AVBitmapFrames, linesizes are the widths + padding bytes. More...

#include <constant.h>

Public Member Functions

 BitmapPars (BitmapType type=0, int width=0, int height=0, int w_fac=1, int h_fac=1)
 

Public Attributes

BitmapType type
 
int width
 width of luma plane
 
int height
 height of luma plane
 
int w_fac
 width factor for chroma plane
 
int h_fac
 height factor for chroma plane
 
int y_size
 
int u_size
 
int v_size
 
int y_width
 
int u_width
 
int v_width
 
int y_height
 
int u_height
 
int v_height
 
int y_linesize
 
int u_linesize
 
int v_linesize
 

Detailed Description

For AVBitmapFrames, linesizes are the widths + padding bytes.

For pre-reserved YUVFrames width and linesize are always the same.

Texture dimensions match always YUVFrame dimensions


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