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 *const | chunk_name [8] |
AVCodec | ff_dfa_decoder |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
Definition at line 328 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(), main(), rkmpp_flush(), rkmpp_init_decoder(), rkmpp_receive_frame(), rkmpp_release_decoder(), rkmpp_retrieve_frame(), rkmpp_send_packet(), and rkmpp_write_data().
|
static |
Definition at line 333 of file dfa.c.
Referenced by dfa_decode_frame().
AVCodec ff_dfa_decoder |