FFmpeg
|
#include <vdpau_internal.h>
Data Fields | |
union VDPAUPictureInfo | info |
VDPAU picture information. More... | |
int | bitstream_buffers_allocated |
Allocated size of the bitstream_buffers table. More... | |
int | bitstream_buffers_used |
Useful bitstream buffers in the bitstream buffers table. More... | |
VdpBitstreamBuffer * | bitstream_buffers |
Table of bitstream buffers. More... | |
Definition at line 89 of file vdpau_internal.h.
union VDPAUPictureInfo vdpau_picture_context::info |
VDPAU picture information.
Definition at line 93 of file vdpau_internal.h.
Referenced by ff_vdpau_common_end_frame(), vdpau_h264_decode_slice(), vdpau_h264_set_reference_frames(), vdpau_h264_start_frame(), vdpau_hevc_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 98 of file vdpau_internal.h.
Referenced by ff_vdpau_add_buffer(), ff_vdpau_common_end_frame(), and ff_vdpau_common_start_frame().
int vdpau_picture_context::bitstream_buffers_used |
Useful bitstream buffers in the bitstream buffers table.
Definition at line 103 of file vdpau_internal.h.
Referenced by ff_vdpau_add_buffer(), ff_vdpau_common_end_frame(), and ff_vdpau_common_start_frame().
VdpBitstreamBuffer* vdpau_picture_context::bitstream_buffers |
Table of bitstream buffers.
Definition at line 108 of file vdpau_internal.h.
Referenced by ff_vdpau_add_buffer(), ff_vdpau_common_end_frame(), and ff_vdpau_common_start_frame().