FFmpeg
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
vdpau_picture_context Struct Reference

#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...
 

Detailed Description

Definition at line 89 of file vdpau_internal.h.

Field Documentation

union VDPAUPictureInfo vdpau_picture_context::info
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().


The documentation for this struct was generated from the following file: