FFmpeg
|
Data Fields | |
AVCodecContext * | avctx |
AVFrame * | frame |
int | num_pal_colors |
int | first_color [2] |
int | frame_data_length |
uint8_t * | low_nibble |
uint8_t * | srcptr |
uint8_t * | src_end |
uint8_t * | dstptr |
uint8_t * | dstbuf |
Detailed Description
Definition at line 32 of file libavcodec/yop.c.
Field Documentation
AVCodecContext* YopDecContext::avctx |
Definition at line 33 of file libavcodec/yop.c.
Referenced by yop_copy_previous_block(), yop_decode_init(), and yop_paint_block().
uint8_t* YopDecContext::dstbuf |
Definition at line 44 of file libavcodec/yop.c.
Referenced by yop_copy_previous_block(), and yop_decode_frame().
uint8_t* YopDecContext::dstptr |
Definition at line 43 of file libavcodec/yop.c.
Referenced by yop_copy_previous_block(), yop_decode_frame(), and yop_paint_block().
int YopDecContext::first_color[2] |
Definition at line 37 of file libavcodec/yop.c.
Referenced by yop_decode_frame(), and yop_decode_init().
AVFrame* YopDecContext::frame |
Definition at line 34 of file libavcodec/yop.c.
Referenced by yop_decode_close(), yop_decode_frame(), and yop_decode_init().
int YopDecContext::frame_data_length |
Definition at line 38 of file libavcodec/yop.c.
uint8_t* YopDecContext::low_nibble |
Definition at line 40 of file libavcodec/yop.c.
Referenced by yop_decode_frame(), and yop_get_next_nibble().
int YopDecContext::num_pal_colors |
Definition at line 36 of file libavcodec/yop.c.
Referenced by yop_decode_frame(), and yop_decode_init().
uint8_t* YopDecContext::src_end |
Definition at line 42 of file libavcodec/yop.c.
Referenced by yop_decode_frame(), and yop_paint_block().
uint8_t* YopDecContext::srcptr |
Definition at line 41 of file libavcodec/yop.c.
Referenced by yop_decode_frame(), yop_get_next_nibble(), and yop_paint_block().
The documentation for this struct was generated from the following file:
Generated on Mon Nov 18 2024 06:52:13 for FFmpeg by 1.8.11