DarkPlaces
Game engine based on the Quake 1 engine by id Software, developed by LadyHavoc
 
jamdecodestream_t Struct Reference
+ Collaboration diagram for jamdecodestream_t:

Data Fields

float colorscale
 
unsigned char colorsub
 
qfile_t * file
 
unsigned char * frame
 
unsigned char * frame_compressed
 
unsigned char frame_palette [768]
 
unsigned char * frame_prev
 
unsigned int framenum
 
unsigned int framesize
 
double info_aspectratio
 
double info_framerate
 
unsigned int info_frames
 
unsigned int info_imageheight
 
unsigned int info_imagewidth
 
int sndchan
 

Detailed Description

Definition at line 7 of file cl_video_jamdecode.c.

Field Documentation

◆ colorscale

float jamdecodestream_t::colorscale

Definition at line 15 of file cl_video_jamdecode.c.

Referenced by jam_open(), and jam_video().

◆ colorsub

unsigned char jamdecodestream_t::colorsub

Definition at line 16 of file cl_video_jamdecode.c.

Referenced by jam_open(), and jam_video().

◆ file

qfile_t* jamdecodestream_t::file

Definition at line 9 of file cl_video_jamdecode.c.

Referenced by jam_close(), jam_open(), and jam_video().

◆ frame

unsigned char* jamdecodestream_t::frame

Definition at line 19 of file cl_video_jamdecode.c.

Referenced by jam_close(), jam_open(), and jam_video().

◆ frame_compressed

unsigned char* jamdecodestream_t::frame_compressed

Definition at line 22 of file cl_video_jamdecode.c.

Referenced by jam_close(), jam_open(), and jam_video().

◆ frame_palette

unsigned char jamdecodestream_t::frame_palette[768]

Definition at line 21 of file cl_video_jamdecode.c.

Referenced by jam_video().

◆ frame_prev

unsigned char* jamdecodestream_t::frame_prev

Definition at line 20 of file cl_video_jamdecode.c.

Referenced by jam_close(), jam_open(), and jam_video().

◆ framenum

unsigned int jamdecodestream_t::framenum

Definition at line 24 of file cl_video_jamdecode.c.

Referenced by jam_open(), and jam_video().

◆ framesize

unsigned int jamdecodestream_t::framesize

Definition at line 23 of file cl_video_jamdecode.c.

Referenced by jam_open(), and jam_video().

◆ info_aspectratio

double jamdecodestream_t::info_aspectratio

Definition at line 14 of file cl_video_jamdecode.c.

Referenced by jam_getaspectratio(), and jam_open().

◆ info_framerate

double jamdecodestream_t::info_framerate

Definition at line 10 of file cl_video_jamdecode.c.

Referenced by jam_getframerate(), and jam_open().

◆ info_frames

unsigned int jamdecodestream_t::info_frames

Definition at line 11 of file cl_video_jamdecode.c.

Referenced by jam_open(), and jam_video().

◆ info_imageheight

unsigned int jamdecodestream_t::info_imageheight

Definition at line 13 of file cl_video_jamdecode.c.

Referenced by jam_getheight(), jam_open(), and jam_video().

◆ info_imagewidth

unsigned int jamdecodestream_t::info_imagewidth

Definition at line 12 of file cl_video_jamdecode.c.

Referenced by jam_getwidth(), jam_open(), and jam_video().

◆ sndchan

int jamdecodestream_t::sndchan

Definition at line 36 of file cl_video_jamdecode.c.

Referenced by jam_close(), and jam_open().


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