Quake II RTX doxygen  1.0 dev
cinematics_t Struct Reference

Public Attributes

int s_khz_original
 
int s_rate
 
int s_width
 
int s_channels
 
int width
 
int height
 
inthnodes1
 
int numhnodes1 [256]
 
int h_used [512]
 
int h_count [512]
 
byte palette [768]
 
qboolean palette_active
 
char file_name [MAX_QPATH]
 
qhandle_t file
 
int start_time
 
int frame_index
 

Detailed Description

Definition at line 33 of file cin.c.

Member Data Documentation

◆ file

qhandle_t cinematics_t::file

Definition at line 54 of file cin.c.

Referenced by Huff1TableInit(), SCR_PlayCinematic(), SCR_ReadNextFrame(), and SCR_StopCinematic().

◆ file_name

char cinematics_t::file_name[MAX_QPATH]

Definition at line 53 of file cin.c.

Referenced by SCR_PlayCinematic(), and SCR_ReadNextFrame().

◆ frame_index

int cinematics_t::frame_index

Definition at line 57 of file cin.c.

Referenced by SCR_PlayCinematic(), SCR_ReadNextFrame(), and SCR_RunCinematic().

◆ h_count

int cinematics_t::h_count[512]

Definition at line 48 of file cin.c.

Referenced by Huff1TableInit(), and SmallestNode1().

◆ h_used

int cinematics_t::h_used[512]

Definition at line 47 of file cin.c.

Referenced by Huff1TableInit(), and SmallestNode1().

◆ height

int cinematics_t::height

Definition at line 41 of file cin.c.

Referenced by SCR_PlayCinematic(), and SCR_ReadNextFrame().

◆ hnodes1

int* cinematics_t::hnodes1

Definition at line 44 of file cin.c.

Referenced by Huff1Decompress(), Huff1TableInit(), and SCR_StopCinematic().

◆ numhnodes1

int cinematics_t::numhnodes1[256]

Definition at line 45 of file cin.c.

Referenced by Huff1Decompress(), and Huff1TableInit().

◆ palette

byte cinematics_t::palette[768]

Definition at line 50 of file cin.c.

Referenced by SCR_ReadNextFrame().

◆ palette_active

qboolean cinematics_t::palette_active

Definition at line 51 of file cin.c.

Referenced by SCR_PlayCinematic(), and SCR_ReadNextFrame().

◆ s_channels

int cinematics_t::s_channels

Definition at line 38 of file cin.c.

Referenced by SCR_PlayCinematic(), and SCR_ReadNextFrame().

◆ s_khz_original

int cinematics_t::s_khz_original

Definition at line 35 of file cin.c.

Referenced by SCR_PlayCinematic(), and SCR_StopCinematic().

◆ s_rate

int cinematics_t::s_rate

Definition at line 36 of file cin.c.

Referenced by SCR_PlayCinematic(), and SCR_ReadNextFrame().

◆ s_width

int cinematics_t::s_width

Definition at line 37 of file cin.c.

Referenced by SCR_PlayCinematic(), and SCR_ReadNextFrame().

◆ start_time

int cinematics_t::start_time

Definition at line 56 of file cin.c.

Referenced by SCR_PlayCinematic(), SCR_RunCinematic(), and SCR_StopCinematic().

◆ width

int cinematics_t::width

Definition at line 40 of file cin.c.

Referenced by SCR_PlayCinematic(), and SCR_ReadNextFrame().