Libav
|
#include <vdpau_internal.h>
Data Fields | |
union AVVDPAUPictureInfo | info |
VDPAU picture information. | |
int | bitstream_buffers_allocated |
Allocated size of the bitstream_buffers table. | |
int | bitstream_buffers_used |
Useful bitstream buffers in the bitstream buffers table. | |
VdpBitstreamBuffer * | bitstream_buffers |
Table of bitstream buffers. |
Definition at line 51 of file vdpau_internal.h.
union AVVDPAUPictureInfo vdpau_picture_context::info |
VDPAU picture information.
Definition at line 55 of file vdpau_internal.h.
Referenced by vdpau_h264_decode_slice(), vdpau_h264_end_frame(), vdpau_h264_set_reference_frames(), vdpau_h264_start_frame(), vdpau_mpeg4_start_frame(), vdpau_mpeg_decode_slice(), vdpau_mpeg_start_frame(), vdpau_vc1_decode_slice(), and vdpau_vc1_start_frame().
int vdpau_picture_context::bitstream_buffers_allocated |
Allocated size of the bitstream_buffers table.
Definition at line 60 of file vdpau_internal.h.
Referenced by ff_vdpau_add_buffer(), and ff_vdpau_common_start_frame().
int vdpau_picture_context::bitstream_buffers_used |
Useful bitstream buffers in the bitstream buffers table.
Definition at line 65 of file vdpau_internal.h.
Referenced by ff_vdpau_add_buffer(), ff_vdpau_common_start_frame(), and vdpau_h264_end_frame().
VdpBitstreamBuffer* vdpau_picture_context::bitstream_buffers |
Table of bitstream buffers.
Definition at line 70 of file vdpau_internal.h.
Referenced by ff_vdpau_add_buffer(), ff_vdpau_common_start_frame(), and vdpau_h264_end_frame().