Public Attributes | |
qboolean | restart_sound |
int | s_rate |
int | s_width |
int | s_channels |
int | width |
int | height |
byte * | pic |
byte * | pic_pending |
int * | hnodes1 |
int | numhnodes1 [256] |
int | h_used [512] |
int | h_count [512] |
int cinematics_t::h_count[512] |
Definition at line 45 of file cl_cin.c.
Referenced by Huff1TableInit(), and SmallestNode1().
int cinematics_t::h_used[512] |
Definition at line 44 of file cl_cin.c.
Referenced by Huff1TableInit(), and SmallestNode1().
int cinematics_t::height |
Definition at line 36 of file cl_cin.c.
Referenced by SCR_DrawCinematic(), and SCR_PlayCinematic().
int* cinematics_t::hnodes1 |
Definition at line 41 of file cl_cin.c.
Referenced by Huff1Decompress(), Huff1TableInit(), and SCR_StopCinematic().
int cinematics_t::numhnodes1[256] |
Definition at line 42 of file cl_cin.c.
Referenced by Huff1Decompress(), and Huff1TableInit().
byte* cinematics_t::pic |
Definition at line 37 of file cl_cin.c.
Referenced by SCR_DrawCinematic(), SCR_PlayCinematic(), SCR_RunCinematic(), and SCR_StopCinematic().
byte* cinematics_t::pic_pending |
Definition at line 38 of file cl_cin.c.
Referenced by SCR_RunCinematic(), and SCR_StopCinematic().
qboolean cinematics_t::restart_sound |
Definition at line 30 of file cl_cin.c.
Referenced by SCR_PlayCinematic(), and SCR_StopCinematic().
int cinematics_t::s_channels |
Definition at line 33 of file cl_cin.c.
Referenced by SCR_PlayCinematic(), and SCR_ReadNextFrame().
int cinematics_t::s_rate |
Definition at line 31 of file cl_cin.c.
Referenced by SCR_PlayCinematic(), and SCR_ReadNextFrame().
int cinematics_t::s_width |
Definition at line 32 of file cl_cin.c.
Referenced by SCR_PlayCinematic(), and SCR_ReadNextFrame().
int cinematics_t::width |
Definition at line 35 of file cl_cin.c.
Referenced by SCR_DrawCinematic(), and SCR_PlayCinematic().