Data Fields | |
| AVCodecContext * | avctx |
| AVFrame | picture |
| int | width |
| int | height |
| unsigned int | bpp |
| int | le |
| int | compr |
| int | invert |
| int | fax_opts |
| int | predictor |
| 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 decode_frame(), 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(), tiff_decode_tag(), and tiff_unpack_strip().
Definition at line 43 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(), tiff_decode_tag(), and tiff_init().
| int TiffContext::le |
Definition at line 53 of file tiff.c.
Referenced by tiff_end(), tiff_init(), and tiff_unpack_strip().
Definition at line 38 of file tiff.c.
Referenced by decode_frame(), tiff_decode_tag(), 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(), tiff_decode_tag(), tiff_init(), and tiff_unpack_strip().
1.5.8