Go to the source code of this file.
|
static av_cold int | dfa_decode_init (AVCodecContext *avctx) |
|
static int | decode_copy (GetByteContext *gb, uint8_t *frame, int width, int height) |
|
static int | decode_tsw1 (GetByteContext *gb, uint8_t *frame, int width, int height) |
|
static int | decode_dsw1 (GetByteContext *gb, uint8_t *frame, int width, int height) |
|
static int | decode_dds1 (GetByteContext *gb, uint8_t *frame, int width, int height) |
|
static int | decode_bdlt (GetByteContext *gb, uint8_t *frame, int width, int height) |
|
static int | decode_wdlt (GetByteContext *gb, uint8_t *frame, int width, int height) |
|
static int | decode_tdlt (GetByteContext *gb, uint8_t *frame, int width, int height) |
|
static int | decode_blck (GetByteContext *gb, uint8_t *frame, int width, int height) |
|
static int | dfa_decode_frame (AVCodecContext *avctx, void *data, int *got_frame, AVPacket *avpkt) |
|
static av_cold int | dfa_decode_end (AVCodecContext *avctx) |
|
const char* chunk_name[8] |
|
static |
Initial value:= {
}
static int decode_blck(GetByteContext *gb, uint8_t *frame, int width, int height)
static int decode_tdlt(GetByteContext *gb, uint8_t *frame, int width, int height)
static int decode_dsw1(GetByteContext *gb, uint8_t *frame, int width, int height)
static int decode_copy(GetByteContext *gb, uint8_t *frame, int width, int height)
static int decode_bdlt(GetByteContext *gb, uint8_t *frame, int width, int height)
static int decode_dds1(GetByteContext *gb, uint8_t *frame, int width, int height)
static int decode_wdlt(GetByteContext *gb, uint8_t *frame, int width, int height)
static int decode_tsw1(GetByteContext *gb, uint8_t *frame, int width, int height)
Definition at line 322 of file libavcodec/dfa.c.
Referenced by av_find_best_stream(), dfa_decode_frame(), libschroedinger_decode_frame(), and libschroedinger_handle_first_access_unit().
Initial value:= {
.name = "dfa",
}
static av_cold int init(AVCodecContext *avctx)
static av_cold int dfa_decode_end(AVCodecContext *avctx)
#define CODEC_CAP_DR1
Codec uses get_buffer() for allocating buffers and supports custom allocators.
static int dfa_decode_frame(AVCodecContext *avctx, void *data, int *got_frame, AVPacket *avpkt)
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
static av_cold int dfa_decode_init(AVCodecContext *avctx)
static void close(AVCodecParserContext *s)
struct DfaContext DfaContext
static int decode(AVCodecContext *avctx, void *data, int *got_frame, AVPacket *avpkt)
Definition at line 406 of file libavcodec/dfa.c.