#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 |
void * | priv |
Definition at line 116 of file mp_image.h.
unsigned char mp_image::bpp |
Definition at line 120 of file mp_image.h.
Referenced by config(), copy_mpi(), imgop(), mp_image_alloc_planes(), mp_image_setfmt(), put_image(), vf_get_image(), vf_mpi_clear(), and vf_next_draw_slice().
Definition at line 134 of file mp_image.h.
Referenced by copy_image(), copy_mpi(), imgop(), init(), init_pullup(), mp_image_alloc_planes(), mp_image_setfmt(), put_image(), and vf_get_image().
Definition at line 133 of file mp_image.h.
Referenced by copy_image(), copy_mpi(), imgop(), init(), init_pullup(), mp_image_alloc_planes(), mp_image_setfmt(), put_image(), and vf_get_image().
Definition at line 135 of file mp_image.h.
Referenced by getpix(), init(), mp_image_setfmt(), put_image(), vf_get_image(), vf_mpi_clear(), and vf_next_draw_slice().
Definition at line 136 of file mp_image.h.
Referenced by getpix(), init(), mp_image_setfmt(), put_image(), vf_get_image(), vf_mpi_clear(), and vf_next_draw_slice().
int mp_image::fields |
Definition at line 129 of file mp_image.h.
Referenced by put_image(), and vf_clone_mpi_attributes().
unsigned int mp_image::flags |
Definition at line 117 of file mp_image.h.
Referenced by config(), copy_image(), copy_merge_fields(), copy_mpi(), end_frame(), free_mp_image(), get_image(), imgop(), init(), init_pullup(), mp_image_alloc_planes(), mp_image_setfmt(), put_image(), start_slice(), vf_get_image(), vf_mpi_clear(), vf_next_draw_slice(), and vf_next_put_image().
int mp_image::h |
Definition at line 123 of file mp_image.h.
Referenced by copy_image(), copy_mpi(), get_image(), getpix(), imgop(), init(), init_pullup(), new_mp_image(), put_image(), vf_get_image(), and vf_next_put_image().
int mp_image::height |
Definition at line 122 of file mp_image.h.
Referenced by config(), get_blur(), get_image(), mp_image_alloc_planes(), mp_image_setfmt(), new_mp_image(), put_image(), start_slice(), vf_clone_mpi_attributes(), and vf_get_image().
unsigned int mp_image::imgfmt |
Definition at line 121 of file mp_image.h.
Referenced by get_image(), IsRGB(), IsYUY2(), mp_image_alloc_planes(), mp_image_setfmt(), put_image(), start_slice(), vf_get_image(), and vf_next_put_image().
Definition at line 131 of file mp_image.h.
Referenced by mp_image_alloc_planes(), mp_image_setfmt(), and put_image().
int mp_image::number |
Definition at line 128 of file mp_image.h.
Referenced by put_image(), and vf_clone_mpi_attributes().
unsigned char* mp_image::planes[MP_MAX_PLANES] |
Definition at line 124 of file mp_image.h.
Referenced by copy_image(), copy_merge_fields(), copy_mpi(), diff_fields(), diff_to_drop(), end_frame(), free_mp_image(), get_blur(), get_image(), getpix(), imgop(), mp_image_alloc_planes(), put_image(), scale_image(), vf_get_image(), vf_mpi_clear(), vf_next_draw_slice(), and vf_next_put_image().
void* mp_image::priv |
char* mp_image::qscale |
Definition at line 126 of file mp_image.h.
Referenced by put_image(), vf_clone_mpi_attributes(), and vf_get_image().
Definition at line 130 of file mp_image.h.
Referenced by put_image(), and vf_clone_mpi_attributes().
Definition at line 127 of file mp_image.h.
Referenced by put_image(), and vf_clone_mpi_attributes().
int mp_image::stride[MP_MAX_PLANES] |
Definition at line 125 of file mp_image.h.
Referenced by copy_image(), copy_merge_fields(), copy_mpi(), diff_fields(), diff_to_drop(), end_frame(), get_blur(), get_image(), getpix(), imgop(), mp_image_alloc_planes(), put_image(), scale_image(), vf_get_image(), vf_mpi_clear(), vf_next_draw_slice(), and vf_next_put_image().
unsigned char mp_image::type |
Definition at line 118 of file mp_image.h.
Referenced by get_image(), start_slice(), and vf_get_image().
int mp_image::w |
Definition at line 123 of file mp_image.h.
Referenced by copy_image(), copy_mpi(), get_image(), getpix(), imgop(), init(), init_pullup(), new_mp_image(), put_image(), vf_get_image(), and vf_next_put_image().
int mp_image::width |
Definition at line 122 of file mp_image.h.
Referenced by config(), get_blur(), get_image(), init(), init_pullup(), mp_image_alloc_planes(), mp_image_setfmt(), new_mp_image(), put_image(), start_slice(), vf_clone_mpi_attributes(), vf_get_image(), and vf_mpi_clear().
int mp_image::x |
Definition at line 123 of file mp_image.h.
int mp_image::y |
Definition at line 123 of file mp_image.h.