FFmpeg
|
Data Fields | |
AVFrame * | pic |
GetByteContext | gb |
int | width |
int | height |
int | current_frame |
uint8_t * | frame [4] |
int | frame_size |
int | video_size |
uint8_t * | opcodes |
Definition at line 49 of file pafvideo.c.
AVFrame* PAFVideoDecContext::pic |
Definition at line 50 of file pafvideo.c.
Referenced by paf_video_close(), paf_video_decode(), and paf_video_init().
GetByteContext PAFVideoDecContext::gb |
Definition at line 51 of file pafvideo.c.
Referenced by decode_0(), paf_video_decode(), read4x4block(), and set_src_position().
int PAFVideoDecContext::width |
Definition at line 53 of file pafvideo.c.
Referenced by decode_0(), paf_video_decode(), paf_video_init(), and set_src_position().
int PAFVideoDecContext::height |
Definition at line 54 of file pafvideo.c.
Referenced by decode_0(), paf_video_decode(), and paf_video_init().
int PAFVideoDecContext::current_frame |
Definition at line 56 of file pafvideo.c.
Referenced by decode_0(), and paf_video_decode().
uint8_t* PAFVideoDecContext::frame[4] |
Definition at line 57 of file pafvideo.c.
Referenced by decode_0(), paf_video_close(), paf_video_decode(), paf_video_init(), and set_src_position().
int PAFVideoDecContext::frame_size |
Definition at line 58 of file pafvideo.c.
Referenced by decode_0(), paf_video_decode(), paf_video_init(), and set_src_position().
int PAFVideoDecContext::video_size |
Definition at line 59 of file pafvideo.c.
Referenced by paf_video_decode(), and paf_video_init().
uint8_t* PAFVideoDecContext::opcodes |
Definition at line 61 of file pafvideo.c.