vpx_image

\brief Image Descriptor

Members

Variables

bps
int bps;

< bits per sample (for packed formats)

d_h
uint d_h;

< Displayed image height

d_w
uint d_w;

< Displayed image width

fb_priv
void* fb_priv;

< Frame buffer data associated with the image.

fmt
vpx_img_fmt_t fmt;

< Image Format

h
uint h;

< Stored image height

img_data
ubyte* img_data;

< private

img_data_owner
int img_data_owner;

< private

planes
ubyte* planes;

< pointer to the top left pixel for each plane

self_allocd
int self_allocd;

< private

stride
int stride;

< stride between rows for each plane

user_priv
void* user_priv;

< may be set by the application to associate data * with this image.

w
uint w;

< Stored image width

x_chroma_shift
uint x_chroma_shift;

< subsampling order, X

y_chroma_shift
uint y_chroma_shift;

< subsampling order, Y

Meta