FFmpeg
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
TiffContext Struct Reference

Data Fields

AVCodecContextavctx
 
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
 
LZWStatelzw
 
uint8_tdeinvert_buf
 
int deinvert_buf_size
 
int geotag_count
 
TiffGeoTaggeotags
 

Detailed Description

Definition at line 44 of file tiff.c.

Field Documentation

AVCodecContext* TiffContext::avctx

Definition at line 45 of file tiff.c.

Referenced by decode_frame(), init_image(), tiff_decode_tag(), tiff_init(), and tiff_unpack_strip().

AVFrame TiffContext::picture
GetByteContext TiffContext::gb
int TiffContext::width

Definition at line 49 of file tiff.c.

Referenced by decode_frame(), init_image(), tiff_decode_tag(), tiff_init(), and tiff_unpack_strip().

int TiffContext::height

Definition at line 49 of file tiff.c.

Referenced by decode_frame(), init_image(), tiff_decode_tag(), and tiff_init().

unsigned int TiffContext::bpp

Definition at line 50 of file tiff.c.

Referenced by decode_frame(), init_image(), tiff_decode_tag(), and tiff_unpack_strip().

unsigned int TiffContext::bppcount

Definition at line 50 of file tiff.c.

Referenced by decode_frame(), init_image(), and tiff_decode_tag().

uint32_t TiffContext::palette[256]

Definition at line 51 of file tiff.c.

Referenced by init_image(), and tiff_decode_tag().

int TiffContext::palette_is_set

Definition at line 52 of file tiff.c.

Referenced by init_image(), and tiff_decode_tag().

int TiffContext::le
enum TiffCompr TiffContext::compr

Definition at line 54 of file tiff.c.

Referenced by decode_frame(), tiff_decode_tag(), and tiff_unpack_strip().

int TiffContext::invert

Definition at line 55 of file tiff.c.

Referenced by decode_frame(), and tiff_decode_tag().

int TiffContext::fax_opts

Definition at line 56 of file tiff.c.

Referenced by tiff_decode_tag(), and tiff_unpack_strip().

int TiffContext::predictor

Definition at line 57 of file tiff.c.

Referenced by decode_frame(), and tiff_decode_tag().

int TiffContext::fill_order

Definition at line 58 of file tiff.c.

Referenced by decode_frame(), tiff_decode_tag(), and tiff_unpack_strip().

int TiffContext::strips

Definition at line 60 of file tiff.c.

Referenced by decode_frame(), and tiff_decode_tag().

int TiffContext::rps

Definition at line 60 of file tiff.c.

Referenced by decode_frame(), and tiff_decode_tag().

int TiffContext::sstype

Definition at line 60 of file tiff.c.

Referenced by decode_frame(), and tiff_decode_tag().

int TiffContext::sot

Definition at line 61 of file tiff.c.

Referenced by decode_frame(), and tiff_decode_tag().

int TiffContext::stripsizesoff

Definition at line 62 of file tiff.c.

Referenced by decode_frame(), and tiff_decode_tag().

int TiffContext::stripsize

Definition at line 62 of file tiff.c.

Referenced by decode_frame(), and tiff_decode_tag().

int TiffContext::stripoff

Definition at line 62 of file tiff.c.

Referenced by decode_frame(), and tiff_decode_tag().

int TiffContext::strippos

Definition at line 62 of file tiff.c.

Referenced by decode_frame(), and tiff_decode_tag().

LZWState* TiffContext::lzw

Definition at line 63 of file tiff.c.

Referenced by tiff_end(), tiff_init(), and tiff_unpack_strip().

uint8_t* TiffContext::deinvert_buf

Definition at line 65 of file tiff.c.

Referenced by tiff_end(), and tiff_unpack_strip().

int TiffContext::deinvert_buf_size

Definition at line 66 of file tiff.c.

Referenced by tiff_unpack_strip().

int TiffContext::geotag_count

Definition at line 68 of file tiff.c.

Referenced by decode_frame(), free_geotags(), and tiff_decode_tag().

TiffGeoTag* TiffContext::geotags

Definition at line 69 of file tiff.c.

Referenced by decode_frame(), free_geotags(), and tiff_decode_tag().


The documentation for this struct was generated from the following file: