24 #ifndef AVCODEC_VDPAU_H
25 #define AVCODEC_VDPAU_H
52 #include <vdpau/vdpau.h>
54 #include "libavutil/avconfig.h"
64 const VdpPictureInfo *, uint32_t,
65 const VdpBitstreamBuffer *);
127 VdpGetProcAddress *get_proc_address,
unsigned flags);
156 #if FF_API_VDPAU_PROFILE
This structure describes decoded (raw) audio or video data.
Macro definitions for various function/variable attributes.
int av_vdpau_get_surface_parameters(AVCodecContext *avctx, VdpChromaType *type, uint32_t *width, uint32_t *height)
Gets the parameters to create an adequate VDPAU video surface for the codec context using VDPAU hardw...
AVVDPAU_Render2 av_vdpau_hwaccel_get_render2(const AVVDPAUContext *)
attribute_deprecated int av_vdpau_get_profile(AVCodecContext *avctx, VdpDecoderProfile *profile)
Get a decoder profile that should be used for initializing a VDPAU decoder.
AVVDPAUContext * av_vdpau_alloc_context(void)
Allocate an AVVDPAUContext.
VdpDecoder decoder
VDPAU decoder handle.
Libavcodec version macros.
This structure is used to share data between the libavcodec library and the client video application...
int av_vdpau_bind_context(AVCodecContext *avctx, VdpDevice device, VdpGetProcAddress *get_proc_address, unsigned flags)
Associate a VDPAU device with a codec context for hardware acceleration.
void av_vdpau_hwaccel_set_render2(AVVDPAUContext *, AVVDPAU_Render2)
Libavcodec external API header.
AVVDPAUContext * av_alloc_vdpaucontext(void)
allocation function for AVVDPAUContext
main external API structure.
VdpDecoderRender * render
VDPAU decoder render callback.
int(* AVVDPAU_Render2)(struct AVCodecContext *, struct AVFrame *, const VdpPictureInfo *, uint32_t, const VdpBitstreamBuffer *)
#define flags(name, subs,...)
#define attribute_deprecated