FFmpeg
|
#include <inttypes.h>
#include "avcodec.h"
#include "bytestream.h"
#include "internal.h"
#include "libavutil/avassert.h"
#include "libavutil/imgutils.h"
#include "libavutil/mem.h"
Go to the source code of this file.
Data Structures | |
struct | DfaContext |
Typedefs | |
typedef int(* | chunk_decoder )(GetByteContext *gb, uint8_t *frame, int width, int height) |
Functions | |
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) |
Variables | |
static const chunk_decoder | decoder [8] |
static const char * | chunk_name [8] |
AVCodec | ff_dfa_decoder |
typedef int(* chunk_decoder)(GetByteContext *gb, uint8_t *frame, int width, int height) |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
Definition at line 327 of file dfa.c.
Referenced by av_find_best_stream(), commit_bitstream_and_slice_buffer(), dfa_decode_frame(), ff_dxva2_commit_buffer(), ff_dxva2_common_end_frame(), ffmal_update_format(), ffmmal_flush(), ffmmal_init_decoder(), ffmmal_read_frame(), ffmmal_stop_decoder(), libschroedinger_decode_frame(), libschroedinger_handle_first_access_unit(), and main().
|
static |
Definition at line 332 of file dfa.c.
Referenced by dfa_decode_frame().
AVCodec ff_dfa_decoder |