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(* | unpack_frame )(const uint32_t *src, uint16_t *y, uint16_t *u, uint16_t *v, int width) ) |
|
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
Initial value:= {
}
@ AV_OPT_TYPE_INT
Underlying C type is int.
Definition at line 220 of file v210dec.c.
◆ v210dec_class
Initial value:= {
.class_name = "V210 Decoder",
}
const char * av_default_item_name(void *ptr)
Return the context name.
#define LIBAVUTIL_VERSION_INT
static const AVOption v210dec_options[]
Definition at line 226 of file v210dec.c.
◆ ff_v210_decoder
Initial value:= {
.p.name = "v210",
}
#define FF_CODEC_DECODE_CB(func)
#define CODEC_LONG_NAME(str)
int(* init)(AVBSFContext *ctx)
#define AV_CODEC_CAP_DR1
Codec uses get_buffer() or get_encode_buffer() for allocating buffers and supports custom allocators.
#define AV_CODEC_CAP_SLICE_THREADS
Codec supports slice-based (or partition-based) multithreading.
#define AV_CODEC_CAP_FRAME_THREADS
Codec supports frame-level multithreading.
static av_cold int decode_init(AVCodecContext *avctx)
static int decode_frame(AVCodecContext *avctx, AVFrame *picture, int *got_frame, AVPacket *avpkt)
static const AVClass v210dec_class
Definition at line 233 of file v210dec.c.