| 
    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 98 of file vdpau_internal.h.
| union VDPAUPictureInfo vdpau_picture_context::info | 
VDPAU picture information.
Definition at line 102 of file vdpau_internal.h.
Referenced by ff_vdpau_common_end_frame(), vdpau_av1_decode_slice(), vdpau_av1_start_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(), vdpau_vc1_start_frame(), and vdpau_vp9_start_frame().
| int vdpau_picture_context::bitstream_buffers_allocated | 
Allocated size of the bitstream_buffers table.
Definition at line 107 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 112 of file vdpau_internal.h.
Referenced by ff_vdpau_add_buffer(), ff_vdpau_common_end_frame(), ff_vdpau_common_start_frame(), and vdpau_av1_decode_slice().
| VdpBitstreamBuffer* vdpau_picture_context::bitstream_buffers | 
Table of bitstream buffers.
Definition at line 117 of file vdpau_internal.h.
Referenced by ff_vdpau_add_buffer(), ff_vdpau_common_end_frame(), ff_vdpau_common_start_frame(), and vdpau_av1_decode_slice().
 1.8.17