Libav
Data Fields
vdpau_picture_context Struct Reference

#include <vdpau_internal.h>

Data Fields

union AVVDPAUPictureInfo 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 51 of file vdpau_internal.h.

Field Documentation

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


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