FFmpeg
|
#include <pnm.h>
Data Fields | |
const uint8_t * | bytestream |
const uint8_t * | bytestream_start |
const uint8_t * | bytestream_end |
int | maxval |
maximum value of a pixel More... | |
int | type |
int | endian |
int | half |
float | scale |
Half2FloatTables | h2f_tables |
const uint8_t* PNMContext::bytestream |
Definition at line 29 of file pnm.h.
Referenced by pnm_get(), and pnm_parse().
const uint8_t* PNMContext::bytestream_start |
Definition at line 30 of file pnm.h.
Referenced by pnm_parse().
const uint8_t* PNMContext::bytestream_end |
Definition at line 31 of file pnm.h.
Referenced by pnm_get(), and pnm_parse().
int PNMContext::type |
Definition at line 33 of file pnm.h.
Referenced by pnm_parse().
int PNMContext::half |
Definition at line 35 of file pnm.h.
Referenced by pnm_parse().
Half2FloatTables PNMContext::h2f_tables |