Go to the source code of this file.
|
static av_cold int | decode_init (AVCodecContext *avctx) |
|
static void | decode_row (const uint32_t *src, uint16_t *y, uint16_t *u, uint16_t *v, const int width, void(*unpack_frame)(const uint32_t *src, uint16_t *y, uint16_t *u, uint16_t *v, int width)) |
|
static int | v210_decode_slice (AVCodecContext *avctx, void *arg, int jobnr, int threadnr) |
|
static int | v210_stride (int width, int align) |
|
static int | decode_frame (AVCodecContext *avctx, AVFrame *pic, int *got_frame, AVPacket *avpkt) |
|
◆ V210DEC_FLAGS
◆ decode_init()
◆ decode_row()
static void decode_row |
( |
const uint32_t * |
src, |
|
|
uint16_t * |
y, |
|
|
uint16_t * |
u, |
|
|
uint16_t * |
v, |
|
|
const int |
width, |
|
|
void(*)(const uint32_t *src, uint16_t *y, uint16_t *u, uint16_t *v, int width) |
unpack_frame |
|
) |
| |
|
static |
◆ v210_decode_slice()
static int v210_decode_slice |
( |
AVCodecContext * |
avctx, |
|
|
void * |
arg, |
|
|
int |
jobnr, |
|
|
int |
threadnr |
|
) |
| |
|
static |
◆ v210_stride()
static int v210_stride |
( |
int |
width, |
|
|
int |
align |
|
) |
| |
|
static |
◆ decode_frame()
◆ v210dec_options
◆ v210dec_class
Initial value:= {
.class_name = "V210 Decoder",
}
Definition at line 226 of file v210dec.c.
◆ ff_v210_decoder