#include <stdint.h>
#include <string.h>
#include "avcodec.h"
#include "nvdec.h"
#include "decode.h"
#include "internal.h"
#include "hevcdec.h"
#include "hevc_data.h"
Go to the source code of this file.
◆ dpb_add()
◆ fill_scaling_lists()
static void fill_scaling_lists |
( |
CUVIDHEVCPICPARAMS * |
ppc, |
|
|
const HEVCContext * |
s |
|
) |
| |
|
static |
◆ nvdec_hevc_start_frame()
◆ nvdec_hevc_decode_slice()
◆ nvdec_hevc_frame_params()
◆ ff_hevc_nvdec_hwaccel
Initial value:= {
.name = "hevc_nvdec",
}
static int nvdec_hevc_start_frame(AVCodecContext *avctx, const uint8_t *buffer, uint32_t size)
static int nvdec_hevc_frame_params(AVCodecContext *avctx, AVBufferRef *hw_frames_ctx)
int ff_nvdec_end_frame(AVCodecContext *avctx)
static int nvdec_hevc_decode_slice(AVCodecContext *avctx, const uint8_t *buffer, uint32_t size)
int ff_nvdec_decode_init(AVCodecContext *avctx)
HW acceleration through CUDA.
int ff_nvdec_decode_uninit(AVCodecContext *avctx)
Definition at line 275 of file nvdec_hevc.c.