|
Valkka
0.17.0
OpenSource Video Management
|
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 |
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
1.8.13