FFmpeg
|
#include <pnm.h>
Data Fields | |
uint8_t * | bytestream |
uint8_t * | bytestream_start |
uint8_t * | bytestream_end |
int | maxval |
maximum value of a pixel More... | |
int | type |
int | endian |
int | half |
float | scale |
uint32_t | mantissatable [2048] |
uint32_t | exponenttable [64] |
uint16_t | offsettable [64] |
uint8_t* PNMContext::bytestream |
Definition at line 28 of file pnm.h.
Referenced by pnm_get(), and pnm_parse().
uint8_t* PNMContext::bytestream_start |
Definition at line 29 of file pnm.h.
Referenced by pnm_parse().
uint8_t* PNMContext::bytestream_end |
Definition at line 30 of file pnm.h.
Referenced by pnm_get(), and pnm_parse().
int PNMContext::type |
Definition at line 32 of file pnm.h.
Referenced by pnm_parse().
int PNMContext::half |
Definition at line 34 of file pnm.h.
Referenced by pnm_parse().