allocation function for AVVDPAUContext
Allows extending the struct without breaking API/ABI
Definition at line 48 of file vdpau.c.
Referenced by vdpau_h264_start_frame(), vdpau_mpeg4_start_frame(), vdpau_mpeg_start_frame(), and vdpau_vc1_start_frame().
Definition at line 103 of file vdpau.c.
Referenced by vdpau_h264_decode_slice(), vdpau_mpeg4_start_frame(), vdpau_mpeg_decode_slice(), and vdpau_vc1_decode_slice().
Definition at line 124 of file vdpau.c.
Referenced by field_end().
Definition at line 192 of file vdpau.c.
Referenced by decode_nal_units().
Get a decoder profile that should be used for initializing a VDPAU decoder.
Should be called from the AVCodecContext.get_format() callback.
Definition at line 459 of file vdpau.c.
Referenced by vdpau_init().
Allocate an AVVDPAUContext.
Definition at line 502 of file vdpau.c.
Referenced by av_alloc_vdpaucontext(), and vdpau_alloc().