#include <pnm.h>
Data Fields | |
uint8_t * | bytestream |
uint8_t * | bytestream_start |
uint8_t * | bytestream_end |
AVFrame | picture |
int | maxval |
maximum value of a pixel | |
int | type |
Definition at line 27 of file pnm.h.
Definition at line 28 of file pnm.h.
Referenced by pam_encode_frame(), pnm_decode_frame(), pnm_encode_frame(), pnm_get(), and pnm_parse().
Definition at line 30 of file pnm.h.
Referenced by pam_encode_frame(), pnm_decode_frame(), pnm_encode_frame(), pnm_get(), and pnm_parse().
Definition at line 29 of file pnm.h.
Referenced by pam_encode_frame(), pnm_decode_frame(), pnm_encode_frame(), and pnm_parse().
maximum value of a pixel
Definition at line 32 of file pnm.h.
Referenced by ff_pnm_decode_header(), and pnm_decode_frame().
Definition at line 31 of file pnm.h.
Referenced by ff_pnm_end(), ff_pnm_init(), pam_encode_frame(), pnm_decode_frame(), and pnm_encode_frame().
int PNMContext::type |