FFmpeg
|
Data Fields | |
JPGContext | jc |
int | version |
int | compression |
int | width |
int | height |
int | bpp |
int | tile_width |
int | tile_height |
int | tiles_x |
int | tiles_y |
int | tile_x |
int | tile_y |
int | got_header |
uint8_t * | framebuf |
int | framebuf_stride |
int | old_width |
int | old_height |
uint8_t * | synth_tile |
uint8_t * | jpeg_tile |
int | tile_stride |
int | old_tile_w |
int | old_tile_h |
uint8_t * | kempf_buf |
uint8_t * | kempf_flags |
uint8_t * | cursor |
int | cursor_stride |
int | cursor_fmt |
int | cursor_w |
int | cursor_h |
int | cursor_x |
int | cursor_y |
int | cursor_hot_x |
int | cursor_hot_y |
JPGContext G2MContext::jc |
Definition at line 85 of file g2meet.c.
Referenced by g2m_decode_end(), g2m_decode_init(), and kempf_decode_tile().
int G2MContext::compression |
Definition at line 88 of file g2meet.c.
Referenced by g2m_decode_frame().
int G2MContext::width |
Definition at line 89 of file g2meet.c.
Referenced by g2m_decode_frame(), g2m_init_buffers(), g2m_paint_cursor(), and kempf_decode_tile().
int G2MContext::height |
Definition at line 89 of file g2meet.c.
Referenced by g2m_decode_frame(), g2m_init_buffers(), g2m_paint_cursor(), and kempf_decode_tile().
int G2MContext::bpp |
Definition at line 89 of file g2meet.c.
Referenced by g2m_decode_frame().
int G2MContext::tile_width |
Definition at line 90 of file g2meet.c.
Referenced by g2m_decode_frame(), g2m_init_buffers(), and kempf_decode_tile().
int G2MContext::tile_height |
Definition at line 90 of file g2meet.c.
Referenced by g2m_decode_frame(), g2m_init_buffers(), and kempf_decode_tile().
int G2MContext::tiles_x |
Definition at line 91 of file g2meet.c.
Referenced by g2m_decode_frame().
int G2MContext::tiles_y |
Definition at line 91 of file g2meet.c.
Referenced by g2m_decode_frame().
int G2MContext::tile_x |
Definition at line 91 of file g2meet.c.
Referenced by g2m_decode_frame().
int G2MContext::tile_y |
Definition at line 91 of file g2meet.c.
Referenced by g2m_decode_frame().
int G2MContext::got_header |
Definition at line 93 of file g2meet.c.
Referenced by g2m_decode_frame().
uint8_t* G2MContext::framebuf |
Definition at line 95 of file g2meet.c.
Referenced by g2m_decode_end(), g2m_decode_frame(), g2m_init_buffers(), and kempf_decode_tile().
int G2MContext::framebuf_stride |
Definition at line 96 of file g2meet.c.
Referenced by g2m_decode_frame(), g2m_init_buffers(), and kempf_decode_tile().
int G2MContext::old_width |
Definition at line 96 of file g2meet.c.
Referenced by g2m_init_buffers().
int G2MContext::old_height |
Definition at line 96 of file g2meet.c.
Referenced by g2m_init_buffers().
uint8_t* G2MContext::synth_tile |
Definition at line 98 of file g2meet.c.
Referenced by g2m_decode_end(), and g2m_init_buffers().
uint8_t * G2MContext::jpeg_tile |
Definition at line 98 of file g2meet.c.
Referenced by g2m_decode_end(), g2m_init_buffers(), and kempf_decode_tile().
int G2MContext::tile_stride |
Definition at line 99 of file g2meet.c.
Referenced by g2m_init_buffers(), and kempf_decode_tile().
int G2MContext::old_tile_w |
Definition at line 99 of file g2meet.c.
Referenced by g2m_init_buffers().
int G2MContext::old_tile_h |
Definition at line 99 of file g2meet.c.
Referenced by g2m_init_buffers().
uint8_t* G2MContext::kempf_buf |
Definition at line 101 of file g2meet.c.
Referenced by g2m_decode_end(), g2m_init_buffers(), and kempf_decode_tile().
uint8_t * G2MContext::kempf_flags |
Definition at line 101 of file g2meet.c.
Referenced by g2m_decode_end(), g2m_init_buffers(), and kempf_decode_tile().
uint8_t* G2MContext::cursor |
Definition at line 103 of file g2meet.c.
Referenced by g2m_decode_end(), g2m_load_cursor(), and g2m_paint_cursor().
int G2MContext::cursor_stride |
Definition at line 104 of file g2meet.c.
Referenced by g2m_load_cursor(), and g2m_paint_cursor().
int G2MContext::cursor_fmt |
Definition at line 105 of file g2meet.c.
Referenced by g2m_load_cursor().
int G2MContext::cursor_w |
Definition at line 106 of file g2meet.c.
Referenced by g2m_load_cursor(), and g2m_paint_cursor().
int G2MContext::cursor_h |
Definition at line 106 of file g2meet.c.
Referenced by g2m_load_cursor(), and g2m_paint_cursor().
int G2MContext::cursor_x |
Definition at line 106 of file g2meet.c.
Referenced by g2m_decode_frame(), and g2m_paint_cursor().
int G2MContext::cursor_y |
Definition at line 106 of file g2meet.c.
Referenced by g2m_decode_frame(), and g2m_paint_cursor().
int G2MContext::cursor_hot_x |
Definition at line 107 of file g2meet.c.
Referenced by g2m_load_cursor(), and g2m_paint_cursor().
int G2MContext::cursor_hot_y |
Definition at line 107 of file g2meet.c.
Referenced by g2m_load_cursor(), and g2m_paint_cursor().