FFmpeg
|
#include "avcodec.h"
#include "internal.h"
#include "v210dec.h"
#include "libavutil/bswap.h"
#include "libavutil/internal.h"
#include "libavutil/mem.h"
#include "libavutil/intreadwrite.h"
Go to the source code of this file.
Macros | |
#define | READ_PIXELS(a, b, c) |
#define | V210DEC_FLAGS AV_OPT_FLAG_DECODING_PARAM | AV_OPT_FLAG_VIDEO_PARAM |
Functions | |
static void | v210_planar_unpack_c (const uint32_t *src, uint16_t *y, uint16_t *u, uint16_t *v, int width) |
av_cold void | ff_v210dec_init (V210DecContext *s) |
static av_cold int | decode_init (AVCodecContext *avctx) |
static int | decode_frame (AVCodecContext *avctx, void *data, int *got_frame, AVPacket *avpkt) |
Variables | |
static const AVOption | v210dec_options [] |
static const AVClass | v210dec_class |
AVCodec | ff_v210_decoder |
#define V210DEC_FLAGS AV_OPT_FLAG_DECODING_PARAM | AV_OPT_FLAG_VIDEO_PARAM |
|
static |
Definition at line 40 of file v210dec.c.
Referenced by ff_v210dec_init().
av_cold void ff_v210dec_init | ( | V210DecContext * | s | ) |
Definition at line 53 of file v210dec.c.
Referenced by checkasm_check_v210dec(), decode_frame(), and decode_init().
|
static |
|
static |
|
static |
|
static |
AVCodec ff_v210_decoder |