FFmpeg
Data Fields
VDPAUContext Struct Reference

#include <vdpau_internal.h>

Data Fields

VdpDevice device
 VDPAU device handle. More...
 
VdpDecoder decoder
 VDPAU decoder handle. More...
 
VdpGetProcAddress * get_proc_address
 VDPAU device driver. More...
 
VdpDecoderRender * render
 VDPAU decoder render callback. More...
 
uint32_t width
 
uint32_t height
 

Detailed Description

Definition at line 70 of file vdpau_internal.h.

Field Documentation

◆ device

VdpDevice VDPAUContext::device

VDPAU device handle.

Definition at line 74 of file vdpau_internal.h.

Referenced by ff_vdpau_common_init(), ff_vdpau_common_reinit(), and ff_vdpau_common_uninit().

◆ decoder

VdpDecoder VDPAUContext::decoder

VDPAU decoder handle.

Definition at line 79 of file vdpau_internal.h.

Referenced by ff_vdpau_common_end_frame(), ff_vdpau_common_init(), and ff_vdpau_common_uninit().

◆ get_proc_address

VdpGetProcAddress* VDPAUContext::get_proc_address

VDPAU device driver.

Definition at line 84 of file vdpau_internal.h.

Referenced by ff_vdpau_common_init(), and ff_vdpau_common_uninit().

◆ render

VdpDecoderRender* VDPAUContext::render

VDPAU decoder render callback.

Definition at line 89 of file vdpau_internal.h.

Referenced by ff_vdpau_common_end_frame(), and ff_vdpau_common_init().

◆ width

uint32_t VDPAUContext::width

◆ height

uint32_t VDPAUContext::height

The documentation for this struct was generated from the following file: