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 38 of file tiff.c.
Definition at line 39 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 43 of file tiff.c.
Referenced by decode_frame(), init_image(), tiff_decode_tag(), and tiff_unpack_strip().
| unsigned int TiffContext::bppcount |
Definition at line 47 of file tiff.c.
Referenced by decode_frame(), tiff_decode_tag(), and tiff_unpack_strip().
Definition at line 51 of file tiff.c.
Referenced by decode_frame(), tiff_decode_tag(), and tiff_unpack_strip().
Definition at line 42 of file tiff.c.
Referenced by decode_frame(), init_image(), tiff_decode_tag(), and tiff_init().
| int TiffContext::le |
Definition at line 46 of file tiff.c.
Referenced by decode_frame(), init_image(), and tiff_decode_tag().
Definition at line 58 of file tiff.c.
Referenced by tiff_end(), tiff_init(), and tiff_unpack_strip().
| uint32_t TiffContext::palette[256] |
Definition at line 40 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 42 of file tiff.c.
Referenced by decode_frame(), init_image(), tiff_decode_tag(), tiff_init(), and tiff_unpack_strip().
1.5.8