FFmpeg
|
Data Fields | |
uint8_t | version |
int | width |
int | height |
uint8_t * | current |
uint8_t * | previous |
uint8_t * | buffer1 |
uint8_t * | buffer2 |
uint8_t * | processed |
uint32_t | palette [256] |
Definition at line 38 of file hnm4video.c.
uint8_t Hnm4VideoContext::version |
Definition at line 39 of file hnm4video.c.
Referenced by hnm_decode_frame(), hnm_decode_init(), and hnm_update_palette().
int Hnm4VideoContext::width |
Definition at line 40 of file hnm4video.c.
Referenced by copy_processed_frame(), decode_interframe_v4(), decode_interframe_v4a(), hnm_decode_frame(), hnm_decode_init(), postprocess_current_frame(), and unpack_intraframe().
int Hnm4VideoContext::height |
Definition at line 41 of file hnm4video.c.
Referenced by copy_processed_frame(), decode_interframe_v4(), decode_interframe_v4a(), hnm_decode_frame(), hnm_decode_init(), postprocess_current_frame(), and unpack_intraframe().
uint8_t* Hnm4VideoContext::current |
Definition at line 42 of file hnm4video.c.
Referenced by decode_interframe_v4(), decode_interframe_v4a(), hnm_decode_frame(), hnm_decode_init(), hnm_flip_buffers(), postprocess_current_frame(), and unpack_intraframe().
uint8_t* Hnm4VideoContext::previous |
Definition at line 43 of file hnm4video.c.
Referenced by decode_interframe_v4(), decode_interframe_v4a(), hnm_decode_frame(), hnm_decode_init(), and hnm_flip_buffers().
uint8_t* Hnm4VideoContext::buffer1 |
Definition at line 44 of file hnm4video.c.
Referenced by hnm_decode_end(), and hnm_decode_init().
uint8_t* Hnm4VideoContext::buffer2 |
Definition at line 45 of file hnm4video.c.
Referenced by hnm_decode_end(), and hnm_decode_init().
uint8_t* Hnm4VideoContext::processed |
Definition at line 46 of file hnm4video.c.
Referenced by copy_processed_frame(), hnm_decode_end(), hnm_decode_frame(), hnm_decode_init(), and postprocess_current_frame().
uint32_t Hnm4VideoContext::palette[256] |
Definition at line 47 of file hnm4video.c.
Referenced by hnm_decode_frame(), and hnm_update_palette().