FFmpeg
|
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_t * | bitstream |
unsigned | bitstream_size |
DXVA_PictureParameters | pp |
DXVA_QmatrixData | qm |
DXVA_SliceInfo | slice [MAX_SLICES] |
Definition at line 34 of file dxva2_h264.c.
DXVA_PictureParameters dxva2_picture_context::pp |
Definition at line 35 of file dxva2_h264.c.
Referenced by dxva2_h264_decode_slice(), dxva2_h264_end_frame(), dxva2_h264_start_frame(), dxva2_mpeg2_end_frame(), dxva2_mpeg2_start_frame(), dxva2_vc1_end_frame(), and dxva2_vc1_start_frame().
DXVA_Qmatrix_H264 dxva2_picture_context::qm |
Definition at line 36 of file dxva2_h264.c.
Referenced by dxva2_h264_end_frame(), dxva2_h264_start_frame(), dxva2_mpeg2_end_frame(), and dxva2_mpeg2_start_frame().
unsigned dxva2_picture_context::slice_count |
Definition at line 37 of file dxva2_h264.c.
Referenced by commit_bitstream_and_slice_buffer(), dxva2_h264_decode_slice(), dxva2_h264_end_frame(), dxva2_h264_start_frame(), dxva2_mpeg2_decode_slice(), dxva2_mpeg2_end_frame(), dxva2_mpeg2_start_frame(), dxva2_vc1_decode_slice(), dxva2_vc1_end_frame(), and dxva2_vc1_start_frame().
DXVA_Slice_H264_Short dxva2_picture_context::slice_short[MAX_SLICES] |
Definition at line 38 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 39 of file dxva2_h264.c.
Referenced by commit_bitstream_and_slice_buffer(), and dxva2_h264_decode_slice().
const uint8_t * dxva2_picture_context::bitstream |
Definition at line 40 of file dxva2_h264.c.
Referenced by commit_bitstream_and_slice_buffer(), dxva2_h264_decode_slice(), dxva2_h264_start_frame(), dxva2_mpeg2_decode_slice(), dxva2_mpeg2_start_frame(), dxva2_vc1_decode_slice(), and dxva2_vc1_start_frame().
unsigned dxva2_picture_context::bitstream_size |
Definition at line 41 of file dxva2_h264.c.
Referenced by dxva2_h264_decode_slice(), dxva2_h264_end_frame(), dxva2_h264_start_frame(), dxva2_mpeg2_decode_slice(), dxva2_mpeg2_end_frame(), dxva2_mpeg2_start_frame(), dxva2_vc1_decode_slice(), dxva2_vc1_end_frame(), and dxva2_vc1_start_frame().
DXVA_PictureParameters dxva2_picture_context::pp |
Definition at line 34 of file dxva2_mpeg2.c.
DXVA_QmatrixData dxva2_picture_context::qm |
Definition at line 35 of file dxva2_mpeg2.c.
DXVA_SliceInfo dxva2_picture_context::slice |
Definition at line 37 of file dxva2_mpeg2.c.
Referenced by commit_bitstream_and_slice_buffer(), dxva2_mpeg2_decode_slice(), and dxva2_vc1_decode_slice().