vkQuake2 doxygen  1.0 dev
cinematics_t Struct Reference

Public Attributes

qboolean restart_sound
 
int s_rate
 
int s_width
 
int s_channels
 
int width
 
int height
 
bytepic
 
bytepic_pending
 
inthnodes1
 
int numhnodes1 [256]
 
int h_used [512]
 
int h_count [512]
 

Detailed Description

Definition at line 28 of file cl_cin.c.

Member Data Documentation

◆ h_count

int cinematics_t::h_count[512]

Definition at line 45 of file cl_cin.c.

Referenced by Huff1TableInit(), and SmallestNode1().

◆ h_used

int cinematics_t::h_used[512]

Definition at line 44 of file cl_cin.c.

Referenced by Huff1TableInit(), and SmallestNode1().

◆ height

int cinematics_t::height

Definition at line 36 of file cl_cin.c.

Referenced by SCR_DrawCinematic(), and SCR_PlayCinematic().

◆ hnodes1

int* cinematics_t::hnodes1

Definition at line 41 of file cl_cin.c.

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

◆ numhnodes1

int cinematics_t::numhnodes1[256]

Definition at line 42 of file cl_cin.c.

Referenced by Huff1Decompress(), and Huff1TableInit().

◆ pic

byte* cinematics_t::pic

Definition at line 37 of file cl_cin.c.

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

◆ pic_pending

byte* cinematics_t::pic_pending

Definition at line 38 of file cl_cin.c.

Referenced by SCR_RunCinematic(), and SCR_StopCinematic().

◆ restart_sound

qboolean cinematics_t::restart_sound

Definition at line 30 of file cl_cin.c.

Referenced by SCR_PlayCinematic(), and SCR_StopCinematic().

◆ s_channels

int cinematics_t::s_channels

Definition at line 33 of file cl_cin.c.

Referenced by SCR_PlayCinematic(), and SCR_ReadNextFrame().

◆ s_rate

int cinematics_t::s_rate

Definition at line 31 of file cl_cin.c.

Referenced by SCR_PlayCinematic(), and SCR_ReadNextFrame().

◆ s_width

int cinematics_t::s_width

Definition at line 32 of file cl_cin.c.

Referenced by SCR_PlayCinematic(), and SCR_ReadNextFrame().

◆ width

int cinematics_t::width

Definition at line 35 of file cl_cin.c.

Referenced by SCR_DrawCinematic(), and SCR_PlayCinematic().