Go to the source code of this file.
|
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 | v210_decode_slice (AVCodecContext *avctx, void *arg, int jobnr, int threadnr) |
|
static int | decode_frame (AVCodecContext *avctx, void *data, int *got_frame, AVPacket *avpkt) |
|
◆ READ_PIXELS
#define READ_PIXELS |
( |
|
a, |
|
|
|
b, |
|
|
|
c |
|
) |
| |
◆ V210DEC_FLAGS
◆ v210_planar_unpack_c()
static void v210_planar_unpack_c |
( |
const uint32_t * |
src, |
|
|
uint16_t * |
y, |
|
|
uint16_t * |
u, |
|
|
uint16_t * |
v, |
|
|
int |
width |
|
) |
| |
|
static |
◆ ff_v210dec_init()
◆ decode_init()
◆ v210_decode_slice()
◆ decode_frame()
◆ v210dec_options
◆ v210dec_class
Initial value:= {
.class_name = "V210 Decoder",
}
#define LIBAVUTIL_VERSION_INT
const char * av_default_item_name(void *ptr)
Return the context name.
static const AVOption v210dec_options[]
Definition at line 210 of file v210dec.c.
◆ ff_v210_decoder
Initial value:= {
.name = "v210",
}
static av_cold int decode_init(AVCodecContext *avctx)
static av_cold int init(AVCodecContext *avctx)
static void decode(AVCodecContext *dec_ctx, AVPacket *pkt, AVFrame *frame, FILE *outfile)
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
#define AV_CODEC_CAP_FRAME_THREADS
Codec supports frame-level multithreading.
static int decode_frame(AVCodecContext *avctx, void *data, int *got_frame, AVPacket *avpkt)
static const AVClass v210dec_class
#define AV_CODEC_CAP_SLICE_THREADS
Codec supports slice-based (or partition-based) multithreading.
#define AV_CODEC_CAP_DR1
Codec uses get_buffer() for allocating buffers and supports custom allocators.
Definition at line 217 of file v210dec.c.