Data Fields | |
AVCodecContext * | avctx |
AVFrame | picture |
int | width |
int | height |
unsigned int | bpp |
unsigned int | bppcount |
uint32_t | palette [256] |
int | palette_is_set |
int | le |
enum TiffCompr | compr |
int | invert |
int | fax_opts |
int | predictor |
int | fill_order |
int | strips |
int | rps |
int | sstype |
int | sot |
const uint8_t * | stripdata |
const uint8_t * | stripsizes |
int | stripsize |
int | stripoff |
LZWState * | lzw |
Definition at line 36 of file tiff.c.
Definition at line 37 of file tiff.c.
Referenced by init_image(), tiff_decode_tag(), tiff_init(), and tiff_unpack_strip().
unsigned int TiffContext::bpp |
Definition at line 41 of file tiff.c.
Referenced by decode_frame(), init_image(), tiff_decode_tag(), and tiff_unpack_strip().
unsigned int TiffContext::bppcount |
Definition at line 45 of file tiff.c.
Referenced by decode_frame(), tiff_decode_tag(), and tiff_unpack_strip().
Definition at line 49 of file tiff.c.
Referenced by decode_frame(), tiff_decode_tag(), and tiff_unpack_strip().
Definition at line 40 of file tiff.c.
Referenced by decode_frame(), init_image(), tiff_decode_tag(), and tiff_init().
int TiffContext::le |
Definition at line 44 of file tiff.c.
Referenced by decode_frame(), init_image(), and tiff_decode_tag().
Definition at line 56 of file tiff.c.
Referenced by tiff_end(), tiff_init(), and tiff_unpack_strip().
uint32_t TiffContext::palette[256] |
Definition at line 38 of file tiff.c.
Referenced by decode_frame(), init_image(), tiff_end(), and tiff_init().
int TiffContext::rps |
int TiffContext::sot |
const uint8_t* TiffContext::stripdata |
const uint8_t* TiffContext::stripsizes |
Definition at line 40 of file tiff.c.
Referenced by decode_frame(), init_image(), tiff_decode_tag(), tiff_init(), and tiff_unpack_strip().