FFmpeg
|
#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 |
Definition at line 70 of file vdpau_internal.h.
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().
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().
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().
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().
uint32_t VDPAUContext::width |
Definition at line 91 of file vdpau_internal.h.
Referenced by ff_vdpau_common_init(), ff_vdpau_common_reinit(), and ff_vdpau_common_uninit().
uint32_t VDPAUContext::height |
Definition at line 92 of file vdpau_internal.h.
Referenced by ff_vdpau_common_init(), ff_vdpau_common_reinit(), and ff_vdpau_common_uninit().