Data Fields | |
AVFrame | picture |
unsigned int | width |
unsigned int | height |
unsigned int | depth |
unsigned int | bytes_per_channel |
int | linesize |
GetByteContext | g |
Definition at line 28 of file sgidec.c.
unsigned int SgiState::bytes_per_channel |
unsigned int SgiState::depth |
Definition at line 32 of file sgidec.c.
Referenced by decode_frame(), read_rle_sgi(), and read_uncompressed_sgi().
Definition at line 35 of file sgidec.c.
Referenced by decode_frame(), expand_rle_row(), read_rle_sgi(), and read_uncompressed_sgi().
unsigned int SgiState::height |
Definition at line 31 of file sgidec.c.
Referenced by decode_frame(), read_rle_sgi(), and read_uncompressed_sgi().
Definition at line 34 of file sgidec.c.
Referenced by decode_frame(), read_rle_sgi(), and read_uncompressed_sgi().
unsigned int SgiState::width |
Definition at line 30 of file sgidec.c.
Referenced by decode_frame(), read_rle_sgi(), and read_uncompressed_sgi().