#include <vdpau/vdpau.h>
#include "avcodec.h"
#include "internal.h"
#include "hevc.h"
#include "vdpau.h"
#include "vdpau_internal.h"
Go to the source code of this file.
const uint8_t start_code_prefix[3] = { 0x00, 0x00, 0x01 } |
|
static |
Initial value:= {
.name = "hevc_vdpau",
}
static av_cold int init(AVCodecContext *avctx)
int ff_vdpau_common_uninit(AVCodecContext *avctx)
static int vdpau_hevc_end_frame(AVCodecContext *avctx)
static int vdpau_hevc_decode_slice(AVCodecContext *avctx, const uint8_t *buffer, uint32_t size)
static int vdpau_hevc_init(AVCodecContext *avctx)
static int vdpau_hevc_start_frame(AVCodecContext *avctx, const uint8_t *buffer, uint32_t size)
HW acceleration through VDPAU, Picture.data[3] contains a VdpVideoSurface.
Definition at line 414 of file vdpau_hevc.c.