|
FFmpeg
|
#include "libavutil/intreadwrite.h"#include "libavcodec/paf.h"#include "bytestream.h"#include "avcodec.h"#include "copy_block.h"#include "internal.h"
Go to the source code of this file.
Data Structures | |
| struct | PAFVideoDecContext |
Typedefs | |
| typedef struct PAFVideoDecContext | PAFVideoDecContext |
Functions | |
| static av_cold int | paf_vid_close (AVCodecContext *avctx) |
| static av_cold int | paf_vid_init (AVCodecContext *avctx) |
| static int | get_video_page_offset (AVCodecContext *avctx, uint8_t a, uint8_t b) |
| static void | copy4h (AVCodecContext *avctx, uint8_t *dst) |
| static void | copy_color_mask (AVCodecContext *avctx, uint8_t mask, uint8_t *dst, uint8_t color) |
| static void | copy_src_mask (AVCodecContext *avctx, uint8_t mask, uint8_t *dst, const uint8_t *src) |
| static int | decode_0 (AVCodecContext *avctx, uint8_t code, uint8_t *pkt) |
| static int | paf_vid_decode (AVCodecContext *avctx, void *data, int *got_frame, AVPacket *pkt) |
| static av_cold int | paf_aud_init (AVCodecContext *avctx) |
| static int | paf_aud_decode (AVCodecContext *avctx, void *data, int *got_frame_ptr, AVPacket *pkt) |
Variables | |
| static const uint8_t | block_sequences [16][8] |
| AVCodec | ff_paf_video_decoder |
| AVCodec | ff_paf_audio_decoder |
Typedef Documentation
| typedef struct PAFVideoDecContext PAFVideoDecContext |
Function Documentation
|
static |
Definition at line 114 of file libavcodec/paf.c.
Referenced by decode_0().
|
static |
Definition at line 125 of file libavcodec/paf.c.
Referenced by decode_0().
|
static |
Definition at line 137 of file libavcodec/paf.c.
Referenced by decode_0().
|
static |
Definition at line 149 of file libavcodec/paf.c.
Referenced by paf_vid_decode().
|
static |
Definition at line 104 of file libavcodec/paf.c.
Referenced by decode_0().
|
static |
Definition at line 397 of file libavcodec/paf.c.
|
static |
Definition at line 384 of file libavcodec/paf.c.
|
static |
Definition at line 62 of file libavcodec/paf.c.
Referenced by paf_vid_init().
|
static |
Definition at line 265 of file libavcodec/paf.c.
|
static |
Definition at line 75 of file libavcodec/paf.c.
Variable Documentation
|
static |
Definition at line 30 of file libavcodec/paf.c.
Referenced by decode_0().
| AVCodec ff_paf_audio_decoder |
Definition at line 443 of file libavcodec/paf.c.
| AVCodec ff_paf_video_decoder |
Definition at line 431 of file libavcodec/paf.c.
Generated by
1.8.11