#include <vdpau/vdpau.h>
#include "avcodec.h"
#include "internal.h"
#include "hevc_data.h"
#include "hevcdec.h"
#include "hwaccel.h"
#include "vdpau.h"
#include "vdpau_internal.h"
Go to the source code of this file.
◆ vdpau_hevc_start_frame()
◆ vdpau_hevc_decode_slice()
◆ vdpau_hevc_end_frame()
◆ vdpau_hevc_init()
◆ start_code_prefix
const uint8_t start_code_prefix[3] = { 0x00, 0x00, 0x01 } |
|
static |
◆ ff_hevc_vdpau_hwaccel
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)
int ff_vdpau_common_frame_params(AVCodecContext *avctx, AVBufferRef *hw_frames_ctx)
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.
#define HWACCEL_CAP_ASYNC_SAFE
Definition at line 416 of file vdpau_hevc.c.