FFmpeg
Data Fields
PNMContext Struct Reference

#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
 

Detailed Description

Definition at line 28 of file pnm.h.

Field Documentation

◆ bytestream

const uint8_t* PNMContext::bytestream

Definition at line 29 of file pnm.h.

Referenced by pnm_get(), and pnm_parse().

◆ bytestream_start

const uint8_t* PNMContext::bytestream_start

Definition at line 30 of file pnm.h.

Referenced by pnm_parse().

◆ bytestream_end

const uint8_t* PNMContext::bytestream_end

Definition at line 31 of file pnm.h.

Referenced by pnm_get(), and pnm_parse().

◆ maxval

int PNMContext::maxval

maximum value of a pixel

Definition at line 32 of file pnm.h.

◆ type

int PNMContext::type

Definition at line 33 of file pnm.h.

Referenced by pnm_parse().

◆ endian

int PNMContext::endian

Definition at line 34 of file pnm.h.

◆ half

int PNMContext::half

Definition at line 35 of file pnm.h.

Referenced by pnm_parse().

◆ scale

float PNMContext::scale

Definition at line 36 of file pnm.h.

◆ h2f_tables

Half2FloatTables PNMContext::h2f_tables

Definition at line 38 of file pnm.h.


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