FFmpeg
|
Data Fields | |
AVVDPAUDeviceContext | p |
The public AVVDPAUDeviceContext. More... | |
VdpVideoSurfaceQueryGetPutBitsYCbCrCapabilities * | get_transfer_caps |
VdpVideoSurfaceGetBitsYCbCr * | get_data |
VdpVideoSurfacePutBitsYCbCr * | put_data |
VdpVideoSurfaceCreate * | surf_create |
VdpVideoSurfaceDestroy * | surf_destroy |
enum AVPixelFormat * | pix_fmts [FF_ARRAY_ELEMS(vdpau_pix_fmts)] |
int | nb_pix_fmts [FF_ARRAY_ELEMS(vdpau_pix_fmts)] |
Definition at line 85 of file hwcontext_vdpau.c.
AVVDPAUDeviceContext VDPAUDeviceContext::p |
The public AVVDPAUDeviceContext.
See hwcontext_vdpau.h for it.
Definition at line 89 of file hwcontext_vdpau.c.
Referenced by vdpau_device_init(), vdpau_init_pixmfts(), and vdpau_pool_alloc().
VdpVideoSurfaceQueryGetPutBitsYCbCrCapabilities* VDPAUDeviceContext::get_transfer_caps |
Definition at line 91 of file hwcontext_vdpau.c.
Referenced by vdpau_device_init(), and vdpau_init_pixmfts().
VdpVideoSurfaceGetBitsYCbCr* VDPAUDeviceContext::get_data |
Definition at line 92 of file hwcontext_vdpau.c.
Referenced by vdpau_device_init(), and vdpau_frames_init().
VdpVideoSurfacePutBitsYCbCr* VDPAUDeviceContext::put_data |
Definition at line 93 of file hwcontext_vdpau.c.
Referenced by vdpau_device_init(), and vdpau_frames_init().
VdpVideoSurfaceCreate* VDPAUDeviceContext::surf_create |
Definition at line 94 of file hwcontext_vdpau.c.
Referenced by vdpau_device_init(), and vdpau_pool_alloc().
VdpVideoSurfaceDestroy* VDPAUDeviceContext::surf_destroy |
Definition at line 95 of file hwcontext_vdpau.c.
Referenced by vdpau_buffer_free(), vdpau_device_init(), and vdpau_pool_alloc().
enum AVPixelFormat* VDPAUDeviceContext::pix_fmts[FF_ARRAY_ELEMS(vdpau_pix_fmts)] |
Definition at line 97 of file hwcontext_vdpau.c.
Referenced by vdpau_device_uninit(), vdpau_frames_init(), and vdpau_init_pixmfts().
int VDPAUDeviceContext::nb_pix_fmts[FF_ARRAY_ELEMS(vdpau_pix_fmts)] |
Definition at line 98 of file hwcontext_vdpau.c.
Referenced by vdpau_frames_get_constraints(), vdpau_frames_init(), and vdpau_init_pixmfts().