#include "config_components.h"
#include "libavutil/mem.h"
#include "avcodec.h"
#include "hwaccel_internal.h"
#include "internal.h"
#include "nvdec.h"
#include "decode.h"
#include "vc1.h"
Go to the source code of this file.
◆ nvdec_vc1_start_frame()
static int nvdec_vc1_start_frame |
( |
AVCodecContext * |
avctx, |
|
|
const AVBufferRef * |
buffer_ref, |
|
|
const uint8_t * |
buffer, |
|
|
uint32_t |
size |
|
) |
| |
|
static |
◆ nvdec_vc1_decode_slice()
static int nvdec_vc1_decode_slice |
( |
AVCodecContext * |
avctx, |
|
|
const uint8_t * |
buffer, |
|
|
uint32_t |
size |
|
) |
| |
|
static |
◆ nvdec_vc1_frame_params()
◆ ff_vc1_nvdec_hwaccel
Initial value:= {
.p.name = "vc1_nvdec",
}
Definition at line 162 of file nvdec_vc1.c.