Definition at line 43 of file vdpau.c.
Referenced by ff_vdpau_common_end_frame(), ff_vdpau_common_init(), and ff_vdpau_common_uninit().
allocation function for AVVDPAUContext
Allows extending the struct without breaking API/ABI
Gets the parameters to create an adequate VDPAU video surface for the codec context using VDPAU hardware decoding acceleration.
Definition at line 74 of file vdpau.c.
Referenced by ff_vdpau_common_init(), and vdpau_get_buffer().
Definition at line 114 of file vdpau.c.
Referenced by vdpau_h264_init(), and vdpau_vc1_init().
Definition at line 251 of file vdpau.c.
Referenced by ff_vdpau_common_end_frame().
Definition at line 266 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 276 of file vdpau.c.
Referenced by vdpau_h264_end_frame().
Definition at line 339 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 360 of file vdpau.c.
Referenced by ff_h264_field_end().
Definition at line 428 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 695 of file vdpau.c.
Referenced by vdpau_old_init().
Allocate an AVVDPAUContext.
Definition at line 742 of file vdpau.c.
Referenced by av_alloc_vdpaucontext(), and vdpau_alloc().
Associate a VDPAU device with a codec context for hardware acceleration.
This function is meant to be called from the get_format() codec callback, or earlier. It can also be called after avcodec_flush_buffers() to change the underlying VDPAU device mid-stream (e.g. to recover from non-transparent display preemption).
Definition at line 747 of file vdpau.c.
Referenced by vdpau_alloc().