FFmpeg
|
#include "avcodec.h"
#include "internal.h"
#include "v210dec.h"
#include "libavutil/bswap.h"
#include "libavutil/internal.h"
#include "libavutil/mem.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) |
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 |
Definition at line 31 of file v210dec.c.
Referenced by decode_frame(), and v210_planar_unpack_c().
#define V210DEC_FLAGS AV_OPT_FLAG_DECODING_PARAM | AV_OPT_FLAG_VIDEO_PARAM |
|
static |
Definition at line 39 of file v210dec.c.
Referenced by decode_init().
|
static |
|
static |
|
static |
|
static |
AVCodec ff_v210_decoder |