FFmpeg
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
mp_image Struct Reference

#include <mp_image.h>

Data Fields

unsigned int flags
 
unsigned char type
 
int number
 
unsigned char bpp
 
unsigned int imgfmt
 
int width
 
int height
 
int x
 
int y
 
int w
 
int h
 
unsigned char * planes [MP_MAX_PLANES]
 
int stride [MP_MAX_PLANES]
 
char * qscale
 
int qstride
 
int pict_type
 
int fields
 
int qscale_type
 
int num_planes
 
int chroma_width
 
int chroma_height
 
int chroma_x_shift
 
int chroma_y_shift
 
int usage_count
 
voidpriv
 

Detailed Description

Definition at line 125 of file mp_image.h.

Field Documentation

unsigned int mp_image::flags
unsigned char mp_image::type

Definition at line 127 of file mp_image.h.

Referenced by ff_vf_get_image(), and get_image().

int mp_image::number

Definition at line 128 of file mp_image.h.

Referenced by ff_vf_get_image().

unsigned char mp_image::bpp
unsigned int mp_image::imgfmt
int mp_image::width
int mp_image::height
int mp_image::x

Definition at line 132 of file mp_image.h.

int mp_image::y

Definition at line 132 of file mp_image.h.

int mp_image::w
int mp_image::h
unsigned char* mp_image::planes[MP_MAX_PLANES]
int mp_image::stride[MP_MAX_PLANES]
char* mp_image::qscale

Definition at line 135 of file mp_image.h.

Referenced by ff_vf_clone_mpi_attributes(), ff_vf_get_image(), and put_image().

int mp_image::qstride

Definition at line 136 of file mp_image.h.

Referenced by ff_vf_clone_mpi_attributes(), and put_image().

int mp_image::pict_type

Definition at line 137 of file mp_image.h.

Referenced by ff_vf_clone_mpi_attributes(), and put_image().

int mp_image::fields

Definition at line 138 of file mp_image.h.

Referenced by ff_vf_clone_mpi_attributes(), filter_frame(), and put_image().

int mp_image::qscale_type

Definition at line 139 of file mp_image.h.

Referenced by ff_vf_clone_mpi_attributes(), and put_image().

int mp_image::num_planes

Definition at line 140 of file mp_image.h.

Referenced by ff_mp_image_alloc_planes(), ff_mp_image_setfmt(), and put_image().

int mp_image::chroma_width
int mp_image::chroma_height
int mp_image::chroma_x_shift
int mp_image::chroma_y_shift
int mp_image::usage_count

Definition at line 146 of file mp_image.h.

Referenced by ff_vf_get_image().

void* mp_image::priv

Definition at line 148 of file mp_image.h.

Referenced by put_image().


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