Public Attributes | |
int | s_khz_original |
int | s_rate |
int | s_width |
int | s_channels |
int | width |
int | height |
int * | hnodes1 |
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 |
qhandle_t cinematics_t::file |
Definition at line 54 of file cin.c.
Referenced by Huff1TableInit(), SCR_PlayCinematic(), SCR_ReadNextFrame(), and SCR_StopCinematic().
char cinematics_t::file_name[MAX_QPATH] |
Definition at line 53 of file cin.c.
Referenced by SCR_PlayCinematic(), and SCR_ReadNextFrame().
int cinematics_t::frame_index |
Definition at line 57 of file cin.c.
Referenced by SCR_PlayCinematic(), SCR_ReadNextFrame(), and SCR_RunCinematic().
int cinematics_t::h_count[512] |
Definition at line 48 of file cin.c.
Referenced by Huff1TableInit(), and SmallestNode1().
int cinematics_t::h_used[512] |
Definition at line 47 of file cin.c.
Referenced by Huff1TableInit(), and SmallestNode1().
int cinematics_t::height |
Definition at line 41 of file cin.c.
Referenced by SCR_PlayCinematic(), and SCR_ReadNextFrame().
int* cinematics_t::hnodes1 |
Definition at line 44 of file cin.c.
Referenced by Huff1Decompress(), Huff1TableInit(), and SCR_StopCinematic().
int cinematics_t::numhnodes1[256] |
Definition at line 45 of file cin.c.
Referenced by Huff1Decompress(), and Huff1TableInit().
byte cinematics_t::palette[768] |
Definition at line 50 of file cin.c.
Referenced by SCR_ReadNextFrame().
qboolean cinematics_t::palette_active |
Definition at line 51 of file cin.c.
Referenced by SCR_PlayCinematic(), and SCR_ReadNextFrame().
int cinematics_t::s_channels |
Definition at line 38 of file cin.c.
Referenced by SCR_PlayCinematic(), and SCR_ReadNextFrame().
int cinematics_t::s_khz_original |
Definition at line 35 of file cin.c.
Referenced by SCR_PlayCinematic(), and SCR_StopCinematic().
int cinematics_t::s_rate |
Definition at line 36 of file cin.c.
Referenced by SCR_PlayCinematic(), and SCR_ReadNextFrame().
int cinematics_t::s_width |
Definition at line 37 of file cin.c.
Referenced by SCR_PlayCinematic(), and SCR_ReadNextFrame().
int cinematics_t::start_time |
Definition at line 56 of file cin.c.
Referenced by SCR_PlayCinematic(), SCR_RunCinematic(), and SCR_StopCinematic().
int cinematics_t::width |
Definition at line 40 of file cin.c.
Referenced by SCR_PlayCinematic(), and SCR_ReadNextFrame().