FFmpeg
|
#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.
Functions | |
static void | dpb_add (CUVIDHEVCPICPARAMS *pp, int idx, const HEVCFrame *src) |
static void | fill_scaling_lists (CUVIDHEVCPICPARAMS *ppc, const HEVCContext *s) |
static int | nvdec_hevc_start_frame (AVCodecContext *avctx, const uint8_t *buffer, uint32_t size) |
static int | nvdec_hevc_decode_slice (AVCodecContext *avctx, const uint8_t *buffer, uint32_t size) |
static int | nvdec_hevc_frame_params (AVCodecContext *avctx, AVBufferRef *hw_frames_ctx) |
static int | nvdec_hevc_decode_init (AVCodecContext *avctx) |
Variables | |
const AVHWAccel | ff_hevc_nvdec_hwaccel |
Definition at line 33 of file nvdec_hevc.c.
Referenced by nvdec_hevc_start_frame().
|
static |
Definition at line 43 of file nvdec_hevc.c.
Referenced by nvdec_hevc_start_frame().
|
static |
Definition at line 70 of file nvdec_hevc.c.
|
static |
Definition at line 270 of file nvdec_hevc.c.
|
static |
Definition at line 297 of file nvdec_hevc.c.
|
static |
Definition at line 305 of file nvdec_hevc.c.
const AVHWAccel ff_hevc_nvdec_hwaccel |
Definition at line 311 of file nvdec_hevc.c.