FFmpeg
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
mp_image_t 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_t::flags
unsigned char mp_image_t::type

Definition at line 127 of file mp_image.h.

Referenced by ff_vf_get_image(), and get_image().

int mp_image_t::number

Definition at line 128 of file mp_image.h.

Referenced by ff_vf_get_image().

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

Definition at line 132 of file mp_image.h.

int mp_image_t::y

Definition at line 132 of file mp_image.h.

int mp_image_t::w
int mp_image_t::h
unsigned char* mp_image_t::planes[MP_MAX_PLANES]
int mp_image_t::stride[MP_MAX_PLANES]
char* mp_image_t::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_t::qstride

Definition at line 136 of file mp_image.h.

Referenced by ff_vf_clone_mpi_attributes(), and put_image().

int mp_image_t::pict_type

Definition at line 137 of file mp_image.h.

Referenced by ff_vf_clone_mpi_attributes(), and put_image().

int mp_image_t::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_t::qscale_type

Definition at line 139 of file mp_image.h.

Referenced by ff_vf_clone_mpi_attributes(), and put_image().

int mp_image_t::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_t::chroma_width
int mp_image_t::chroma_height
int mp_image_t::chroma_x_shift

Definition at line 144 of file mp_image.h.

Referenced by ff_mp_image_setfmt(), ff_vf_get_image(), ff_vf_mpi_clear(), and put_image().

int mp_image_t::chroma_y_shift

Definition at line 145 of file mp_image.h.

Referenced by ff_mp_image_setfmt(), ff_vf_get_image(), ff_vf_mpi_clear(), and put_image().

int mp_image_t::usage_count

Definition at line 146 of file mp_image.h.

Referenced by ff_vf_get_image().

void* mp_image_t::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: