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

Data Fields

DXVA_PicParams_H264 pp
 
DXVA_Qmatrix_H264 qm
 
unsigned slice_count
 
DXVA_Slice_H264_Short slice_short [MAX_SLICES]
 
DXVA_Slice_H264_Long slice_long [MAX_SLICES]
 
const uint8_tbitstream
 
unsigned bitstream_size
 
DXVA_PictureParameters pp
 
DXVA_QmatrixData qm
 
DXVA_SliceInfo slice [MAX_SLICES]
 
DXVA_SliceInfo si
 

Detailed Description

Definition at line 28 of file dxva2_h264.c.

Field Documentation

DXVA_PictureParameters dxva2_picture_context::pp
DXVA_Qmatrix_H264 dxva2_picture_context::qm
unsigned dxva2_picture_context::slice_count
DXVA_Slice_H264_Short dxva2_picture_context::slice_short[MAX_SLICES]

Definition at line 32 of file dxva2_h264.c.

Referenced by commit_bitstream_and_slice_buffer(), and dxva2_h264_decode_slice().

DXVA_Slice_H264_Long dxva2_picture_context::slice_long[MAX_SLICES]

Definition at line 33 of file dxva2_h264.c.

Referenced by commit_bitstream_and_slice_buffer(), and dxva2_h264_decode_slice().

const uint8_t * dxva2_picture_context::bitstream
unsigned dxva2_picture_context::bitstream_size
DXVA_PictureParameters dxva2_picture_context::pp

Definition at line 29 of file dxva2_mpeg2.c.

DXVA_QmatrixData dxva2_picture_context::qm

Definition at line 30 of file dxva2_mpeg2.c.

DXVA_SliceInfo dxva2_picture_context::slice[MAX_SLICES]

Definition at line 32 of file dxva2_mpeg2.c.

Referenced by commit_bitstream_and_slice_buffer(), and dxva2_mpeg2_decode_slice().

DXVA_SliceInfo dxva2_picture_context::si

Definition at line 30 of file dxva2_vc1.c.

Referenced by commit_bitstream_and_slice_buffer(), and dxva2_vc1_decode_slice().


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