Data Fields | |
AVCodecContext * | avctx |
AVFrame | picture |
GetByteContext | gb |
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 |
int | stripsizesoff |
int | stripsize |
int | stripoff |
int | strippos |
LZWState * | lzw |
int | geotag_count |
TiffGeoTag * | geotags |
Definition at line 42 of file tiff.c.
Definition at line 43 of file tiff.c.
Referenced by decode_frame(), init_image(), tiff_decode_tag(), tiff_init(), and tiff_unpack_strip().
unsigned int TiffContext::bpp |
Definition at line 48 of file tiff.c.
Referenced by decode_frame(), init_image(), tiff_decode_tag(), and tiff_unpack_strip().
unsigned int TiffContext::bppcount |
Definition at line 48 of file tiff.c.
Referenced by decode_frame(), init_image(), and tiff_decode_tag().
Definition at line 52 of file tiff.c.
Referenced by decode_frame(), tiff_decode_tag(), and tiff_unpack_strip().
Definition at line 56 of file tiff.c.
Referenced by decode_frame(), tiff_decode_tag(), and tiff_unpack_strip().
Definition at line 45 of file tiff.c.
Referenced by add_doubles_metadata(), add_shorts_metadata(), add_string_metadata(), decode_frame(), and tiff_decode_tag().
Definition at line 63 of file tiff.c.
Referenced by decode_frame(), free_geotags(), and tiff_decode_tag().
Definition at line 64 of file tiff.c.
Referenced by decode_frame(), free_geotags(), and tiff_decode_tag().
Definition at line 47 of file tiff.c.
Referenced by decode_frame(), init_image(), tiff_decode_tag(), and tiff_init().
Definition at line 51 of file tiff.c.
Referenced by add_doubles_metadata(), add_shorts_metadata(), decode_frame(), init_image(), and tiff_decode_tag().
Definition at line 61 of file tiff.c.
Referenced by tiff_end(), tiff_init(), and tiff_unpack_strip().
uint32_t TiffContext::palette[256] |
Definition at line 44 of file tiff.c.
Referenced by add_doubles_metadata(), add_shorts_metadata(), add_string_metadata(), decode_frame(), init_image(), tiff_end(), and tiff_init().
Definition at line 47 of file tiff.c.
Referenced by decode_frame(), init_image(), tiff_decode_tag(), tiff_init(), and tiff_unpack_strip().