FFmpeg
|
#include <vdpau/vdpau.h>
#include "avcodec.h"
#include "internal.h"
#include "hevc_data.h"
#include "hevcdec.h"
#include "hwconfig.h"
#include "vdpau.h"
#include "vdpau_internal.h"
#include "h265_profile_level.h"
Go to the source code of this file.
Macros | |
#define | copy_field(name) h265_raw_ptl->general_ ## name = general_ptl->name |
Functions | |
static int | vdpau_hevc_start_frame (AVCodecContext *avctx, const uint8_t *buffer, uint32_t size) |
static int | vdpau_hevc_decode_slice (AVCodecContext *avctx, const uint8_t *buffer, uint32_t size) |
static int | vdpau_hevc_end_frame (AVCodecContext *avctx) |
static int | ptl_convert (const PTLCommon *general_ptl, H265RawProfileTierLevel *h265_raw_ptl) |
static int | vdpau_hevc_parse_rext_profile (AVCodecContext *avctx, VdpDecoderProfile *vdp_profile) |
static int | vdpau_hevc_init (AVCodecContext *avctx) |
Variables | |
static const uint8_t | start_code_prefix [3] = { 0x00, 0x00, 0x01 } |
const AVHWAccel | ff_hevc_vdpau_hwaccel |
|
static |
Definition at line 35 of file vdpau_hevc.c.
|
static |
Definition at line 403 of file vdpau_hevc.c.
|
static |
Definition at line 421 of file vdpau_hevc.c.
|
static |
Definition at line 436 of file vdpau_hevc.c.
Referenced by vdpau_hevc_parse_rext_profile().
|
static |
Definition at line 470 of file vdpau_hevc.c.
Referenced by vdpau_hevc_init().
|
static |
Definition at line 516 of file vdpau_hevc.c.
|
static |
Definition at line 401 of file vdpau_hevc.c.
Referenced by vdpau_hevc_decode_slice().
const AVHWAccel ff_hevc_vdpau_hwaccel |
Definition at line 544 of file vdpau_hevc.c.