Libav
Data Fields
TiffContext Struct Reference

Data Fields

AVCodecContextavctx
 
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
 
enum TiffPhotometric photometric
 
int planar
 
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
 

Detailed Description

Definition at line 44 of file tiff.c.

Field Documentation

◆ avctx

AVCodecContext* TiffContext::avctx

◆ gb

GetByteContext TiffContext::gb

Definition at line 46 of file tiff.c.

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

◆ width

int TiffContext::width

Definition at line 48 of file tiff.c.

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

◆ height

int TiffContext::height

Definition at line 48 of file tiff.c.

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

◆ bpp

unsigned int TiffContext::bpp

Definition at line 49 of file tiff.c.

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

◆ bppcount

unsigned int TiffContext::bppcount

Definition at line 49 of file tiff.c.

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

◆ palette

uint32_t TiffContext::palette[256]

Definition at line 50 of file tiff.c.

Referenced by init_image(), and tiff_decode_tag().

◆ palette_is_set

int TiffContext::palette_is_set

Definition at line 51 of file tiff.c.

Referenced by init_image(), and tiff_decode_tag().

◆ le

int TiffContext::le

Definition at line 52 of file tiff.c.

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

◆ compr

enum TiffCompr TiffContext::compr

Definition at line 53 of file tiff.c.

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

◆ photometric

enum TiffPhotometric TiffContext::photometric

Definition at line 54 of file tiff.c.

Referenced by decode_frame(), and tiff_decode_tag().

◆ planar

int TiffContext::planar

Definition at line 55 of file tiff.c.

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

◆ fax_opts

int TiffContext::fax_opts

Definition at line 56 of file tiff.c.

Referenced by tiff_decode_tag(), and tiff_unpack_fax().

◆ predictor

int TiffContext::predictor

Definition at line 57 of file tiff.c.

Referenced by decode_frame(), and tiff_decode_tag().

◆ fill_order

int TiffContext::fill_order

Definition at line 58 of file tiff.c.

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

◆ strips

int TiffContext::strips

Definition at line 60 of file tiff.c.

Referenced by decode_frame(), and tiff_decode_tag().

◆ rps

int TiffContext::rps

Definition at line 60 of file tiff.c.

Referenced by decode_frame(), and tiff_decode_tag().

◆ sstype

int TiffContext::sstype

Definition at line 60 of file tiff.c.

Referenced by decode_frame(), and tiff_decode_tag().

◆ sot

int TiffContext::sot

Definition at line 61 of file tiff.c.

Referenced by decode_frame(), and tiff_decode_tag().

◆ stripsizesoff

int TiffContext::stripsizesoff

Definition at line 62 of file tiff.c.

Referenced by decode_frame(), and tiff_decode_tag().

◆ stripsize

int TiffContext::stripsize

Definition at line 62 of file tiff.c.

Referenced by decode_frame(), and tiff_decode_tag().

◆ stripoff

int TiffContext::stripoff

Definition at line 62 of file tiff.c.

Referenced by decode_frame(), and tiff_decode_tag().

◆ strippos

int TiffContext::strippos

Definition at line 62 of file tiff.c.

Referenced by decode_frame(), and tiff_decode_tag().

◆ lzw

LZWState* TiffContext::lzw

Definition at line 63 of file tiff.c.

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


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